aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs/rcu/TREE06
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/TREE06
parenttorture: Add CONFIG_PROVE_RCU_REPEATEDLY=y for TINY02 (diff)
downloadlinux-dev-cdfc7f1ab5ce5534b9ba8e2b11d393a43b0f11bf.tar.xz
linux-dev-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/TREE06')
-rw-r--r--tools/testing/selftests/rcutorture/configs/rcu/TREE063
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE06 b/tools/testing/selftests/rcutorture/configs/rcu/TREE06
index d3e456b74cbe..4cb02bd28f08 100644
--- a/tools/testing/selftests/rcutorture/configs/rcu/TREE06
+++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE06
@@ -20,3 +20,6 @@ CONFIG_PROVE_LOCKING=y
#CHECK#CONFIG_PROVE_RCU=y
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
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