[CRIU] [PATCH cr 0/6] Rework dumping and restoring shared memory
Andrey Vagin
avagin at openvz.org
Wed Mar 21 02:11:56 EDT 2012
Now conten of shared memory are not duplicated.
Andrey Vagin (6):
zdtm: add new test case for testing shared memory
mm: move shmid to vma_entry (v2)
mm: change offset of zero_page_entry to ~0LL
mm: s/PAGES_SHMEM/SHMEM_PAGES
mm: rework of dumping shared memory
mm: clean up parasite (v2)
cr-dump.c | 142 ++++++++++++++++--
cr-restore.c | 331 ++++++++++++++++++----------------------
cr-show.c | 24 ---
crtools.c | 14 +--
include/crtools.h | 10 +-
include/image.h | 10 +-
include/parasite.h | 4 -
include/restorer.h | 18 ++-
include/util.h | 1 -
parasite-syscall.c | 18 +--
parasite.c | 22 +--
proc_parse.c | 4 +-
restorer.c | 8 +-
test/zdtm/live/static/Makefile | 1 +
test/zdtm/live/static/maps01.c | 119 ++++++++++++++
util.c | 5 +-
16 files changed, 440 insertions(+), 291 deletions(-)
create mode 100644 test/zdtm/live/static/maps01.c
More information about the CRIU
mailing list