File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2029,13 +2029,16 @@ config LKDTM
2029
2029
Documentation on how to use the module can be found in
2030
2030
Documentation/fault-injection/provoke-crashes.rst
2031
2031
2032
- config TEST_CPUMASK
2033
- tristate "cpumask tests " if !KUNIT_ALL_TESTS
2032
+ config CPUMASK_KUNIT_TEST
2033
+ tristate "KUnit test for cpumask " if !KUNIT_ALL_TESTS
2034
2034
depends on KUNIT
2035
2035
default KUNIT_ALL_TESTS
2036
2036
help
2037
2037
Enable to turn on cpumask tests, running at boot or module load time.
2038
2038
2039
+ For more information on KUnit and unit tests in general, please refer
2040
+ to the KUnit documentation in Documentation/dev-tools/kunit/.
2041
+
2039
2042
If unsure, say N.
2040
2043
2041
2044
config TEST_LIST_SORT
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ obj-$(CONFIG_TEST_BPF) += test_bpf.o
60
60
obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
61
61
obj-$(CONFIG_TEST_BITOPS) += test_bitops.o
62
62
CFLAGS_test_bitops.o += -Werror
63
+ obj-$(CONFIG_CPUMASK_KUNIT_TEST) += cpumask_kunit.o
63
64
obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o
64
65
obj-$(CONFIG_TEST_SIPHASH) += test_siphash.o
65
66
obj-$(CONFIG_HASH_KUNIT_TEST) += test_hash.o
@@ -100,7 +101,6 @@ obj-$(CONFIG_TEST_HMM) += test_hmm.o
100
101
obj-$(CONFIG_TEST_FREE_PAGES) += test_free_pages.o
101
102
obj-$(CONFIG_KPROBES_SANITY_TEST) += test_kprobes.o
102
103
obj-$(CONFIG_TEST_REF_TRACKER) += test_ref_tracker.o
103
- obj-$(CONFIG_TEST_CPUMASK) += test_cpumask.o
104
104
CFLAGS_test_fprobe.o += $(CC_FLAGS_FTRACE )
105
105
obj-$(CONFIG_FPROBE_SANITY_TEST) += test_fprobe.o
106
106
#
File renamed without changes.
You can’t perform that action at this time.
0 commit comments