mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
Fix the do_fork calling convention: normal arch pass the regs and the new sp value to do_fork instead of NULL. Currently the arch-independent code ignores these values, while the UML code (actually it's copy_thread) gets the right values by itself. With this patch, things are fixed up. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| util | ||
| bugs.c | ||
| checksum.S | ||
| delay.c | ||
| fault.c | ||
| kernel-offsets.c | ||
| ksyms.c | ||
| ldt.c | ||
| Makefile | ||
| ptrace_user.c | ||
| ptrace.c | ||
| sigcontext.c | ||
| signal.c | ||
| sys_call_table.S | ||
| syscalls.c | ||
| sysrq.c | ||
| unmap.c | ||
| user-offsets.c | ||