All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kconfig: FAULT_INJECTION can be selected only if LOCKDEP is enabled.
@ 2007-02-10 16:45 Paolo 'Blaisorblade' Giarrusso
  0 siblings, 0 replies; only message in thread
From: Paolo 'Blaisorblade' Giarrusso @ 2007-02-10 16:45 UTC (permalink / raw)
  To: Andrew Morton, stable; +Cc: linux-kernel

There is no prompt for STACKTRACE, so it is enabled only when 'select'ed.
FAULT_INJECTION depends on it, while LOCKDEP selects it. So FAULT_INJECTION
becomes visible in Kconfig only when LOCKDEP is enabled.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Index: linux-2.6.git/lib/Kconfig.debug
===================================================================
--- linux-2.6.git.orig/lib/Kconfig.debug
+++ linux-2.6.git/lib/Kconfig.debug
@@ -400,7 +400,7 @@ config LKDTM
 config FAULT_INJECTION
 	bool "Fault-injection framework"
 	depends on DEBUG_KERNEL
-	depends on STACKTRACE
+	select STACKTRACE
 	select FRAME_POINTER
 	help
 	  Provide fault-injection framework.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-12 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10 16:45 [PATCH] Kconfig: FAULT_INJECTION can be selected only if LOCKDEP is enabled Paolo 'Blaisorblade' Giarrusso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.