mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Merge 6.0-rc5 into driver-core-next
We need the driver core and debugfs changes in this branch. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -2029,13 +2029,16 @@ config LKDTM
|
||||
Documentation on how to use the module can be found in
|
||||
Documentation/fault-injection/provoke-crashes.rst
|
||||
|
||||
config TEST_CPUMASK
|
||||
tristate "cpumask tests" if !KUNIT_ALL_TESTS
|
||||
config CPUMASK_KUNIT_TEST
|
||||
tristate "KUnit test for cpumask" if !KUNIT_ALL_TESTS
|
||||
depends on KUNIT
|
||||
default KUNIT_ALL_TESTS
|
||||
help
|
||||
Enable to turn on cpumask tests, running at boot or module load time.
|
||||
|
||||
For more information on KUnit and unit tests in general, please refer
|
||||
to the KUnit documentation in Documentation/dev-tools/kunit/.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config TEST_LIST_SORT
|
||||
|
||||
Reference in New Issue
Block a user