rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCU
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 28 Mar 2022 20:16:18 +0000 (13:16 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 20 Apr 2022 23:55:03 +0000 (16:55 -0700)
commitd69e048b27cceec20b637ae8ec72102c79ae673c
tree407369d2cde3463fbb2b394f074f36c6fb8d51d7
parent31015625768e6d8bc808a892b221b69afaaa8d07
rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCU

Now that the Tasks RCU flavors are selected by their users rather than
by the rcutorture scenarios, torture.sh fails when attempting to run
NOPREEMPT scenarios for refscale and rcuscale.  This commit therefore
makes torture.sh specify CONFIG_TASKS_TRACE_RCU=y to avoid such failure.

Why not also CONFIG_TASKS_RCU?  Because tracing selects this one.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh