[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061114211259.GA20524@localhost>
Date: Wed, 15 Nov 2006 06:12:59 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: Adrian Bunk <bunk@...sta.de>
Cc: Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org,
Don Mullis <dwm@...r.net>
Subject: [PATCH -mm] CONFIG_FAULT_INJECTION help text
On Tue, Nov 14, 2006 at 09:02:49PM +0100, Adrian Bunk wrote:
> The FAULT_INJECTION option lacks a help text.
Thank you for pointing that out.
Subject: [PATCH -mm] CONFIG_FAULT_INJECTION help text
This patch add a help text for CONFIG_FAULT_INJECTION
Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
lib/Kconfig.debug | 3 +++
1 file changed, 3 insertions(+)
Index: work-fault-inject/lib/Kconfig.debug
===================================================================
--- work-fault-inject.orig/lib/Kconfig.debug
+++ work-fault-inject/lib/Kconfig.debug
@@ -477,6 +477,9 @@ config FAULT_INJECTION
depends on DEBUG_KERNEL
depends on STACKTRACE
select FRAME_POINTER
+ help
+ Provide fault-injection framework.
+ For more details, see Documentation/fault-injection/.
config FAILSLAB
bool "Fault-injection capability for kmalloc"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists