[PATCH tip/core/rcu 19/20] rcutorture: Default to grace-period-initialization delays

From: Paul E. McKenney
Date: Tue Mar 03 2015 - 12:51:57 EST


From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>

Given that CPU-hotplug events are now applied only at the starts of
grace periods, it makes sense to unconditionally enable slow grace-period
initialization for rcutorture testing.

Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
---
lib/Kconfig.debug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 4ddfc5d09161..0ae13a384cfb 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1276,7 +1276,7 @@ config RCU_TORTURE_TEST_SLOW_INIT
config RCU_TORTURE_TEST_SLOW_INIT_DELAY
int "How must to slow down RCU grace-period initialization"
range 0 5
- default 0
+ default 3
help
This option specifies the number of jiffies to wait between
each rcu_node structure initialization.
--
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/