diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 6af20a8a0a54..4cdab452bfe2 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -781,6 +781,18 @@ config RCU_CPU_STALL_DETECTOR | |||
781 | 781 | ||
782 | Say Y if you are unsure. | 782 | Say Y if you are unsure. |
783 | 783 | ||
784 | config RCU_CPU_STALL_VERBOSE | ||
785 | bool "Print additional per-task information for RCU_CPU_STALL_DETECTOR" | ||
786 | depends on RCU_CPU_STALL_DETECTOR && TREE_PREEMPT_RCU | ||
787 | default n | ||
788 | help | ||
789 | This option causes RCU to printk detailed per-task information | ||
790 | for any tasks that are stalling the current RCU grace period. | ||
791 | |||
792 | Say N if you are unsure. | ||
793 | |||
794 | Say Y if you want to enable such checks. | ||
795 | |||
784 | config KPROBES_SANITY_TEST | 796 | config KPROBES_SANITY_TEST |
785 | bool "Kprobes sanity tests" | 797 | bool "Kprobes sanity tests" |
786 | depends on DEBUG_KERNEL | 798 | depends on DEBUG_KERNEL |