summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/configs
diff options
context:
space:
mode:
authorPaul E. McKenney2015-01-23 03:39:24 +0100
committerPaul E. McKenney2015-03-11 21:22:38 +0100
commitb6505deafa1397c81c3f268bfe0f349cf0be2b97 (patch)
treea49aa17eac4420147a631262fe4fb6f6caf247f9 /tools/testing/selftests/rcutorture/configs
parentrcu: Provide diagnostic option to slow down grace-period initialization (diff)
downloadkernel-qcow2-linux-b6505deafa1397c81c3f268bfe0f349cf0be2b97.tar.gz
kernel-qcow2-linux-b6505deafa1397c81c3f268bfe0f349cf0be2b97.tar.xz
kernel-qcow2-linux-b6505deafa1397c81c3f268bfe0f349cf0be2b97.zip
rcutorture: Enable slow grace-period initializations
This commit sets CONFIG_RCU_TORTURE_TEST_SLOW_INIT=y, but leaves the default time zero. This can be overridden by passing the "--bootargs rcutree.gp_init_delay=1" argument to kvm.sh. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs')
-rw-r--r--tools/testing/selftests/rcutorture/configs/rcu/CFcommon1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/CFcommon b/tools/testing/selftests/rcutorture/configs/rcu/CFcommon
index d2d2a86139db..49701218dc62 100644
--- a/tools/testing/selftests/rcutorture/configs/rcu/CFcommon
+++ b/tools/testing/selftests/rcutorture/configs/rcu/CFcommon
@@ -1,2 +1,3 @@
CONFIG_RCU_TORTURE_TEST=y
CONFIG_PRINTK_TIME=y
+CONFIG_RCU_TORTURE_TEST_SLOW_INIT=y