aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/rcutorture/configs/rcu/TREE07
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2016-11-08 16:31:51 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-01-14 21:35:37 -0800
commitcdfc7f1ab5ce5534b9ba8e2b11d393a43b0f11bf (patch)
tree4d8f081c6ecb7bd49c7aeac3e8cba5571ed151c1 /tools/testing/selftests/rcutorture/configs/rcu/TREE07
parenttorture: Add CONFIG_PROVE_RCU_REPEATEDLY=y for TINY02 (diff)
downloadwireguard-linux-cdfc7f1ab5ce5534b9ba8e2b11d393a43b0f11bf.tar.xz
wireguard-linux-cdfc7f1ab5ce5534b9ba8e2b11d393a43b0f11bf.zip
torture: Add tests without slow grace period setup/cleanup
This commit moves CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP, CONFIG_RCU_TORTURE_TEST_SLOW_INIT, and CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT from CFcommon to all of the TREE scenarios other than TREE08 and TREE09 in order to do at least some testing without these Kconfig options set. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/TREE07')
-rw-r--r--tools/testing/selftests/rcutorture/configs/rcu/TREE073
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE07 b/tools/testing/selftests/rcutorture/configs/rcu/TREE07
index 3956b4131f72..b12a3ea1867e 100644
--- a/tools/testing/selftests/rcutorture/configs/rcu/TREE07
+++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE07
@@ -19,3 +19,6 @@ CONFIG_RCU_NOCB_CPU=n
CONFIG_DEBUG_LOCK_ALLOC=n
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
CONFIG_RCU_EXPERT=y
+CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP=y
+CONFIG_RCU_TORTURE_TEST_SLOW_INIT=y
+CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT=y