diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-10 08:26:11 +0300 |
---|---|---|
committer | Boqun Feng <boqun.feng@gmail.com> | 2023-03-12 05:08:22 +0300 |
commit | 7c3a8b48dc5452ec639293fd7796402d02213f58 (patch) | |
tree | 3881b6d96bc25c42905eaa6af4818b6b2beb4988 /tools/testing/selftests | |
parent | 7ff0b54491791bdb99659e73c9851ac398c81416 (diff) | |
download | linux-7c3a8b48dc5452ec639293fd7796402d02213f58.tar.xz |
rcutorture: Make scenario TREE04 enable lazy call_rcu()
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>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/TREE04 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE04 b/tools/testing/selftests/rcutorture/configs/rcu/TREE04 index ae395981b5e5..dc4985064b3a 100644 --- a/tools/testing/selftests/rcutorture/configs/rcu/TREE04 +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE04 @@ -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 |