public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler()
@ 2011-02-17 15:47 Jan Beulich
  2011-02-18  7:44 ` Ingo Molnar
  2011-02-18 10:39 ` [tip:x86/debug] x86: Don't " tip-bot for Jan Beulich
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Beulich @ 2011-02-17 15:47 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: linux-kernel

show_regs() already prints two(!) stack traces, no need for a third one.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 arch/x86/kernel/apic/hw_nmi.c |    1 -
 1 file changed, 1 deletion(-)

--- 2.6.38-rc5/arch/x86/kernel/apic/hw_nmi.c
+++ 2.6.38-rc5-x86-backtrace-all-no-dump_stack/arch/x86/kernel/apic/hw_nmi.c
@@ -83,7 +83,6 @@ arch_trigger_all_cpu_backtrace_handler(s
 		arch_spin_lock(&lock);
 		printk(KERN_WARNING "NMI backtrace for cpu %d\n", cpu);
 		show_regs(regs);
-		dump_stack();
 		arch_spin_unlock(&lock);
 		cpumask_clear_cpu(cpu, to_cpumask(backtrace_mask));
 		return NOTIFY_STOP;




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-18 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 15:47 [PATCH] x86: don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler() Jan Beulich
2011-02-18  7:44 ` Ingo Molnar
2011-02-18  7:59   ` Jan Beulich
2011-02-18 10:39 ` [tip:x86/debug] x86: Don't " tip-bot for Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox