From: Frederic Weisbecker Date: Tue, 26 Feb 2013 14:37:59 +0000 (+0100) Subject: context_tracking: Enable probes by default for selftesting X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8b43876643a737bb74a0e1e557f634eb2453948b;p=linux-beck.git context_tracking: Enable probes by default for selftesting Until we provide the nohz_mask boot parameter, keeping the context tracking probes disabled by default is pointless since what we want is to runtime test this code anyway. It's furthermore confusing for the users which don't expect the probes to be off when they select RCU user mode or full dynticks cputime accounting. Let's enable these probes selftests by default for now. Suggested: Steven Rostedt Signed-off-by: Frederic Weisbecker Cc: Li Zhong Cc: Kevin Hilman Cc: Mats Liljegren Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Steven Rostedt Cc: Namhyung Kim Cc: Andrew Morton Cc: Thomas Gleixner Cc: Paul E. McKenney --- diff --git a/init/Kconfig b/init/Kconfig index 22616cd434bc..8a1dac2f80a9 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -509,6 +509,7 @@ config RCU_USER_QS config CONTEXT_TRACKING_FORCE bool "Force context tracking" depends on CONTEXT_TRACKING + default CONTEXT_TRACKING help Probe on user/kernel boundaries by default in order to test the features that rely on it such as userspace RCU extended