Home
last modified time | relevance | path

Searched full:mismatch (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c161 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
164 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
167 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
170 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
173 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
189 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
192 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
195 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
198 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
201 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
[all …]
H A Dset_syscall_info.c81 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
84 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
87 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
90 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
93 LOG_KILL_TRACEE("%s: syscall nr mismatch", text); in check_psi_entry()
97 LOG_KILL_TRACEE("%s: syscall arg #%u mismatch", in check_psi_entry()
110 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
113 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
116 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
119 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
[all …]
/linux/Documentation/networking/
H A Dxfrm_proc.rst50 State has mismatch option
51 e.g. UDP encapsulation type is mismatch
77 …State direction mismatch (lookup found an output state on the input path, expected input or no dir…
119 …State direction mismatch (lookup found an input state on the output path, expected output or no di…
/linux/Documentation/hwmon/
H A Dw83791d.rst158 in1 (VINR0) 0x000002 0x002000 <== mismatch
164 in7 (VSB) 0x080000 0x010000 <== mismatch
165 in8 (VBAT) 0x100000 0x020000 <== mismatch
169 temp3 0x002000 0x000002 <== mismatch
175 tart1 0x010000 0x040000 <== mismatch
176 tart2 0x020000 0x080000 <== mismatch
177 tart3 0x040000 0x100000 <== mismatch
/linux/fs/fat/
H A Dfat_test.c148 "Timestamp mismatch (seconds)\n"); in fat_time_fat2unix_test()
152 "Timestamp mismatch (nanoseconds)\n"); in fat_time_fat2unix_test()
171 "Time mismatch\n"); in fat_time_unix2fat_test()
175 "Date mismatch\n"); in fat_time_unix2fat_test()
179 "Centisecond mismatch\n"); in fat_time_unix2fat_test()
/linux/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c187 * Such a mismatch may be caused by a system being unaware in spectre_v2_test()
192 * missing such a mismatch is safe. in spectre_v2_test()
201 printf("Possible mismatch between reported & actual mitigation\n"); in spectre_v2_test()
210 printf("Possible mismatch between reported & actual mitigation\n"); in spectre_v2_test()
217 printf("Possible mismatch between reported & actual mitigation\n"); in spectre_v2_test()
/linux/net/netfilter/
H A Dnft_cmp.c37 goto mismatch; in nft_cmp_eval()
41 goto mismatch; in nft_cmp_eval()
45 goto mismatch; in nft_cmp_eval()
49 goto mismatch; in nft_cmp_eval()
53 goto mismatch; in nft_cmp_eval()
57 goto mismatch; in nft_cmp_eval()
62 mismatch: in nft_cmp_eval()
/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h13 mismatch : 1, member
30 return (ctrl.mismatch << 22) | (ctrl.len << 5) | (ctrl.type << 3) | in encode_ctrl_reg()
45 ctrl->mismatch = reg & 0x1; in decode_ctrl_reg()
/linux/tools/testing/selftests/drivers/net/
H A Dxdp.py220 ksft_eq(stats[XDPStats.RX.value], stats[XDPStats.PASS.value], "RX and PASS stats mismatch")
267 ksft_eq(stats[XDPStats.RX.value], stats[XDPStats.DROP.value], "RX and DROP stats mismatch")
334 ksft_eq(stats[XDPStats.RX.value], expected_pkts, "RX stats mismatch")
335 ksft_eq(stats[XDPStats.TX.value], expected_pkts, "TX stats mismatch")
425 # Check for RX and PASS stats mismatch. Ideally, they should be equal for a successful run
427 return "RX stats mismatch"
490 "reason": "Data mismatch",
625 "reason": "Data mismatch",
713 ksft_eq(stats[XDPStats.RX.value], expected_pkts, "XDP RX stats mismatch")
715 ksft_eq(stats[XDPStats.TX.value], expected_pkts, "XDP TX stats mismatch")
/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c1089 TEST_ASSERT(crs->state == rst.u.runstate.state, "Runstate mismatch"); in main()
1091 "State entry time mismatch"); in main()
1093 "Running time mismatch"); in main()
1095 "Runnable time mismatch"); in main()
1097 "Blocked time mismatch"); in main()
1099 "Offline time mismatch"); in main()
1123 TEST_ASSERT(rs->state == rst.u.runstate.state, "Runstate mismatch"); in main()
1125 "State entry time mismatch"); in main()
1127 "Running time mismatch"); in main()
1129 "Runnable time mismatch"); in main()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c151 !ASSERT_EQ(recvd, sent, "length mismatch")) in test_sockmap_ktls_offload()
154 ASSERT_OK(memcmp(msg, rcv, sizeof(msg)), "data mismatch"); in test_sockmap_ktls_offload()
221 !ASSERT_EQ(recvd, sizeof(msg) + push_len, "check length mismatch")) in test_sockmap_ktls_tx_cork()
230 if (!ASSERT_EQ(rcv[i], msg[j], "data mismatch")) in test_sockmap_ktls_tx_cork()
375 if (!ASSERT_EQ(recvd, sizeof(msg) - pop_policy[i].pop_len, "pop len mismatch")) in test_sockmap_ktls_tx_pop()
391 if (!ASSERT_EQ(msg[m], rcv[r], "data mismatch")) in test_sockmap_ktls_tx_pop()
H A Dsockmap_strp.c41 "data mismatch")) in sockmap_strp_consume_pre_data()
150 "data mismatch")) in test_sockmap_strp_dispatch_pkt()
214 if (!ASSERT_OK(memcmp(snd, rcv, total), "data mismatch")) in test_sockmap_strp_multiple_pkt()
337 "memcmp, data mismatch")) in test_sockmap_strp_pass()
355 "second memcmp, data mismatch")) in test_sockmap_strp_pass()
/linux/fs/nfsd/
H A Dnfssvc.c833 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request()
837 ret->mismatch.lovers = i; in nfsd_acl_init_request()
841 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request()
843 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request()
847 ret->mismatch.hivers = i; in nfsd_acl_init_request()
877 ret->mismatch.lovers = NFSD_MAXVERS + 1; in nfsd_init_request()
880 ret->mismatch.lovers = i; in nfsd_init_request()
884 if (ret->mismatch.lovers > NFSD_MAXVERS) in nfsd_init_request()
886 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request()
889 ret->mismatch.hivers = i; in nfsd_init_request()
/linux/kernel/
H A Dcrash_core_test.c48 "%s: Number of ranges mismatch.", case_name); in assert_ranges_equal()
52 "%s: Range %u start mismatch.", case_name, i); in assert_ranges_equal()
54 "%s: Range %u end mismatch.", case_name, i); in assert_ranges_equal()
86 "%s: Return value mismatch.", params->description); in run_exclude_test_case()
98 "%s: Number of ranges mismatch on error.", in run_exclude_test_case()
/linux/lib/
H A Dglobtest.c29 static char const mismatch[] __initconst = "mismatch"; in test() local
39 printk(message, pat, str, mismatch + 3*match); in test()
/linux/scripts/mod/
H A Dmodpost.c732 /* sections that we do not want to do full section mismatch check on */
802 enum mismatch { enum
821 * @mismatch: Type of mismatch.
827 enum mismatch mismatch; member
837 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT,
843 .mismatch = ANY_INIT_TO_ANY_EXIT,
849 .mismatch = ANY_EXIT_TO_ANY_INIT,
854 .mismatch
1009 default_mismatch_handler(const char * modname,struct elf_info * elf,const struct sectioncheck * const mismatch,Elf_Sym * tsym,unsigned int fsecndx,const char * fromsec,Elf_Addr faddr,const char * tosec,Elf_Addr taddr) default_mismatch_handler() argument
1142 const struct sectioncheck *mismatch; check_section_mismatch() local
[all...]
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c178 /* Does this core support mismatch breakpoints? */
416 /* Ensure that we disable the mismatch breakpoint. */ in arch_uninstall_hw_breakpoint()
578 /* Mismatch */ in arch_build_bp_info()
579 hw->ctrl.mismatch = 0; in arch_build_bp_info()
632 * Mismatch breakpoints are required for single-stepping in hw_breakpoint_arch_parse()
638 /* We don't allow mismatch breakpoints in kernel space. */ in hw_breakpoint_arch_parse()
671 info->step_ctrl.mismatch = 1; in enable_single_step()
799 * Otherwise, insert a temporary mismatch breakpoint so that in watchpoint_handler()
881 goto mismatch; in breakpoint_handler()
895 mismatch: in breakpoint_handler()
/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c199 DBF("%s key check failed, header len %d keylen %u mismatch\n", in ep11_check_aes_key_with_hdr()
266 DBF("%s key check failed, header len %d keylen %u mismatch\n", in ep11_check_ecc_key_with_hdr()
327 DBF("%s key check failed, header len %d keylen %u mismatch\n", in ep11_check_aes_key()
475 ZCRYPT_DBF_ERR("%s reply start tag mismatch\n", func); in check_reply_pl()
492 ZCRYPT_DBF_ERR("%s reply start tag lenfmt mismatch 0x%02hhx\n", in check_reply_pl()
505 ZCRYPT_DBF_ERR("%s function tag or length mismatch\n", func); in check_reply_pl()
512 ZCRYPT_DBF_ERR("%s dom tag or length mismatch\n", func); in check_reply_pl()
519 ZCRYPT_DBF_ERR("%s return value tag or length mismatch\n", in check_reply_pl()
625 ZCRYPT_DBF_ERR("%s mismatch between reply data len and buffer len\n", in ep11_query_info()
870 ZCRYPT_DBF_ERR("%s mismatch reply data len / key buffer len\n", in _ep11_genaeskey()
[all …]
/linux/drivers/s390/cio/
H A Ddevice_pgid.c302 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze() argument
309 *mismatch = 0; in pgid_analyze()
326 *mismatch = 1; in pgid_analyze()
384 int mismatch = 0; in snid_done() local
391 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done()
394 else if (mismatch) in snid_done()
408 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done()
/linux/drivers/bluetooth/
H A Dbtbcm.c92 bt_dev_err(hdev, "BCM: Device address length mismatch"); in btbcm_check_bdaddr()
179 bt_dev_err(hdev, "BCM: Read PCM int params length mismatch"); in btbcm_read_pcm_int_params()
306 bt_dev_err(hdev, "BCM: Local name length mismatch"); in btbcm_read_local_name()
327 bt_dev_err(hdev, "BCM: Local version length mismatch"); in btbcm_read_local_version()
347 bt_dev_err(hdev, "BCM: Verbose config length mismatch"); in btbcm_read_verbose_config()
367 bt_dev_err(hdev, "BCM: Controller features length mismatch"); in btbcm_read_controller_features()
387 bt_dev_err(hdev, "BCM: USB product length mismatch"); in btbcm_read_usb_product()
/linux/Documentation/arch/sparc/
H A Dadi.rst11 matches the tag set by the application. In case of mismatch, processor
59 tag in virtual address and never generate a mismatch exception.
113 siginfo.si_addr = addr; /* PC where first mismatch occurred */
136 ADI tag mismatch on a load always results in precise trap.
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c9 * 3. The kernel must detect the mismatch and return -EINVAL.
80 ksft_test_result_fail("futex_cmp_requeue_pi failed to detect the mismatch\n"); in TEST()
/linux/tools/memory-model/scripts/
H A DREADME105 be reported both as a mismatch by checklitmushist.sh and as an error
108 new version. In this case, checklitmushist.sh will report a mismatch
/linux/drivers/acpi/acpica/
H A Dtbfadt.c216 * Check for FACS and DSDT address mismatches. An address mismatch between
241 /* Address mismatch between 32-bit and 64-bit versions */ in acpi_tb_select_address()
244 "32/64X %s address mismatch in FADT: " in acpi_tb_select_address()
537 /* Address mismatch */ in acpi_tb_convert_fadt()
540 "32/64X address mismatch in FADT/%s: " in acpi_tb_convert_fadt()
550 * For each extended field, check for length mismatch in acpi_tb_convert_fadt()
561 "32/64X length mismatch in FADT/%s: %u/%u", in acpi_tb_convert_fadt()
/linux/tools/testing/vsock/
H A Dutil.c745 fprintf(stderr, "size mismatch: set %zu got %d\n", sizeof(val), in setsockopt_ull_check()
751 fprintf(stderr, "value mismatch: set %llu got %llu\n", val, in setsockopt_ull_check()
787 fprintf(stderr, "size mismatch: set %zu got %d\n", sizeof(val), in setsockopt_int_check()
793 fprintf(stderr, "value mismatch: set %d got %d\n", val, chkval); in setsockopt_int_check()
838 fprintf(stderr, "size mismatch: set %zu got %d\n", sizeof(val), in setsockopt_timeval_check()
844 fprintf(stderr, "value mismatch: set %ld:%ld got %ld:%ld\n", in setsockopt_timeval_check()

12345678910>>...37