diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index f51ba2fa2662..c35a86a516a0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -537,11 +537,28 @@ config RCU_TORTURE_TEST | |||
537 | on the RCU infrastructure. The kernel module may be built | 537 | on the RCU infrastructure. The kernel module may be built |
538 | after the fact on the running kernel to be tested, if desired. | 538 | after the fact on the running kernel to be tested, if desired. |
539 | 539 | ||
540 | Say Y here if you want RCU torture tests to start automatically | 540 | Say Y here if you want RCU torture tests to be built into |
541 | at boot time (you probably don't). | 541 | the kernel. |
542 | Say M if you want the RCU torture tests to build as a module. | 542 | Say M if you want the RCU torture tests to build as a module. |
543 | Say N if you are unsure. | 543 | Say N if you are unsure. |
544 | 544 | ||
545 | config RCU_TORTURE_TEST_RUNNABLE | ||
546 | bool "torture tests for RCU runnable by default" | ||
547 | depends on RCU_TORTURE_TEST = y | ||
548 | default n | ||
549 | help | ||
550 | This option provides a way to build the RCU torture tests | ||
551 | directly into the kernel without them starting up at boot | ||
552 | time. You can use /proc/sys/kernel/rcutorture_runnable | ||
553 | to manually override this setting. This /proc file is | ||
554 | available only when the RCU torture tests have been built | ||
555 | into the kernel. | ||
556 | |||
557 | Say Y here if you want the RCU torture tests to start during | ||
558 | boot (you probably don't). | ||
559 | Say N here if you want the RCU torture tests to start only | ||
560 | after being manually enabled via /proc. | ||
561 | |||
545 | config KPROBES_SANITY_TEST | 562 | config KPROBES_SANITY_TEST |
546 | bool "Kprobes sanity tests" | 563 | bool "Kprobes sanity tests" |
547 | depends on DEBUG_KERNEL | 564 | depends on DEBUG_KERNEL |