rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenario
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 18 Mar 2022 15:02:11 +0000 (08:02 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 20 Apr 2022 23:53:19 +0000 (16:53 -0700)
commit3831fc02f496cd8a8e6c75217b290fe5158a3f36
treeb1e1e2ca54114cb04bfe25bb8e083475d3093fd6
parent4c3f7b0e1e880e892d4bc4f50bf627b251b6e2cc
rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenario

Now that CONFIG_PREEMPT_DYNAMIC=y is the default, TASKS02 no longer
builds a pure non-preemptible kernel that uses Tiny RCU.  This commit
therefore fixes this new hole in rcutorture testing by adding
CONFIG_PREEMPT_DYNAMIC=n to the TASKS02 rcutorture scenario.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/configs/rcu/TASKS02