criu/arch
Cyrill Gorcunov cab42bca65 x86: sigframe -- Don't forget to copy ss
Make sure we don't pass any trash value here, because
the kernel does copy it explicitly. We allocate the
memory for frame as zero filled but stack segment
is special and zero is not acceptable (we've had
a discussion on LKML if we need a special handling
for zero ss but end up that new kernels need new CRIU
version, upon which all agreed). Finally in
commit 296bbf7e3 I managed to hit exactly
this problem :)

Reported-by: Andrey Wagin <avagin@gmail.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Andrey Wagin <avagin@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-07-30 16:35:48 +03:00
..
aarch64 Use run-time page_size() for mremap 2015-07-28 13:38:30 +03:00
arm arm: fix syscall numbers for waitid 2015-07-24 18:22:35 +03:00
ppc64 ppc64: Add Altivec and VSX support 2015-07-28 13:35:20 +03:00
scripts/arm arm: prepare syscall table generation scripts to be shared with AArch64 2014-03-11 22:46:06 +04:00
x86 x86: sigframe -- Don't forget to copy ss 2015-07-30 16:35:48 +03:00