From: Paul E. McKenney Date: Thu, 16 Sep 2010 06:30:48 +0000 (-0700) Subject: rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameter X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2dfbf4dfbe47a484bae20456c12b40763b9b6af7;p=linux-beck.git rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameter The PROVE_RCU_REPEATEDLY has no "Say Y"/"Say N" advice, so this commit adds it. Reported-by: Johannes Berg Signed-off-by: Paul E. McKenney --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 52c2172dff16..9886cf5365ba 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -539,6 +539,10 @@ config PROVE_RCU_REPEATEDLY disabling, allowing multiple RCU-lockdep warnings to be printed on a single reboot. + Say Y to allow multiple RCU-lockdep warnings per boot. + + Say N if you are unsure. + config SPARSE_RCU_POINTER bool "RCU debugging: sparse-based checks for pointer usage" default n