criu/arch/ppc64
Laurent Dufour 09023677c0 ppc64: Fix checkpoint --leave-running
The commit ba74350954 which introduces support for Altivec and VSX
support was breaking the checkpoint --leave-running.

The root cause is that the address of the Altivec and VSX registers in the
signal frame should be computed for the stack in the context of the
checkpointed process.

This patch fixes this issue through the sigreturn_prep_fpu_frame which is
designed to update the signal frame based on the remote address.

Fixes: ba74350954 ("ppc64: Add Altivec and VSX support")
Reported-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Tested-by: Andrew Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-09-10 14:09:14 +03:00
..
include/asm ppc64: Fix checkpoint --leave-running 2015-09-10 14:09:14 +03:00
cpu.c arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
crtools.c ppc64: Fix checkpoint --leave-running 2015-09-10 14:09:14 +03:00
Makefile ppc64: Use optimized memcmp 2015-05-14 12:34:23 +03:00
memcmp_64.S ppc64: Use optimized memcmp 2015-05-14 12:34:23 +03:00
memcpy_power7.S ppc64: Use optimized memcpy 2015-05-14 12:33:54 +03:00
misc.S ppc64: pie -- Add ppc64le relocation's processing 2015-06-08 23:53:30 +03:00
parasite-head.S ppc64: pie -- Add ppc64le relocation's processing 2015-06-08 23:53:30 +03:00
restorer.c ppc64: Fix broken SYS V shared memory support 2015-06-24 17:57:38 +03:00
syscall-common-ppc64.S ppc64: Fix broken SYS V shared memory support 2015-06-24 17:57:38 +03:00
syscall-ppc64.def add the waitid syscall 2015-07-23 15:17:54 +03:00
syscalls-ppc64.sh arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
vdso-pie.c ppc64/vdso: fixing debug trace 2015-09-10 14:07:24 +03:00
vdso-trampoline.S ppc64: Fix assembly code 2015-05-14 12:33:43 +03:00