aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs/rcu/TINY02
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-11-17 18:57:01 -0800
committerPaul E. McKenney <paulmck@kernel.org>2021-11-30 17:20:58 -0800
commit8c0abfd6d2f6b0221194241ac2908751a2a0385f (patch)
treea9a71d6c76f6160820d6eedb50a04c00b4a77039 /tools/testing/selftests/rcutorture/configs/rcu/TINY02
parentLinux 5.16-rc1 (diff)
downloadlinux-dev-8c0abfd6d2f6b0221194241ac2908751a2a0385f.tar.xz
linux-dev-8c0abfd6d2f6b0221194241ac2908751a2a0385f.zip
rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to tiny scenarios
With CONFIG_PREEMPT_DYNAMIC=y, the kernel builds with CONFIG_PREEMPTION=y because preemption can be enabled at runtime. This prevents any tests of Tiny RCU or Tiny SRCU from running correctly. This commit therefore explicitly sets CONFIG_PREEMPT_DYNAMIC=n for those scenarios. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/rcutorture/configs/rcu/TINY021
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TINY02 b/tools/testing/selftests/rcutorture/configs/rcu/TINY02
index d8674264318d..30439f6fc20e 100644
--- a/tools/testing/selftests/rcutorture/configs/rcu/TINY02
+++ b/tools/testing/selftests/rcutorture/configs/rcu/TINY02
@@ -2,6 +2,7 @@ CONFIG_SMP=n
CONFIG_PREEMPT_NONE=y
CONFIG_PREEMPT_VOLUNTARY=n
CONFIG_PREEMPT=n
+CONFIG_PREEMPT_DYNAMIC=n
#CHECK#CONFIG_TINY_RCU=y
CONFIG_HZ_PERIODIC=y
CONFIG_NO_HZ_IDLE=n