]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.25/patches.xen/xen3-sysfs-crash-debugging.patch
Removed old xen patchset
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.xen / xen3-sysfs-crash-debugging.patch
diff --git a/src/patches/suse-2.6.27.25/patches.xen/xen3-sysfs-crash-debugging.patch b/src/patches/suse-2.6.27.25/patches.xen/xen3-sysfs-crash-debugging.patch
deleted file mode 100644 (file)
index 4819853..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-Subject: display last accessed sysfs file on kernel panic message
-From: Andrew Morton <akpm@osdl.org>
-Patch-mainline: never
-
-Display the most-recently-opened sysfs file's name when oopsing.
-
-From: Adrian Bunk <bunk@stusta.de>
-
-  Build fix
-
-From: Greg Kroah-Hartman <gregkh@suse.de>
-
-  Modified to make the api call cleaner, and available to all arches if
-  need be.  Also added it to x86-64's crash dump message.
-
-
-Signed-off-by: Adrian Bunk <bunk@stusta.de>
-Signed-off-by: Andrew Morton <akpm@osdl.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-Automatically created from "patches.drivers/sysfs-crash-debugging.patch" by xen-port-patches.py
-
-Index: head-2008-11-25/arch/x86/kernel/traps_32-xen.c
-===================================================================
---- head-2008-11-25.orig/arch/x86/kernel/traps_32-xen.c        2008-11-25 13:13:12.000000000 +0100
-+++ head-2008-11-25/arch/x86/kernel/traps_32-xen.c     2008-11-25 13:17:06.000000000 +0100
-@@ -433,6 +433,8 @@ int __kprobes __die(const char *str, str
-       printk("DEBUG_PAGEALLOC");
- #endif
-       printk("\n");
-+
-+      sysfs_printk_last_file();
-       if (notify_die(DIE_OOPS, str, regs, err,
-                       current->thread.trap_no, SIGSEGV) == NOTIFY_STOP)
-               return 1;
-Index: head-2008-11-25/arch/x86/kernel/traps_64-xen.c
-===================================================================
---- head-2008-11-25.orig/arch/x86/kernel/traps_64-xen.c        2008-11-25 13:13:12.000000000 +0100
-+++ head-2008-11-25/arch/x86/kernel/traps_64-xen.c     2008-11-25 13:17:06.000000000 +0100
-@@ -540,6 +540,8 @@ int __kprobes __die(const char *str, str
-       printk("DEBUG_PAGEALLOC");
- #endif
-       printk("\n");
-+
-+      sysfs_printk_last_file();
-       if (notify_die(DIE_OOPS, str, regs, err,
-                       current->thread.trap_no, SIGSEGV) == NOTIFY_STOP)
-               return 1;