mirror of
https://github.com/torvalds/linux.git
synced 2025-11-11 22:19:23 +02:00
Use the same signal frame alignment calculations as the underlying architecture. x86_64 appeared to do this, but the "- 8" was really subtracting 8 * sizeof(struct rt_sigframe) rather than 8 bytes. UML/i386 might have been OK, but I changed the calculation to match i386 just to be sure. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: <stable@kernel.org> Cc: Adrian Bunk <bunk@stusta.de> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Acked-by: Antoine Martin <antoine@nagafix.co.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
|---|---|---|
| .. | ||
| bug.c | ||
| bugs.c | ||
| checksum.S | ||
| delay.c | ||
| fault.c | ||
| ksyms.c | ||
| ldt.c | ||
| Makefile | ||
| ptrace.c | ||
| ptrace_user.c | ||
| setjmp.S | ||
| sigcontext.c | ||
| signal.c | ||
| stub.S | ||
| stub_segv.c | ||
| sys_call_table.S | ||
| syscalls.c | ||
| sysrq.c | ||
| tls.c | ||
| unmap.c | ||
| user-offsets.c | ||