|
@@ -1306,20 +1306,6 @@ menu "RCU Debugging"
|
|
|
config PROVE_RCU
|
|
|
def_bool PROVE_LOCKING
|
|
|
|
|
|
-config PROVE_RCU_REPEATEDLY
|
|
|
- bool "RCU debugging: don't disable PROVE_RCU on first splat"
|
|
|
- depends on PROVE_RCU
|
|
|
- default n
|
|
|
- help
|
|
|
- By itself, PROVE_RCU will disable checking upon issuing the
|
|
|
- first warning (or "splat"). This feature prevents such
|
|
|
- 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
|