[CRIU] [PATCH 0/8] compel: Contrinue improving library
Cyrill Gorcunov
gorcunov at openvz.org
Mon Nov 21 10:26:12 PST 2016
The most hard one is "compel: Save and restore regs inside compel by default",
I'm not sure if I created sigframes fine for non-x86 archs. Please take a look.
Cyrill Gorcunov (2):
compel: Save and restore regs inside compel by default
criu: Drop dangling symlink
Pavel Emelyanov (6):
compel: Add compel_prepare_noctx
compel: Get syscall injection point in compel
compel: Routine to open proc files
compel: Create socket for pid
compel: Handle sigchilds in compel
compel: Handier API for stopping tasks for infection
compel/Makefile | 1 +
compel/arch/aarch64/src/lib/infect.c | 29 ++++
compel/arch/arm/src/lib/infect.c | 38 ++++++
compel/arch/ppc64/src/lib/infect.c | 125 +++++++++++++++++
compel/arch/x86/src/lib/infect.c | 81 +++++++++++
compel/include/infect-priv.h | 6 +-
compel/include/uapi/infect.h | 4 +-
compel/src/lib/infect.c | 254 +++++++++++++++++++++++++++++++++--
criu/arch/ppc64/crtools.c | 2 +-
criu/cr-exec.c | 2 +-
criu/cr-restore.c | 2 +-
criu/parasite-syscall.c | 6 +-
criu/pie/compat/log-simple-compat.c | 1 -
criu/seize.c | 8 +-
14 files changed, 537 insertions(+), 22 deletions(-)
delete mode 120000 criu/pie/compat/log-simple-compat.c
--
2.7.4
More information about the CRIU
mailing list