Home
last modified time | relevance | path

Searched refs:ksft_exit_skip (Results 1 – 25 of 61) sorted by relevance

123

/tools/testing/selftests/mm/
A Dhugetlb_fault_after_madv.c71 ksft_exit_skip("Could not register signal handler."); in main()
75 ksft_exit_skip("Could not detect default hugetlb page size."); in main()
82 ksft_exit_skip("This test needs one and only one page to execute. Got %lu\n", in main()
92 ksft_exit_skip("Failed to allocated huge page\n"); in main()
A Dhugetlb_dio.c51 ksft_exit_skip("No free hugepage, exiting!\n"); in run_dio_using_hugetlb()
100 ksft_exit_skip("Unable to allocate file: %s\n", strerror(errno)); in main()
105 ksft_exit_skip("No free hugepage, exiting\n"); in main()
A Dhugetlb_madv_vs_map.c92 ksft_exit_skip("This test needs one and only one page to execute. Got %lu\n", in main()
A Dmadv_populate.c42 ksft_exit_skip("MADV_POPULATE_READ is not available\n"); in sense_support()
46 ksft_exit_skip("MADV_POPULATE_WRITE is not available\n"); in sense_support()
A Dksm_functional_tests.c690 ksft_exit_skip("open(\"/sys/kernel/mm/ksm/run\") failed\n"); in init_global_file_handles()
693 ksft_exit_skip("open(\"/sys/kernel/mm/ksm/full_scans\") failed\n"); in init_global_file_handles()
696 ksft_exit_skip("open(\"/proc/self/pagemap\") failed\n"); in init_global_file_handles()
/tools/testing/selftests/resctrl/
A Dresctrl_tests.c189 ksft_exit_skip("Unable to allocate memory for fill_buf parameters.\n"); in alloc_fill_buf_param()
196 ksft_exit_skip("Unable to parse benchmark buffer size.\n"); in alloc_fill_buf_param()
207 ksft_exit_skip("Unable to parse benchmark memflush parameter.\n"); in alloc_fill_buf_param()
216 ksft_exit_skip("Only read operations supported.\n"); in alloc_fill_buf_param()
223 ksft_exit_skip("fill_buf is required to run until termination.\n"); in alloc_fill_buf_param()
333 ksft_exit_skip("Not running as root. Skipping...\n"); in main()
336 ksft_exit_skip("resctrl FS does not exist. Enable X86_CPU_RESCTRL config option.\n"); in main()
339 ksft_exit_skip("resctrl FS unmount failed.\n"); in main()
/tools/testing/selftests/tmpfs/
A Dbug-link-o-tmpfile.c38 ksft_exit_skip("This test needs root to run!\n"); in main()
44 ksft_exit_skip("unshare() error: unshare, errno %d\n", errno); in main()
/tools/testing/selftests/clone3/
A Dclone3_selftests.h49 ksft_exit_skip("clone3() syscall is not supported\n"); in test_clone3_supported()
64 ksft_exit_skip("clone3() syscall is not supported\n"); in test_clone3_supported()
/tools/testing/selftests/sync/
A Dsync_test.c75 ksft_exit_skip("Sync framework not supported by kernel\n"); in sync_api_supported()
78 ksft_exit_skip("Run Sync test as root.\n"); in sync_api_supported()
/tools/testing/selftests/cgroup/
A Dtest_pids.c150 ksft_exit_skip("cgroup v2 isn't mounted\n"); in main()
157 ksft_exit_skip("pids controller isn't available\n"); in main()
161 ksft_exit_skip("Failed to set pids controller\n"); in main()
A Dtest_hugetlb_memcg.c206 ksft_exit_skip("Failed to query cgroup mount option\n"); in main()
208 ksft_exit_skip("memory hugetlb accounting is disabled\n"); in main()
218 ksft_exit_skip("cgroup v2 isn't mounted\n"); in main()
A Dtest_kmem.c427 ksft_exit_skip("cgroup v2 isn't mounted\n"); in main()
434 ksft_exit_skip("memory controller isn't available\n"); in main()
438 ksft_exit_skip("Failed to set memory controller\n"); in main()
A Dtest_zswap.c603 ksft_exit_skip("cgroup v2 isn't mounted\n"); in main()
606 ksft_exit_skip("zswap isn't configured\n"); in main()
613 ksft_exit_skip("memory controller isn't available\n"); in main()
617 ksft_exit_skip("Failed to set memory controller\n"); in main()
A Dtest_cpuset.c253 ksft_exit_skip("cgroup v2 isn't mounted\n"); in main()
257 ksft_exit_skip("Failed to set cpuset controller\n"); in main()
/tools/testing/selftests/timens/
A Dtimens.h58 ksft_exit_skip("need to run as root\n"); in unshare_timens()
108 ksft_exit_skip("Time namespaces are not supported\n"); in nscheck()
/tools/testing/selftests/media_tests/
A Dmedia_device_open.c67 ksft_exit_skip("Please run the test as root - Exiting.\n"); in main()
A Dmedia_device_test.c72 ksft_exit_skip("Please run the test as root - Exiting.\n"); in main()
/tools/testing/selftests/acct/
A Dacct_syscall.c27 ksft_exit_skip("This test needs root to run!\n"); in main()
/tools/testing/selftests/arm64/fp/
A Dsve-probe-vls.c29 ksft_exit_skip("SVE not available\n"); in main()
A Dzt-ptrace.c344 ksft_exit_skip("SME2 not available\n"); in main()
351 ksft_exit_skip("Failed to read SME VL: %d (%s)\n", in main()
/tools/testing/selftests/vDSO/
A Dvdso_test_chacha.c91 ksft_exit_skip("Required CPU capabilities missing\n"); in main()
96 ksft_exit_skip("getrandom() failed unexpectedly\n"); in main()
A Dvdso_test_getrandom.c121 ksft_exit_skip("AT_SYSINFO_EHDR is not present\n"); in vgetrandom_init()
125 ksft_exit_skip("%s@%s symbol is missing from vDSO\n", name, version); in vgetrandom_init()
128 ksft_exit_skip("CPU does not have runtime support\n"); in vgetrandom_init()
/tools/testing/selftests/membarrier/
A Dmembarrier_test_impl.h339 ksft_exit_skip( in test_membarrier_query()
345 ksft_exit_skip( in test_membarrier_query()
/tools/testing/selftests/timers/
A Draw_skew.c138 ksft_exit_skip("The clock was adjusted externally. Shutdown NTPd or other time sync daemons\n"); in main()
/tools/testing/selftests/arm64/gcs/
A Dgcs-locking.c186 ksft_exit_skip("SKIP GCS not supported\n"); in main()

Completed in 30 milliseconds

123