[CRIU] [PATCH 00/11] criu-dev: Backport some patches from Vz7

Cyrill Gorcunov gorcunov at openvz.org
Tue Aug 2 08:34:26 PDT 2016


There are a number of fixes in Vz7 criu, which are not present
on our vanilla tree. Lets fix that.

Andrew Vagin (1):
  util: Add cr_set_root/cr_restore_root helpers

Cyrill Gorcunov (10):
  images: remap-file-path -- Reserve entries for NFS support
  images: sk-packet -- Reserve data for netlink queue support
  log: Print version on startup
  seize: Take --timeout option into account when freezing processes
  seize: Wait the freezer to complete before processing tags
  sk-unix: Fix path resolving for sockets with abs symlinks in paths
  criu: util -- Add __read_fd_link helper
  log: files-ext -- Show exactly which file can't be dumped
  dump: Show task comm early
  dump: Move task_comm_info helpers into seize.c

 criu/cr-dump.c               |  6 +--
 criu/crtools.c               |  2 +
 criu/files-ext.c             |  4 +-
 criu/include/cr_options.h    |  2 +-
 criu/include/ptrace.h        |  3 ++
 criu/include/util.h          |  3 ++
 criu/ptrace.c                | 45 ++++++++++++++++++++-
 criu/seize.c                 | 96 ++++++++++++++++++++++++--------------------
 criu/sk-unix.c               | 44 +++++++++++++++++---
 criu/util.c                  | 77 +++++++++++++++++++++++++++++++++++
 images/remap-file-path.proto | 10 +++--
 images/sk-packet.proto       |  3 ++
 12 files changed, 235 insertions(+), 60 deletions(-)

-- 
2.7.4



More information about the CRIU mailing list