[PATCH] uml: maintain own LDT entries
Patch imlements full LDT handling in SKAS: * UML holds it's own LDT table, used to deliver data on modify_ldt(READ) * UML disables the default_ldt, inherited from the host (SKAS3) or resets LDT entries, set by host's clib and inherited in SKAS0 * A new global variable skas_needs_stub is inserted, that can be used to decide, whether stub-pages must be supported or not. * Uses the syscall-stub to replace missing PTRACE_LDT (therefore, write_ldt_entry needs to be modified) Signed-off-by:Bodo Stroesser <bstroesser@fujitsu-siemens.com> 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>
Showing
- arch/um/kernel/skas/include/mmu-skas.h 2 additions, 0 deletionsarch/um/kernel/skas/include/mmu-skas.h
- arch/um/kernel/skas/include/skas.h 2 additions, 1 deletionarch/um/kernel/skas/include/skas.h
- arch/um/kernel/skas/mem.c 1 addition, 1 deletionarch/um/kernel/skas/mem.c
- arch/um/kernel/skas/mmu.c 27 additions, 17 deletionsarch/um/kernel/skas/mmu.c
- arch/um/kernel/skas/process.c 3 additions, 3 deletionsarch/um/kernel/skas/process.c
- arch/um/kernel/skas/process_kern.c 1 addition, 1 deletionarch/um/kernel/skas/process_kern.c
- arch/um/os-Linux/start_up.c 70 additions, 5 deletionsarch/um/os-Linux/start_up.c
- arch/um/scripts/Makefile.rules 6 additions, 1 deletionarch/um/scripts/Makefile.rules
- arch/um/sys-i386/ldt.c 471 additions, 35 deletionsarch/um/sys-i386/ldt.c
- arch/um/sys-x86_64/Makefile 3 additions, 2 deletionsarch/um/sys-x86_64/Makefile
- arch/um/sys-x86_64/syscalls.c 0 additions, 75 deletionsarch/um/sys-x86_64/syscalls.c
- include/asm-um/ldt-i386.h 69 additions, 0 deletionsinclude/asm-um/ldt-i386.h
- include/asm-um/ldt.h 69 additions, 0 deletionsinclude/asm-um/ldt.h
Loading
Please register or sign in to comment