rcutorture: Make scenario TREE04 enable lazy call_rcu()
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 10 Jan 2023 05:26:11 +0000 (21:26 -0800)
committerBoqun Feng <boqun.feng@gmail.com>
Sun, 12 Mar 2023 02:08:22 +0000 (18:08 -0800)
This commit enables the RCU_LAZY Kconfig option in scenario TREE04 in
order to provide some ongoing testing of this configuration.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
tools/testing/selftests/rcutorture/configs/rcu/TREE04

index ae39598..dc49850 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_DEBUG_LOCK_ALLOC=n
 CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
 CONFIG_RCU_EXPERT=y
 CONFIG_RCU_EQS_DEBUG=y
+CONFIG_RCU_LAZY=y