[CRIU] [PATCH 0/4] IPC: namespace itself migration
Kinsbursky Stanislav
skinsbursky at openvz.org
Mon Jan 30 12:18:53 EST 2012
This patch set checks that IPC namespace is empty (semaphores, shared memory
and messages are not supported yet) and migrates it (tunables, actually).
The following series implements...
---
Stanislav Kinsbursky (4):
IPC: dump namespace itself
IPC: show dump content
IPC: restore namespace itself
IPC: namespace tunables migration test
Documentation/crtools.txt | 2
Makefile | 1
cr-show.c | 4
crtools.c | 10 +
include/crtools.h | 5
include/image.h | 22 ++
include/syscall.h | 4
ipc_ns.c | 448 +++++++++++++++++++++++++++++++++
namespaces.c | 16 +
test/zdtm.sh | 7 +
test/zdtm/live/static/Makefile | 1
test/zdtm/live/static/ipc_namespace.c | 363 +++++++++++++++++++++++++++
12 files changed, 878 insertions(+), 5 deletions(-)
create mode 100644 ipc_ns.c
create mode 100644 test/zdtm/live/static/ipc_namespace.c
More information about the CRIU
mailing list