summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-04-11 15:35:02 +0300
committerIngo Molnar <mingo@kernel.org>2021-04-11 15:35:02 +0300
commiteedd6341340c19a70cea7a89e0070a47b70c4e8d (patch)
treeaedad0719883abc058ea2e86557900a8003c564a /lib
parent9432bbd969c667fc9c4b1c140c5a745ff2a7b540 (diff)
parentbd0ccc4afca2d6ae0029cae35c4f1d2e2ade7579 (diff)
downloadlinux-eedd6341340c19a70cea7a89e0070a47b70c4e8d.tar.xz
Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core
Pull KCSAN changes from Paul E. McKenney: misc updates. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.kcsan5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Kconfig.kcsan b/lib/Kconfig.kcsan
index f271ff5fbb5a..0440f373248e 100644
--- a/lib/Kconfig.kcsan
+++ b/lib/Kconfig.kcsan
@@ -69,8 +69,9 @@ config KCSAN_SELFTEST
panic. Recommended to be enabled, ensuring critical functionality
works as intended.
-config KCSAN_TEST
- tristate "KCSAN test for integrated runtime behaviour"
+config KCSAN_KUNIT_TEST
+ tristate "KCSAN test for integrated runtime behaviour" if !KUNIT_ALL_TESTS
+ default KUNIT_ALL_TESTS
depends on TRACEPOINTS && KUNIT
select TORTURE_TEST
help