[CRIU] [PATCH 00/10] File fowners dumping and fds seizing

Cyrill Gorcunov gorcunov at openvz.org
Tue Mar 27 12:23:08 EDT 2012


Here is an updated version, hope I've addressed all concerns.
Please review, thanks.

Cyrill Gorcunov (10):
  types: Add SCM limits
  util-net: Add declaration of scm_fdset structure
  Add builtin_memcpy helper
  util-net: Add send_fds and recv_fds
  parasite: Add interface for file descriptors draining
  dump: Use parasite file descriptors draining
  types: Add F_GETOWNER_UIDS opcode
  files,pipes: Add dump and restore of file owners
  zdtm: Add file owners test on pipes
  rb: Drop rb_attach_node

 cr-dump.c                         |  188 +++++++++++++++++++++++++------------
 cr-restore.c                      |    6 +
 cr-show.c                         |    9 ++
 files.c                           |   46 +++++++++
 include/builtins.h                |   22 +++++
 include/files.h                   |    1 +
 include/image.h                   |   11 ++
 include/parasite-syscall.h        |    2 +
 include/parasite.h                |   14 +++
 include/rbtree.h                  |    5 -
 include/types.h                   |    9 ++
 include/util-net.h                |   41 ++++++++-
 parasite-syscall.c                |   50 ++++++++++
 parasite.c                        |   20 ++++
 test/zdtm.sh                      |    1 +
 test/zdtm/live/static/Makefile    |    1 +
 test/zdtm/live/static/file_fown.c |   95 +++++++++++++++++++
 util-net.c                        |  144 ++++++++++++++++++++---------
 18 files changed, 554 insertions(+), 111 deletions(-)
 create mode 100644 include/builtins.h
 create mode 100644 test/zdtm/live/static/file_fown.c

-- 
1.7.7.6


More information about the CRIU mailing list