Re: [PATCH 1/2] fall back to old-style call trace if no unwinding is possible

From: Ingo Molnar
Date: Fri Jun 02 2006 - 07:56:56 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> hm, could you please merge this ontop of the stacktrace-output
> beautification patch below that Andrew already has in his post-mm2
> tree? (or the other way around - whichever you prefer)

which also needs the following addon.

Ingo

Index: linux/arch/x86_64/kernel/traps.c
===================================================================
--- linux.orig/arch/x86_64/kernel/traps.c
+++ linux/arch/x86_64/kernel/traps.c
@@ -292,7 +292,6 @@ void show_trace(struct task_struct *tsk,
* out the call path that was taken. \
*/ \
printk_address(addr); \
- printk("\n"); \
} \
} while (0)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/