[CRIU] [PATCH 0/5] x86: Handle vvar zones, v3

Cyrill Gorcunov gorcunov at openvz.org
Mon Jun 16 15:14:12 PDT 2014


Hopefully I addressed all the comments. It tooks ages on my
laptop to run iterative tests :( Still I done a small testing.

Andrew, is it possible to somehow fetch vdso-5 branch from my
repo and run all tests on Jenkins? (It must work on old
kernels as well, not just 3.16-rc1)

Cyrill Gorcunov (5):
  vdso: image -- Add VMA_AREA_VVAR flag
  vdso: dump -- Don't dump contents of vvar zone
  vdso: util -- Show 'vvar' abreviature when meet VMA_AREA_VVAR
  vdso: parasite -- Prepare new vdso mark structure.
  vdso: x86 -- Add handling of vvar zones

 arch/x86/include/asm/vdso.h |  60 ++++++++++++++----
 arch/x86/vdso-pie.c         |  71 ++++++++++++++++-----
 arch/x86/vdso.c             | 146 ++++++++++++++++++++++++++++++++++++--------
 cr-dump.c                   |   5 ++
 cr-restore.c                |   4 +-
 include/image.h             |   3 +-
 include/parasite.h          |   3 +-
 include/vdso.h              |   3 +-
 mem.c                       |  15 +++++
 pie/parasite.c              |   6 +-
 pie/restorer.c              |  28 ++++++++-
 proc_parse.c                |  21 ++++++-
 util.c                      |   1 +
 13 files changed, 302 insertions(+), 64 deletions(-)

-- 
1.9.3


More information about the CRIU mailing list