/linux/tools/testing/selftests/mm/ |
H A D | cow.c | 188 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 195 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 212 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 221 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 250 log_test_result(KSFT_FAIL); in do_test_cow_in_parent() 299 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 305 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 313 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 321 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() 336 log_test_result(KSFT_FAIL); in do_test_vmsplice_in_parent() [all...] |
H A D | gup_longterm.c | 100 result = KSFT_FAIL; in do_test() 110 result = KSFT_FAIL; in do_test() 127 result = KSFT_FAIL; in do_test() 140 result = KSFT_FAIL; in do_test() 161 result = KSFT_FAIL; in do_test() 203 result = KSFT_FAIL; in do_test() 210 result = KSFT_FAIL; in do_test() 226 result = KSFT_FAIL; in do_test() 264 result = KSFT_FAIL; in do_test() 281 result = KSFT_FAIL; in do_test() [all...] |
H A D | memfd_secret.c | 134 exit(KSFT_FAIL); in try_process_vm_read() 147 exit(KSFT_FAIL); in try_process_vm_read() 159 exit(KSFT_FAIL); in try_ptrace() 165 exit(KSFT_FAIL); in try_ptrace() 172 exit(KSFT_FAIL); in try_ptrace() 178 exit(KSFT_FAIL); in try_ptrace()
|
/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_tags_inclusion.c | 31 return KSFT_FAIL; in verify_mte_pointer_validity() 43 return KSFT_FAIL; in verify_mte_pointer_validity() 57 return KSFT_FAIL; in check_single_included_tags() 62 result = KSFT_FAIL; in check_single_included_tags() 71 result = KSFT_FAIL; in check_single_included_tags() 90 return KSFT_FAIL; in check_multiple_included_tags() 103 result = KSFT_FAIL; in check_multiple_included_tags() 121 return KSFT_FAIL; in check_all_included_tags() 125 return KSFT_FAIL; in check_all_included_tags() 146 return KSFT_FAIL; in check_none_included_tags() [all...] |
H A D | check_buffer_fill.c | 40 return KSFT_FAIL; in check_buffer_by_byte() 60 return KSFT_FAIL; in check_buffer_by_byte() 78 return KSFT_FAIL; in check_buffer_underflow_by_byte() 155 return (err ? KSFT_FAIL : KSFT_PASS); in check_buffer_underflow_by_byte() 174 return KSFT_FAIL; in check_buffer_overflow_by_byte() 258 return (err ? KSFT_FAIL : KSFT_PASS); in check_buffer_overflow_by_byte() 272 return KSFT_FAIL; in check_buffer_by_block_iterate() 277 return KSFT_FAIL; in check_buffer_by_block_iterate() 284 return KSFT_FAIL; in check_buffer_by_block_iterate() 289 return KSFT_FAIL; in check_buffer_by_block_iterate() [all...] |
H A D | check_hugetlb_options.c | 105 return KSFT_FAIL; in check_child_tag_inheritance() 132 return (fault) ? KSFT_FAIL : KSFT_PASS; in check_child_tag_inheritance() 141 return KSFT_FAIL; in check_mte_memory() 157 return KSFT_FAIL; in check_hugetlb_memory_mapping() 165 return KSFT_FAIL; in check_hugetlb_memory_mapping() 170 if (result == KSFT_FAIL) in check_hugetlb_memory_mapping() 171 return KSFT_FAIL; in check_hugetlb_memory_mapping() 189 return KSFT_FAIL; in check_clear_prot_mte_flag() 195 return KSFT_FAIL; in check_clear_prot_mte_flag() 200 return KSFT_FAIL; in check_clear_prot_mte_flag() [all...] |
H A D | check_gcr_el1_cswitch.c | 66 return (void *)KSFT_FAIL; in execute_thread() 82 if (thread_data[i] == KSFT_FAIL) in execute_test() 83 return KSFT_FAIL; in execute_test() 99 return KSFT_FAIL; in mte_gcr_fork_test() 120 if (results[i] == KSFT_FAIL) in mte_gcr_fork_test() 121 return KSFT_FAIL; in mte_gcr_fork_test() 142 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
H A D | check_child_memory.c | 40 return KSFT_FAIL; in check_child_tag_inheritance() 81 return (fault) ? KSFT_FAIL : KSFT_PASS; in check_child_tag_inheritance() 97 return KSFT_FAIL; in check_child_memory_mapping() 100 if (result == KSFT_FAIL) in check_child_memory_mapping() 116 return KSFT_FAIL; in check_child_file_mapping() 122 return KSFT_FAIL; in check_child_file_mapping() 132 return KSFT_FAIL; in check_child_file_mapping() 139 return KSFT_FAIL; in check_child_file_mapping() 152 return KSFT_FAIL; in main() 197 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main() [all...] |
H A D | mte_common_util.h | 87 case KSFT_FAIL: in evaluate_test() 105 return KSFT_FAIL; in check_allocated_memory() 111 return KSFT_FAIL; in check_allocated_memory() 122 return KSFT_FAIL; in check_allocated_memory_range() 129 return KSFT_FAIL; in check_allocated_memory_range()
|
H A D | check_mmap_options.c | 78 return KSFT_FAIL; in check_mte_memory() 84 return KSFT_FAIL; in check_mte_memory() 86 return KSFT_FAIL; in check_mte_memory() 92 return KSFT_FAIL; in check_mte_memory() 94 return KSFT_FAIL; in check_mte_memory() 101 return KSFT_FAIL; in check_mte_memory() 107 return KSFT_FAIL; in check_mte_memory() 128 return KSFT_FAIL; in check_anonymous_memory_mapping() 137 return KSFT_FAIL; in check_anonymous_memory_mapping() 163 return KSFT_FAIL; in check_file_memory_mapping() [all...] |
H A D | check_user_mem.c | 50 return KSFT_FAIL; in check_usermem_access_fault() 53 return KSFT_FAIL; in check_usermem_access_fault() 58 return KSFT_FAIL; in check_usermem_access_fault() 135 err = KSFT_FAIL; in check_usermem_access_fault() 207 return KSFT_FAIL; in main() 242 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
H A D | check_ksm_options.c | 103 err = KSFT_FAIL; in check_madvise_options() 112 return KSFT_FAIL; in check_madvise_options() 141 return KSFT_FAIL; in main() 165 return ksft_get_fail_cnt() == 0 ? KSFT_PASS : KSFT_FAIL; in main()
|
/linux/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 138 ret = KSFT_FAIL; in test_cachestat() 147 ret = KSFT_FAIL; in test_cachestat() 158 ret = KSFT_FAIL; in test_cachestat() 168 ret = KSFT_FAIL; in test_cachestat() 178 ret = KSFT_FAIL; in test_cachestat() 189 ret = KSFT_FAIL; in test_cachestat() 195 ret = KSFT_FAIL; in test_cachestat() 339 case KSFT_FAIL: in main() 341 ret = KSFT_FAIL; in main()
|
/linux/tools/testing/selftests/cgroup/ |
H A D | test_zswap.c | 121 int ret = KSFT_FAIL; in test_zswap_usage() 162 int ret = KSFT_FAIL; in test_swapin_nozswap() 214 int ret = KSFT_FAIL; in test_zswapin() 352 int ret = KSFT_FAIL; in test_zswap_writeback() 417 int ret = KSFT_FAIL; in test_no_invasive_cgroup_shrink() 423 return KSFT_FAIL; in test_no_invasive_cgroup_shrink() 502 int ret = KSFT_FAIL; in test_no_kmem_bypass() 509 return KSFT_FAIL; in test_no_kmem_bypass() 515 return KSFT_FAIL; in test_no_kmem_bypass() 517 return KSFT_FAIL; in test_no_kmem_bypass() [all...] |
H A D | test_kill.c | 59 int ret = KSFT_FAIL; in test_cgkill_simple() 90 ret = KSFT_FAIL; in test_cgkill_simple() 117 int ret = KSFT_FAIL; in test_cgkill_tree() 194 ret = KSFT_FAIL; in test_cgkill_tree() 224 int ret = KSFT_FAIL; in test_cgkill_forkbomb() 255 ret = KSFT_FAIL; in test_cgkill_forkbomb()
|
H A D | test_freezer.c | 138 int ret = KSFT_FAIL; in test_cgfreezer_simple() 191 int ret = KSFT_FAIL; in test_cgfreezer_tree() 362 int ret = KSFT_FAIL; in test_cgfreezer_forkbomb() 401 int ret = KSFT_FAIL; in test_cgfreezer_mkdir() 455 int ret = KSFT_FAIL; in test_cgfreezer_rmdir() 510 int ret = KSFT_FAIL; in test_cgfreezer_migrate() 585 int ret = KSFT_FAIL; in test_cgfreezer_ptrace() 667 int pid, ret = KSFT_FAIL; in test_cgfreezer_stopped() 711 int pid, ret = KSFT_FAIL; in test_cgfreezer_ptraced() 780 int ret = KSFT_FAIL; in test_cgfreezer_vfork() [all...] |
H A D | test_core.c | 87 int ret = KSFT_FAIL; in test_cgcore_destroy() 149 int ret = KSFT_FAIL; in test_cgcore_populated() 285 int ret = KSFT_FAIL; in test_cgcore_invalid_domain() 350 int ret = KSFT_FAIL; in test_cgcore_parent_becomes_threaded() 392 int ret = KSFT_FAIL; in test_cgcore_no_internal_process_constraint_on_threads() 445 int ret = KSFT_FAIL; in test_cgcore_top_down_constraint_enable() 483 int ret = KSFT_FAIL; in test_cgcore_top_down_constraint_disable() 527 int ret = KSFT_FAIL; in test_cgcore_internal_process_constraint() 576 int ret = KSFT_FAIL; in test_cgcore_proc_migration() 649 int ret = KSFT_FAIL; in test_cgcore_thread_migration() [all...] |
H A D | test_kmem.c | 54 int ret = KSFT_FAIL; in test_kmem_basic() 170 int ret = KSFT_FAIL; in test_kmem_memcg_deletion() 220 int ret = KSFT_FAIL; in test_kmem_proc_kpagecgroup() 279 int ret = KSFT_FAIL; in test_kmem_kernel_stacks() 307 int ret = KSFT_FAIL; in test_kmem_dead_cgroups() 357 int ret = KSFT_FAIL; in test_percpu_basic()
|
/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 438 _metadata->exit_code = KSFT_FAIL; \ 796 _metadata->exit_code = KSFT_FAIL; \ 807 _metadata->exit_code = KSFT_FAIL; \ 930 return metadata->exit_code != KSFT_FAIL && in __test_passed() 969 * WEXITSTATUS(status) returns KSFT_FAIL. This safe default value in __wait_for_test() 973 int status = KSFT_FAIL << 8; in __wait_for_test() 980 t->exit_code = KSFT_FAIL; in __wait_for_test() 991 t->exit_code = KSFT_FAIL; in __wait_for_test() 1003 t->exit_code = KSFT_FAIL; in __wait_for_test() 1011 t->exit_code = KSFT_FAIL; in __wait_for_test() [all...] |
/linux/tools/testing/selftests/vsock/ |
H A D | vmtest.sh | 84 exit "${KSFT_FAIL}" 403 rc=$KSFT_FAIL 409 rc=$KSFT_FAIL 415 rc=$KSFT_FAIL 421 rc=$KSFT_FAIL 473 elif [[ ${rc} -eq $KSFT_FAIL ]]; then 486 exit "$KSFT_FAIL"
|
/linux/tools/testing/selftests/kselftest/ |
H A D | ksft.py | 15 KSFT_FAIL = 1 variable 79 exit_code = KSFT_FAIL 88 sys.exit(KSFT_FAIL)
|
H A D | ktap_helpers.sh | 14 KSFT_FAIL=1 107 exit "$KSFT_FAIL" 116 exit "$KSFT_FAIL"
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 65 ret=${KSFT_FAIL} 119 ret=${KSFT_FAIL} 123 ret=${KSFT_FAIL} 224 ret=${KSFT_FAIL} 255 ret=${KSFT_FAIL} 291 ret=${KSFT_FAIL}
|
H A D | mptcp_lib.sh | 7 readonly KSFT_FAIL=1 141 exit ${KSFT_FAIL} 296 "${KSFT_FAIL}") 304 exit ${KSFT_FAIL} 327 exit ${KSFT_FAIL} 466 exit ${KSFT_FAIL} 475 exit ${KSFT_FAIL}
|
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
H A D | test_ifs.sh | 9 readonly KSFT_FAIL=1 104 RESULT=$KSFT_FAIL 162 EXIT_MAP[$KSFT_FAIL]=$FAIL 231 [[ -n "$ifs_info" ]] || test_exit "No ifs module listed by lsmod" "$KSFT_FAIL" 252 test_exit "No sysfs entry in $IFS_SCAN_SYSFS_PATH" "$KSFT_FAIL" 276 return "$KSFT_FAIL" 280 return "$KSFT_FAIL"
|