All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [1/2] X86: Use shorter addresses in i386 segfault printks
@ 2008-01-03 15:46 Andi Kleen
  2008-01-03 15:46 ` [PATCH] [2/2] X86: Print which shared library/executable faulted in segfault etc. messages v2 Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2008-01-03 15:46 UTC (permalink / raw)
  To: linux-kernel


Signed-off-by: Andi Kleen <ak@suse.de>

---
 arch/x86/mm/fault_32.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/arch/x86/mm/fault_32.c
===================================================================
--- linux.orig/arch/x86/mm/fault_32.c
+++ linux/arch/x86/mm/fault_32.c
@@ -549,7 +549,7 @@ bad_area_nosemaphore:
 
 		if (show_unhandled_signals && unhandled_signal(tsk, SIGSEGV) &&
 		    printk_ratelimit()) {
-			printk("%s%s[%d]: segfault at %08lx ip %08lx "
+			printk("%s%s[%d]: segfault at %lx ip %08lx "
 			    "sp %08lx error %lx\n",
 			    task_pid_nr(tsk) > 1 ? KERN_INFO : KERN_EMERG,
 			    tsk->comm, task_pid_nr(tsk), address, regs->ip,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-03 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-03 15:46 [PATCH] [1/2] X86: Use shorter addresses in i386 segfault printks Andi Kleen
2008-01-03 15:46 ` [PATCH] [2/2] X86: Print which shared library/executable faulted in segfault etc. messages v2 Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.