android_kernel_xiaomi_sm7250/arch/um/sys-i386
Bodo Stroesser 9057e9deee [PATCH] uml: Fix skas0 stub return
It's wrong to pop a fixed number of words from stack before calling sigreturn,
as the number depends on what code is generated by the compiler for the start
of stub_segv_handler().  What we need is esp containing the address of
sigcontext.  So we explicitly load that pointer into esp.

Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
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-07-28 21:46:04 -07:00
..
util
bugs.c
checksum.S
delay.c
fault.c
kernel-offsets.c
ksyms.c
ldt.c [PATCH] uml: consolidate modify_ldt 2005-07-14 09:00:24 -07:00
Makefile [PATCH] uml: skas0 - separate kernel address space on stock hosts 2005-07-07 18:23:44 -07:00
ptrace_user.c
ptrace.c
sigcontext.c
signal.c
stub_segv.c [PATCH] uml: Fix skas0 stub return 2005-07-28 21:46:04 -07:00
stub.S [PATCH] uml: skas0 - separate kernel address space on stock hosts 2005-07-07 18:23:44 -07:00
sys_call_table.S
syscalls.c
sysrq.c
unmap.c [PATCH] uml: workaround host bug in "TT mode vs. NPTL link fix" 2005-07-14 09:00:24 -07:00
user-offsets.c