[CRIU] [PATCH cr 0/7] Rework dumping and restoring shared memory

Andrey Vagin avagin at openvz.org
Mon Mar 19 11:49:56 EDT 2012


Now conten of shared memory are not duplicated.

Andrey Vagin (7):
  zdtm: add new test case for testing shared memory
  mm: move shmid to vma_entry
  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
  mm: restore content of shmem by sendfile

 cr-dump.c                      |  139 ++++++++++++++++--
 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                 |    2 +-
 parasite-syscall.c             |   17 +--
 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, 439 insertions(+), 289 deletions(-)
 create mode 100644 test/zdtm/live/static/maps01.c


More information about the CRIU mailing list