* [PATCH] lockdep: require framepointers for x86
@ 2009-03-04 11:48 Peter Zijlstra
2009-03-04 17:42 ` [tip:core/locking] " Peter Zijlstra
0 siblings, 1 reply; 2+ messages in thread
From: Peter Zijlstra @ 2009-03-04 11:48 UTC (permalink / raw)
To: Ingo Molnar; +Cc: lkml, Thomas Gleixner
Subject: lockdep: require framepointers for x86
From: Peter Zijlstra <a.p.zijlstra@chello.nl>
Date: Wed Mar 04 12:27:27 CET 2009
Require framepointers for x86, because otherwise we'll be having empty stack
traces, which is useless.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
lib/Kconfig.debug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/lib/Kconfig.debug
===================================================================
--- linux-2.6.orig/lib/Kconfig.debug
+++ linux-2.6/lib/Kconfig.debug
@@ -452,7 +452,7 @@ config LOCKDEP
bool
depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
select STACKTRACE
- select FRAME_POINTER if !X86 && !MIPS && !PPC
+ select FRAME_POINTER if !MIPS && !PPC
select KALLSYMS
select KALLSYMS_ALL
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:core/locking] lockdep: require framepointers for x86
2009-03-04 11:48 [PATCH] lockdep: require framepointers for x86 Peter Zijlstra
@ 2009-03-04 17:42 ` Peter Zijlstra
0 siblings, 0 replies; 2+ messages in thread
From: Peter Zijlstra @ 2009-03-04 17:42 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, a.p.zijlstra, tglx, mingo
Commit-ID: 1075414b06109a99b0e87601e84c74a95bd45681
Gitweb: http://git.kernel.org/tip/1075414b06109a99b0e87601e84c74a95bd45681
Author: "Peter Zijlstra" <a.p.zijlstra@chello.nl>
AuthorDate: Wed, 4 Mar 2009 12:27:27 +0100
Commit: Ingo Molnar <mingo@elte.hu>
CommitDate: Wed, 4 Mar 2009 18:39:23 +0100
lockdep: require framepointers for x86
Require framepointers for x86, because otherwise we'll be having
empty stack traces, which is useless.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1236167295.5330.7240.camel@laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
lib/Kconfig.debug | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 29044f5..9b4efb1 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -402,7 +402,7 @@ config LOCKDEP
bool
depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
select STACKTRACE
- select FRAME_POINTER if !X86 && !MIPS && !PPC
+ select FRAME_POINTER if !MIPS && !PPC
select KALLSYMS
select KALLSYMS_ALL
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-04 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-04 11:48 [PATCH] lockdep: require framepointers for x86 Peter Zijlstra
2009-03-04 17:42 ` [tip:core/locking] " Peter Zijlstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®