diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index b0f239e443bc..465d822f3f5d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -619,6 +619,19 @@ config RCU_CPU_STALL_DETECTOR | |||
619 | 619 | ||
620 | Say N if you are unsure. | 620 | Say N if you are unsure. |
621 | 621 | ||
622 | config RCU_CPU_STALL_DETECTOR | ||
623 | bool "Check for stalled CPUs delaying RCU grace periods" | ||
624 | depends on CLASSIC_RCU || TREE_RCU | ||
625 | default n | ||
626 | help | ||
627 | This option causes RCU to printk information on which | ||
628 | CPUs are delaying the current grace period, but only when | ||
629 | the grace period extends for excessive time periods. | ||
630 | |||
631 | Say Y if you want RCU to perform such checks. | ||
632 | |||
633 | Say N if you are unsure. | ||
634 | |||
622 | config KPROBES_SANITY_TEST | 635 | config KPROBES_SANITY_TEST |
623 | bool "Kprobes sanity tests" | 636 | bool "Kprobes sanity tests" |
624 | depends on DEBUG_KERNEL | 637 | depends on DEBUG_KERNEL |