plain text document attachment (lguest64-dump-panic.patch) it's nice to see a back trace dump when we do a panic. Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx> Cc: Glauber de Oliveira Costa <glommer@xxxxxxxxx> Cc: Chris Wright <chrisw@xxxxxxxxxxxx> Index: work-pv/kernel/panic.c =================================================================== --- work-pv.orig/kernel/panic.c +++ work-pv/kernel/panic.c @@ -78,6 +78,7 @@ NORET_TYPE void panic(const char * fmt, vsnprintf(buf, sizeof(buf), fmt, args); va_end(args); printk(KERN_EMERG "Kernel panic - not syncing: %s\n",buf); + dump_stack(); bust_spinlocks(0); /* -- _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxx https://lists.osdl.org/mailman/listinfo/virtualization