rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to tiny scenarios
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 18 Nov 2021 02:57:01 +0000 (18:57 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:20:58 +0000 (17:20 -0800)
commit8c0abfd6d2f6b0221194241ac2908751a2a0385f
treea9a71d6c76f6160820d6eedb50a04c00b4a77039
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
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>
tools/testing/selftests/rcutorture/configs/rcu/SRCU-T
tools/testing/selftests/rcutorture/configs/rcu/SRCU-U
tools/testing/selftests/rcutorture/configs/rcu/TINY01
tools/testing/selftests/rcutorture/configs/rcu/TINY02
tools/testing/selftests/rcutorture/configs/rcuscale/TINY