criu/arch
Dmitry Safonov 60595eb432 criu: x86_32: change stack align to 16 bit on parasite head
GCC now assumes by default that the stack is aligned to a 16-byte boundary.
It's very unlikely that parasite head's first call will contain
an SSE instruction which will segfault, but to be pedantically correct
will lose additional 8 bytes.

See also:
http://sourceforge.net/p/fbc/bugs/659/

Signed-off-by: Dmitry Safonov <dsafonov@odin.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-12-08 15:10:22 +03:00
..
aarch64 aarch64:get_task_regs(): use pr_perror() 2015-10-09 18:27:48 +03:00
arm arch: arm -- Wire in ptrace 2015-12-04 11:41:48 +03:00
ppc64 arch: ppc64 -- Wire in ptrace syscall 2015-12-04 11:41:43 +03:00
scripts/arm arm: prepare syscall table generation scripts to be shared with AArch64 2014-03-11 22:46:06 +04:00
x86 criu: x86_32: change stack align to 16 bit on parasite head 2015-12-08 15:10:22 +03:00