[CRIU] [PATCH 0/9] ns procfs handling, v5

Cyrill Gorcunov gorcunov at openvz.org
Fri May 17 16:06:40 EDT 2013


Hope this time all complains are addressed. Please take a look.
Thanks!

Cyrill Gorcunov (9):
  files: Drop const from dump() prototype
  files: Add missing type declaration in FD_PARMS_INIT
  dump: Add missing FD_PARMS_INIT assignments
  files: Add ability to use read link in dump_one_reg_file
  protobuf: Prepare scaffolds for procfs NS entries
  ns: Extend ns_desc to carry the length of the ns name
  ns: Rework generate_ns_id to handle proc/ns links globally
  files: Add c/r for /proc/$pid/ns/$ids references
  test: zdtm -- Add proc-self test

 cr-dump.c                         |   1 +
 cr-restore.c                      |   3 +
 cr-show.c                         |   6 ++
 eventfd.c                         |   2 +-
 eventpoll.c                       |   2 +-
 fifo.c                            |   2 +-
 files-reg.c                       |  23 +++--
 files.c                           |  45 ++++++++-
 fsnotify.c                        |   4 +-
 image.c                           |   1 +
 include/crtools.h                 |   2 +
 include/files-reg.h               |   2 +-
 include/files.h                   |  15 ++-
 include/magic.h                   |   1 +
 include/namespaces.h              |  22 +++++
 include/protobuf.h                |   1 +
 ipc_ns.c                          |   5 +-
 mount.c                           |   5 +-
 namespaces.c                      | 201 ++++++++++++++++++++++++++++++++++----
 net.c                             |   5 +-
 pipes.c                           |   2 +-
 protobuf.c                        |   2 +
 protobuf/Makefile                 |   1 +
 protobuf/fdinfo.proto             |   1 +
 protobuf/ns.proto                 |   6 ++
 signalfd.c                        |   2 +-
 sk-inet.c                         |   4 +-
 sk-netlink.c                      |   2 +-
 sk-packet.c                       |   2 +-
 sk-unix.c                         |   2 +-
 test/zdtm/live/static/Makefile    |   1 +
 test/zdtm/live/static/proc-self.c |  79 +++++++++++++++
 tty.c                             |   2 +-
 uts_ns.c                          |   5 +-
 34 files changed, 392 insertions(+), 67 deletions(-)
 create mode 100644 protobuf/ns.proto
 create mode 100644 test/zdtm/live/static/proc-self.c

-- 
1.8.1.4


More information about the CRIU mailing list