Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/um/kernel/skas
Jeff Dike 2d58cc9a43 [PATCH] uml: x86_64 fixes
This fixes some x86_64 bugs -

- maybe_map returns -1 on error instead of 0, which is interpreted as
  physical address 0

- removed an include of ipc.h, which isn't needed

- fixed the calculation of signal frame location

- the signal delivery code is now immune to the stack expansion check

- added a missing include

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-05-06 22:09:31 -07:00
..
include [PATCH] uml: Fix process exit race 2005-05-06 22:09:30 -07:00
util [PATCH] uml: cross-build support : mk_ptregs 2005-05-05 16:36:34 -07:00
exec_kern.c
Makefile
mem.c
mem_user.c
mmu.c
process.c [PATCH] uml: Turn literal numbers into symbolic constants 2005-05-06 22:09:30 -07:00
process_kern.c [PATCH] uml: Fix process exit race 2005-05-06 22:09:30 -07:00
syscall_kern.c
syscall_user.c
time.c
tlb.c
trap_user.c [PATCH] uml: S390 preparation, abstract host page fault data 2005-05-05 16:36:36 -07:00
uaccess.c [PATCH] uml: x86_64 fixes 2005-05-06 22:09:31 -07:00