Kconfig.debug (95e73fb16ad9c93174f2604e47d98dc3537d8f95) Kconfig.debug (c4bbe83d27c2446a033cc0381c3fb6be5e8c41c7)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Kernel hacking"
3
4menu "printk and dmesg options"
5
6config PRINTK_TIME
7 bool "Show timing information on printks"
8 depends on PRINTK

--- 2221 unchanged lines hidden (view full) ---

2230 executed only once during system boot (so affects only boot time),
2231 or at module load time.
2232
2233 If unsure, say N.
2234
2235config TEST_IOV_ITER
2236 tristate "Test iov_iter operation" if !KUNIT_ALL_TESTS
2237 depends on KUNIT
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Kernel hacking"
3
4menu "printk and dmesg options"
5
6config PRINTK_TIME
7 bool "Show timing information on printks"
8 depends on PRINTK

--- 2221 unchanged lines hidden (view full) ---

2230 executed only once during system boot (so affects only boot time),
2231 or at module load time.
2232
2233 If unsure, say N.
2234
2235config TEST_IOV_ITER
2236 tristate "Test iov_iter operation" if !KUNIT_ALL_TESTS
2237 depends on KUNIT
2238 depends on MMU
2239 default KUNIT_ALL_TESTS
2240 help
2241 Enable this to turn on testing of the operation of the I/O iterator
2242 (iov_iter). This test is executed only once during system boot (so
2243 affects only boot time), or at module load time.
2244
2245 If unsure, say N.
2246

--- 606 unchanged lines hidden (view full) ---

2853config TEST_MEMCAT_P
2854 tristate "Test memcat_p() helper function"
2855 help
2856 Test the memcat_p() helper for correctly merging two
2857 pointer arrays together.
2858
2859 If unsure, say N.
2860
2238 default KUNIT_ALL_TESTS
2239 help
2240 Enable this to turn on testing of the operation of the I/O iterator
2241 (iov_iter). This test is executed only once during system boot (so
2242 affects only boot time), or at module load time.
2243
2244 If unsure, say N.
2245

--- 606 unchanged lines hidden (view full) ---

2852config TEST_MEMCAT_P
2853 tristate "Test memcat_p() helper function"
2854 help
2855 Test the memcat_p() helper for correctly merging two
2856 pointer arrays together.
2857
2858 If unsure, say N.
2859
2861config TEST_LIVEPATCH
2862 tristate "Test livepatching"
2863 default n
2864 depends on DYNAMIC_DEBUG
2865 depends on LIVEPATCH
2866 depends on m
2867 help
2868 Test kernel livepatching features for correctness. The tests will
2869 load test modules that will be livepatched in various scenarios.
2870
2871 To run all the livepatching tests:
2872
2873 make -C tools/testing/selftests TARGETS=livepatch run_tests
2874
2875 Alternatively, individual tests may be invoked:
2876
2877 tools/testing/selftests/livepatch/test-callbacks.sh
2878 tools/testing/selftests/livepatch/test-livepatch.sh
2879 tools/testing/selftests/livepatch/test-shadow-vars.sh
2880
2881 If unsure, say N.
2882
2883config TEST_OBJAGG
2884 tristate "Perform selftest on object aggreration manager"
2885 default n
2886 depends on OBJAGG
2887 help
2888 Enable this option to test object aggregation manager on boot
2889 (or module load).
2890

--- 159 unchanged lines hidden ---
2860config TEST_OBJAGG
2861 tristate "Perform selftest on object aggreration manager"
2862 default n
2863 depends on OBJAGG
2864 help
2865 Enable this option to test object aggregation manager on boot
2866 (or module load).
2867

--- 159 unchanged lines hidden ---