diff options
author | 2020-09-03 09:47:01 -0700 | |
---|---|---|
committer | 2020-09-03 09:47:01 -0700 | |
commit | f511ce1424e5f3c32619eb0258afa8abd38fe3cc (patch) | |
tree | 61bb3f37e85c3ac4c9eb941f4f0630836d2ddb46 /lib | |
parent | Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24a' into HEAD (diff) | |
parent | rcuperf: Change rcuperf to rcuscale (diff) | |
download | wireguard-linux-f511ce1424e5f3c32619eb0258afa8abd38fe3cc.tar.xz wireguard-linux-f511ce1424e5f3c32619eb0258afa8abd38fe3cc.zip |
Merge branch 'scftorture.2020.08.24a' into HEAD
scftorture.2020.08.24a: Torture tests for smp_call_function() and friends.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e068c3c7189a..0c3a6c752ede 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1367,6 +1367,16 @@ config WW_MUTEX_SELFTEST Say M if you want these self tests to build as a module. Say N if you are unsure. +config SCF_TORTURE_TEST + tristate "torture tests for smp_call_function*()" + depends on DEBUG_KERNEL + select TORTURE_TEST + help + This option provides a kernel module that runs torture tests + on the smp_call_function() family of primitives. The kernel + module may be built after the fact on the running kernel to + be tested, if desired. + endmenu # lock debugging config TRACE_IRQFLAGS |