[CRIU] [PATCH 0/6] compel: More fixes and start using std plugin back
Cyrill Gorcunov
gorcunov at openvz.org
Wed Sep 28 14:34:43 PDT 2016
Patches 1 and 4 are resending. Stacked them here simply for order.
Cyrill Gorcunov (6):
criu: Fix strict prototypes
compel: cli -- Add more flags into cflags report
compel: Add arguments packing helper
nmk: built.mk -- Add missing space
compel: criu -- Use std plugin directly
criu: arch -- Fix more task_size prototype
compel/Makefile | 2 ++
compel/include/uapi/compel.h | 4 ++++
compel/src/lib/argv.c | 39 +++++++++++++++++++++++++++++++++++
compel/src/main.c | 10 +++++++--
criu/arch/aarch64/include/asm/types.h | 2 +-
criu/arch/ppc64/include/asm/types.h | 2 +-
criu/arch/x86/include/asm/types.h | 2 +-
criu/include/sockets.h | 2 +-
criu/pie/Makefile | 8 +++----
criu/pie/parasite.c | 6 +++---
criu/pie/pie-reloc.lds.S.in | 2 ++
criu/sockets.c | 2 +-
scripts/nmk/scripts/build.mk | 2 +-
13 files changed, 68 insertions(+), 15 deletions(-)
create mode 100644 compel/src/lib/argv.c
--
2.7.4
More information about the CRIU
mailing list