public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.27-rc3 25/28] mdb: add a notify_die handler to panic.c
@ 2008-08-16  3:41 jmerkey
  0 siblings, 0 replies; only message in thread
From: jmerkey @ 2008-08-16  3:41 UTC (permalink / raw)
  To: linux-kernel

add a notify_die handler to hook the panic entry point prior to 
Linux "execve"-ing another kernel for crash analysis.

Signed-off-by: Jeffrey Vernon Merkey (jmerkey@wolfmountaingroup.com)

--- a/kernel/panic.c	2008-08-15 21:26:27.000000000 -0600
+++ b/kernel/panic.c	2008-08-15 15:41:57.000000000 -0600
@@ -21,6 +21,8 @@
 #include <linux/debug_locks.h>
 #include <linux/random.h>
 #include <linux/kallsyms.h>
+#include <linux/kdebug.h>
+
 
 int panic_on_oops;
 int tainted;
@@ -82,6 +84,13 @@
 	printk(KERN_EMERG "Kernel panic - not syncing: %s\n",buf);
 	bust_spinlocks(0);
 
+        /* call the notify_die handler for any resident debuggers which
+        * may be active and pass the message string.   On a software
+        * fault return at least some sort of regs for a remote debugger
+        * to look at.
+        */
+	notify_die(DIE_PANIC, buf, get_irq_regs(), 0, 0, 0);
+
 	/*
 	 * If we have crashed and we have a crash kernel loaded let it handle
 	 * everything else.

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

only message in thread, other threads:[~2008-08-16  4:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-16  3:41 [PATCH 2.6.27-rc3 25/28] mdb: add a notify_die handler to panic.c jmerkey

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