original_kernel/arch/um/kernel
Jeff Dike 501cb02b43 [PATCH] uml: fix strace -f
It turns out that we need to check for pending signals when a newly forked
process is run for the first time.  With strace -f, strace needs to know about
the forked process before it gets going.  If it doesn't, then it ptraces some
bogus values into its registers, and the process segfaults.  So, I added calls
to interrupt_end, which does that, plus checks for reschedules.  There
shouldn't be any of those, but x86 does the same thing, so I'm copying that
behavior to be safe.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-08 16:21:12 -07:00
..
skas [PATCH] uml: fix strace -f 2005-06-08 16:21:12 -07:00
tt [PATCH] uml: remove jail mode + other leftovers 2005-05-28 16:46:14 -07:00
Makefile [PATCH] uml: initrd cleanup 2005-05-20 15:48:18 -07:00
config.c.in
dyn.lds.S
exec_kern.c [PATCH] uml: remove 2_5compat.h 2005-05-28 16:46:11 -07:00
exitcode.c
gmon_syms.c
gprof_syms.c
helper.c
init_task.c
initrd.c [PATCH] uml: initrd cleanup 2005-05-20 15:48:18 -07:00
irq.c
irq_user.c
ksyms.c [PATCH] uml: Export clear_user_* 2005-05-20 15:48:18 -07:00
main.c [PATCH] uml: fix segfault on exit with CONFIG_GCOV 2005-05-28 16:46:12 -07:00
mem.c [PATCH] uml: fixrange_init 3-level page table support 2005-05-20 15:48:18 -07:00
mem_user.c
physmem.c
process.c
process_kern.c [PATCH] uml: remove unused code 2005-05-28 16:46:12 -07:00
ptrace.c [PATCH] uml: fix a couple of warnings 2005-05-28 16:46:11 -07:00
reboot.c
resource.c
sigio_kern.c
sigio_user.c
signal_kern.c
signal_user.c
smp.c
syscall_kern.c
syscall_user.c
sysrq.c [PATCH] uml: stack dump fix 2005-05-28 16:46:13 -07:00
tempfile.c
time.c
time_kern.c
tlb.c
trap_kern.c [PATCH] uml: remove 2_5compat.h 2005-05-28 16:46:11 -07:00
trap_user.c
tty_log.c
uaccess_user.c
um_arch.c [PATCH] uml: remove jail mode + other leftovers 2005-05-28 16:46:14 -07:00
umid.c
uml.lds.S [PATCH] uml: small fixes left over from rc4 2005-05-20 15:48:17 -07:00
user_util.c
vmlinux.lds.S