[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Other than native i386 code, the page fault handler in the guest for



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID f636e72ebbe3679f53984cb42dd62db6fea61568
# Parent  f5aaeb5688cfea0feb945114b7e9865128fa5ac6

Other than native i386 code, the page fault handler in the guest for
whatever reason ran a stack_trace even though another one is run from
die(). Since screen space is limited, duplicating (perhaps long) stack
traces seems quite wasteful. Patch removing this duplication below/attached.
Signed-off-by: Jan Beulich <JBeulich@xxxxxxxxxx>

diff -r f5aaeb5688cf -r f636e72ebbe3 
linux-2.6.11-xen-sparse/arch/xen/i386/mm/fault.c
--- a/linux-2.6.11-xen-sparse/arch/xen/i386/mm/fault.c  Fri Jul  1 15:43:44 2005
+++ b/linux-2.6.11-xen-sparse/arch/xen/i386/mm/fault.c  Fri Jul  1 15:45:39 2005
@@ -474,7 +474,6 @@
                       machine_to_phys(page));
        }
 #endif
-       show_trace(NULL, (unsigned long *)&regs[1]);
        die("Oops", regs, error_code);
        bust_spinlocks(0);
        do_exit(SIGKILL);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.