[CRIU] [PATCH 0/7] A bunch of fixes for memory dumping

Cyrill Gorcunov gorcunov at openvz.org
Wed May 7 06:58:41 PDT 2014


Hi, while been narrowing down a problem with page transferring
(which has not yet been fixed though) we discovered a number of
small issues which this series addresses.

Pavel, consider pulling from

	git://github.com/cyrillos/crtools.git page-pipes-3

Andrey Vagin (3):
  mem: add a guard page only if here is enough space for it
  zdtm: add a new test case for growdown vma-s
  vdso: don't scan MAP_GROWSDOWN vmas

Cyrill Gorcunov (4):
  parasite-syscall: Print which @syscall_ip is selected
  mem: Don't shrink the number of IOVs needed for page transferring
  page-pipe: Don't increase the page_pipe::nr_pipes if we reuse pipes
  zdtm: maps05 -- Test a flood of small VMAs

 arch/x86/vdso.c                    |  3 ++
 mem.c                              | 12 ++---
 page-pipe.c                        |  3 +-
 parasite-syscall.c                 |  1 +
 proc_parse.c                       | 10 ++---
 test/zdtm.sh                       |  2 +
 test/zdtm/live/static/Makefile     |  2 +
 test/zdtm/live/static/grow_map03.c | 40 +++++++++++++++++
 test/zdtm/live/static/maps05.c     | 91 ++++++++++++++++++++++++++++++++++++++
 9 files changed, 149 insertions(+), 15 deletions(-)
 create mode 100644 test/zdtm/live/static/grow_map03.c
 create mode 100644 test/zdtm/live/static/maps05.c

-- 
1.8.3.1


More information about the CRIU mailing list