* [PATCH] Can't unwind through dispatch_illegal_op_fault
@ 2005-03-31 20:17 Bob Montgomery
0 siblings, 0 replies; only message in thread
From: Bob Montgomery @ 2005-03-31 20:17 UTC (permalink / raw)
To: linux-ia64
Tony,
Here is the patch worked out with David Mosberger to fix the unwind info
for dispatch_illegal_op_fault in ivt.S. Before adding this patch, an
illegal op in the kernel would not show a complete stack trace in the
oops message.
Add PT_REGS_UNWIND_INFO to dispatch_illegal_op_fault to allow stack
unwind to continue through that stack level when kernel code commits an
illegal operation.
Signed-off-by: Bob Montgomery <bob.montgomery@hp.com>
--- linux-2.6.11.2/arch/ia64/kernel/ivt.S 2005-03-30 14:52:53.291418136 -0700
+++ linux-2.6.11.2-bobm/arch/ia64/kernel/ivt.S 2005-03-30 14:03:29.687938816 -0700
@@ -957,6 +957,8 @@ END(ia64_syscall_setup)
* element, followed by the arguments.
*/
ENTRY(dispatch_illegal_op_fault)
+ .prologue
+ .body
SAVE_MIN_WITH_COVER
ssm psr.ic | PSR_DEFAULT_BITS
;;
@@ -969,6 +971,7 @@ ENTRY(dispatch_illegal_op_fault)
mov out0=ar.ec
;;
SAVE_REST
+ PT_REGS_UNWIND_INFO(0)
;;
br.call.sptk.many rp=ia64_illegal_op_fault
.ret0: ;;
--
Bob Montgomery <bob.montgomery@hp.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-31 20:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-31 20:17 [PATCH] Can't unwind through dispatch_illegal_op_fault Bob Montgomery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox