All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] lib-turn-config_stacktrace-into-an-actual-option.patch removed from -mm tree
@ 2014-09-03 17:57 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-09-03 17:57 UTC (permalink / raw)
  To: davej, mingo, mm-commits


The patch titled
     Subject: lib: turn CONFIG_STACKTRACE into an actual option.
has been removed from the -mm tree.  Its filename was
     lib-turn-config_stacktrace-into-an-actual-option.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Dave Jones <davej@redhat.com>
Subject: lib: turn CONFIG_STACKTRACE into an actual option.

I was puzzled why /proc/$$/stack had disappeared, until I figured out I
had disabled the last debug option that did a 'select STACKTRACE'.  This
patch makes the option show up at config time, so it can be enabled
without enabling any of the more heavyweight debug options.

Signed-off-by: Dave Jones <davej@redhat.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/Kconfig.debug |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff -puN lib/Kconfig.debug~lib-turn-config_stacktrace-into-an-actual-option lib/Kconfig.debug
--- a/lib/Kconfig.debug~lib-turn-config_stacktrace-into-an-actual-option
+++ a/lib/Kconfig.debug
@@ -1036,8 +1036,13 @@ config TRACE_IRQFLAGS
 	  either tracing or lock debugging.
 
 config STACKTRACE
-	bool
+	bool "Stack backtrace support"
 	depends on STACKTRACE_SUPPORT
+	help
+	  This option causes the kernel to create a /proc/pid/stack for
+	  every process, showing its current stack trace.
+	  It is also used by various kernel debugging features that require
+	  stack trace generation.
 
 config DEBUG_KOBJECT
 	bool "kobject debugging"
_

Patches currently in -mm which might be from davej@redhat.com are

mem-hotplug-fix-boot-failed-in-case-all-the-nodes-are-hotpluggable.patch
mm-replace-remap_file_pages-syscall-with-emulation.patch


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

only message in thread, other threads:[~2014-09-03 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03 17:57 [merged] lib-turn-config_stacktrace-into-an-actual-option.patch removed from -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.