[CRIU] pull request
Andrew Vagin
avagin at parallels.com
Fri Feb 10 04:02:39 EST 2012
The following changes since commit
7ebf757d1603cb3f77406d38d04642eedc07861c:
IPC: restore shared memory (2012-02-09 13:21:46 +0400)
are available in the git repository at:
git://github.com/avagin/crtools.git zdtm
Andrey Vagin (1):
zdtm.sh: check that dump is non-destructive
Kinsbursky Stanislav (7):
zdtm: return positive value from clonned process
zdtm: enhance namespaces isolation environment
zdtm: update static/shm test due to ns isolation changes
zdtm: update static/utsname test due to ns isolation changes
zdtm: update static/ipc_namespace test due to ns isolation changes
zdtm: static/msgque test update
zdtm: IPC semaphores migration test
test/zdtm.sh | 32 +++++-
test/zdtm/lib/test.c | 12 ++-
test/zdtm/lib/zdtmtst.h | 2 +-
test/zdtm/live/static/Makefile | 3 +
test/zdtm/live/static/ipc_namespace.c | 22 +++--
test/zdtm/live/static/msgque.c | 99 +++++++++++++-----
test/zdtm/live/static/sem.c | 181
+++++++++++++++++++++++++++++++++
test/zdtm/live/static/shm.c | 16 ++--
test/zdtm/live/static/utsname.c | 22 ++--
9 files changed, 324 insertions(+), 65 deletions(-)
create mode 100644 test/zdtm/live/static/sem.c
More information about the CRIU
mailing list