[CRIU] [PATCH v3 0/3] namespaces: generalization and cleanup

Kinsbursky Stanislav skinsbursky at openvz.org
Tue Jan 31 03:29:16 EST 2012


v2: strlen() check removed from parse_ns_string()

The following series implements...

---

Stanislav Kinsbursky (3):
      namespaces: split UTS and generic code
      namespaces: parametrized namespace option introduced
      namespaces: docs updated


 Documentation/crtools.txt |    5 +-
 Makefile                  |    1 
 cr-dump.c                 |    4 +
 cr-restore.c              |    8 ---
 cr-show.c                 |    1 
 crtools.c                 |   32 +++++++++-
 include/crtools.h         |    2 -
 include/namespaces.h      |    4 +
 include/uts_ns.h          |   10 +++
 namespaces.c              |  140 ++-------------------------------------------
 test/zdtm.sh              |   12 ++--
 uts_ns.c                  |  135 +++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 195 insertions(+), 159 deletions(-)
 create mode 100644 include/uts_ns.h
 create mode 100644 uts_ns.c

-- 
Signature


More information about the CRIU mailing list