From: Paul E. McKenney Date: Fri, 23 Jan 2015 02:39:24 +0000 (-0800) Subject: rcutorture: Enable slow grace-period initializations X-Git-Tag: v4.1-rc1~145^2~2^2^5~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b6505deafa1397c81c3f268bfe0f349cf0be2b97;p=karo-tx-linux.git 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 --- 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