diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-06-24 15:59:59 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-08-24 18:38:31 -0700 |
commit | e9d338a0b1799c988b678e8ccb66a442272e6aa3 (patch) | |
tree | 495fdcad3944944f4beaf1a822effe8b7e91ba50 /lib/Kconfig.debug | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) | |
download | linux-stable-e9d338a0b1799c988b678e8ccb66a442272e6aa3.tar.gz linux-stable-e9d338a0b1799c988b678e8ccb66a442272e6aa3.tar.bz2 linux-stable-e9d338a0b1799c988b678e8ccb66a442272e6aa3.zip |
scftorture: Add smp_call_function() torture test
This commit adds an smp_call_function() torture test that repeatedly
invokes this function and complains if things go badly awry.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'lib/Kconfig.debug')
-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 |