kernel-ark/arch/um/sys-i386
Jeff Dike 377fad3acb uml: kernel segfaults should dump proper registers
If there's a segfault inside the kernel, we want a dump of the registers at
the point of the segfault, not the registers at the point of calling panic or
the last userspace registers.

sig_handler_common_skas now uses a static register set in the case of a
SIGSEGV to avoid messing up the process registers if the segfault turns out to
be non-fatal.

The architecture sigcontext-to-pt_regs copying code was repurposed to copy
data out of the SEGV stack frame.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-07 12:13:02 -07:00
..
bug.c [PATCH] UML: add generic BUG support 2006-12-08 08:28:39 -08:00
bugs.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
checksum.S
delay.c [PATCH] uml: fix unreasonably long udelay 2007-04-02 10:06:08 -07:00
fault.c uml: tidy fault code 2007-05-07 12:13:02 -07:00
ksyms.c
ldt.c [PATCH] uml: fix compilation problems 2007-03-29 08:22:25 -07:00
Makefile [PATCH] UML: add generic BUG support 2006-12-08 08:28:39 -08:00
ptrace_user.c uml: remove user_util.h 2007-05-07 12:13:01 -07:00
ptrace.c
setjmp.S
sigcontext.c
signal.c uml: kernel segfaults should dump proper registers 2007-05-07 12:13:02 -07:00
stub_segv.c
stub.S
sys_call_table.S
syscalls.c
sysrq.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
tls.c uml: no locking needed in tls.c 2007-05-07 12:13:02 -07:00
unmap.c [PATCH] Fix "Remove the use of _syscallX macros in UML" 2006-10-30 12:08:41 -08:00
user-offsets.c [PATCH] uml: include stddef.h correctly 2006-12-07 08:39:29 -08:00