[CRIU] [PATCH 0/5 v2] test: check criu exec
Andrey Vagin
avagin at openvz.org
Thu Jul 14 11:44:13 PDT 2016
From: Andrew Vagin <avagin at virtuozzo.com>
Recently I updated criu and found that criu exec doesn't work.
I use it to close a file descriptor in the mutt process when
it's hanging on reading from a tcp descriptor.
v2: fix access to uninitialized memory
Andrew Vagin (4):
criu: add the dup2 syscall
test/other: check criu exec
travis: run test/others/exec
exec: return non-zero code in error cases
criu/arch/x86/syscalls/syscall_64.tbl | 1 +
criu/cr-exec.c | 9 ++++++---
scripts/travis/travis-tests | 1 +
test/others/exec/Makefile | 2 ++
test/others/exec/run.sh | 14 ++++++++++++++
5 files changed, 24 insertions(+), 3 deletions(-)
create mode 100644 test/others/exec/Makefile
create mode 100755 test/others/exec/run.sh
--
2.7.4
More information about the CRIU
mailing list