All of lore.kernel.org
 help / color / mirror / Atom feed
* + kconfig-fault_injection-can-be-selected-only-if-lockdep-is-enabled.patch added to -mm tree
@ 2007-02-13  5:29 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-13  5:29 UTC (permalink / raw)
  To: mm-commits; +Cc: blaisorblade, akinobu.mita, stable


The patch titled
     Kconfig: FAULT_INJECTION can be selected only if LOCKDEP is enabled
has been added to the -mm tree.  Its filename is
     kconfig-fault_injection-can-be-selected-only-if-lockdep-is-enabled.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Kconfig: FAULT_INJECTION can be selected only if LOCKDEP is enabled
From: "Paolo 'Blaisorblade' Giarrusso" <blaisorblade@yahoo.it>

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>
Cc: <stable@kernel.org>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/Kconfig.debug |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN lib/Kconfig.debug~kconfig-fault_injection-can-be-selected-only-if-lockdep-is-enabled lib/Kconfig.debug
--- a/lib/Kconfig.debug~kconfig-fault_injection-can-be-selected-only-if-lockdep-is-enabled
+++ a/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.
_

Patches currently in -mm which might be from blaisorblade@yahoo.it are

origin.patch
uml-fix-prototypes.patch
kconfig-fault_injection-can-be-selected-only-if-lockdep-is-enabled.patch
git-gccbug.patch

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

only message in thread, other threads:[~2007-02-13  5:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13  5:29 + kconfig-fault_injection-can-be-selected-only-if-lockdep-is-enabled.patch added to -mm tree akpm

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.