diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-06-25 00:59:59 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-08-25 03:38:31 +0200 |
commit | e9d338a0b1799c988b678e8ccb66a442272e6aa3 (patch) | |
tree | 495fdcad3944944f4beaf1a822effe8b7e91ba50 /kernel/Makefile | |
parent | Linux 5.9-rc1 (diff) | |
download | linux-e9d338a0b1799c988b678e8ccb66a442272e6aa3.tar.xz linux-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 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 9a20016d4900..c45f551deaaa 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -133,6 +133,8 @@ KASAN_SANITIZE_stackleak.o := n KCSAN_SANITIZE_stackleak.o := n KCOV_INSTRUMENT_stackleak.o := n +obj-$(CONFIG_SCF_TORTURE_TEST) += scftorture.o + $(obj)/configs.o: $(obj)/config_data.gz targets += config_data.gz |