From 41a723b830c2f4f280881af8c8c3af3248bafbf8 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 16 Jun 2008 08:40:04 +0200 Subject: [PATCH] --- yaml --- r: 101375 b: refs/heads/master c: 1462a200057df08be12f3719e1f37adbd2c6e4d0 h: refs/heads/master i: 101373: 4af2e645dea10cc69a276cfd9f122d212bfdfc78 101371: 96f0532b74ad6fa1f4dea2d2f5ae8d403be68e7d 101367: cafafbaa2fafcbeb8c5064867a21cb165c060b5c 101359: b50add9f094693afc2ea4b72fbdbf4ce523bfa46 101343: 684c6600d1957c2d977e6c13420d2f4d5bc3b1ac 101311: 00b4a66c6c9f5d052ed936b08835371d75730734 101247: f8eb2d6b931d5e1eafca1523f9127ab60d977db0 101119: 763494f1495b368fb1a4fd789a6f42cd6172c167 100863: 70aa5b69b82798fa867bd40fbd7187fab9e2fa32 100351: 8a46db1dffaf095df2ccc5b3a9f89370139a46f2 v: v3 --- [refs] | 2 +- trunk/lib/Kconfig.debug | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 78879f87a957..22945a239f45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ba4cc319ab26c56205d4f23724c4748a553c845 +refs/heads/master: 1462a200057df08be12f3719e1f37adbd2c6e4d0 diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index d2099f41aa1e..f51ba2fa2662 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -531,13 +531,14 @@ config BOOT_PRINTK_DELAY config RCU_TORTURE_TEST tristate "torture tests for RCU" depends on DEBUG_KERNEL - depends on m default n help This option provides a kernel module that runs torture tests on the RCU infrastructure. The kernel module may be built after the fact on the running kernel to be tested, if desired. + Say Y here if you want RCU torture tests to start automatically + at boot time (you probably don't). Say M if you want the RCU torture tests to build as a module. Say N if you are unsure.