[CRIU] [PATCH 0/6] ns procfs handling, v3

Cyrill Gorcunov gorcunov at openvz.org
Mon May 13 11:38:57 EDT 2013


Hi here is what I've edned with, please take a look.
I still believe the link name as fd_parms member is
a way better than mocking with code flow.

Note the series depends on series

	[PATCH 0/3] Prepare ground for proncfs ns handling

I;ve sent out earlier.

Cyrill Gorcunov (6):
  files: Add ability to use read link in dump_one_reg_file
  ns: Add parse_ns_proc helper
  files: Yield error in case if procfs namespace reference found
  protobuf: Prepare scaffolds for procfs NS entries
  files: Add c/r for /proc/$pid/ns/$ids references
  test: zdtm -- Add proc-self test

 cr-restore.c                      |   3 +
 cr-show.c                         |   6 ++
 files-reg.c                       |  24 +++---
 files.c                           |  37 ++++++++-
 image.c                           |   1 +
 include/crtools.h                 |   2 +
 include/files.h                   |  11 +++
 include/magic.h                   |   1 +
 include/namespaces.h              |  12 +++
 include/protobuf.h                |   1 +
 namespaces.c                      | 161 ++++++++++++++++++++++++++++++++++++++
 protobuf.c                        |   2 +
 protobuf/fdinfo.proto             |   1 +
 protobuf/ns.proto                 |   7 ++
 test/zdtm/live/static/Makefile    |   1 +
 test/zdtm/live/static/proc-self.c |  75 ++++++++++++++++++
 16 files changed, 333 insertions(+), 12 deletions(-)
 create mode 100644 test/zdtm/live/static/proc-self.c

-- 
1.8.1.4


More information about the CRIU mailing list