diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 3 | ||||
-rw-r--r-- | lib/textsearch.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d2099f41aa1e..f51ba2fa2662 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -531,13 +531,14 @@ config BOOT_PRINTK_DELAY | |||
531 | config RCU_TORTURE_TEST | 531 | config RCU_TORTURE_TEST |
532 | tristate "torture tests for RCU" | 532 | tristate "torture tests for RCU" |
533 | depends on DEBUG_KERNEL | 533 | depends on DEBUG_KERNEL |
534 | depends on m | ||
535 | default n | 534 | default n |
536 | help | 535 | help |
537 | This option provides a kernel module that runs torture tests | 536 | This option provides a kernel module that runs torture tests |
538 | on the RCU infrastructure. The kernel module may be built | 537 | on the RCU infrastructure. The kernel module may be built |
539 | 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. |
540 | 539 | ||
540 | Say Y here if you want RCU torture tests to start automatically | ||
541 | at boot time (you probably don't). | ||
541 | 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. |
542 | Say N if you are unsure. | 543 | Say N if you are unsure. |
543 | 544 | ||
diff --git a/lib/textsearch.c b/lib/textsearch.c index be8bda3862f5..a3e500ad51d7 100644 --- a/lib/textsearch.c +++ b/lib/textsearch.c | |||
@@ -97,6 +97,7 @@ | |||
97 | #include <linux/types.h> | 97 | #include <linux/types.h> |
98 | #include <linux/string.h> | 98 | #include <linux/string.h> |
99 | #include <linux/init.h> | 99 | #include <linux/init.h> |
100 | #include <linux/rculist.h> | ||
100 | #include <linux/rcupdate.h> | 101 | #include <linux/rcupdate.h> |
101 | #include <linux/err.h> | 102 | #include <linux/err.h> |
102 | #include <linux/textsearch.h> | 103 | #include <linux/textsearch.h> |