[CRIU] [PATCH 0/2] namespaces: generalization and cleanup

Kinsbursky Stanislav skinsbursky at openvz.org
Mon Jan 30 07:49:33 EST 2012


This is a precursor patch set for IPC namespace.

The following series implements...

---

Stanislav Kinsbursky (2):
      namespaces: split UTS and generic code
      namespaces:  parametrized namespace option introduced


 Makefile             |    1 
 cr-dump.c            |    4 +
 cr-restore.c         |    8 ---
 cr-show.c            |    1 
 crtools.c            |   25 ++++++++-
 include/crtools.h    |    2 -
 include/namespaces.h |    4 +
 include/uts_ns.h     |   10 ++++
 namespaces.c         |  140 ++------------------------------------------------
 test/zdtm.sh         |   12 ++--
 uts_ns.c             |  135 ++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 187 insertions(+), 155 deletions(-)
 create mode 100644 include/uts_ns.h
 create mode 100644 uts_ns.c




More information about the CRIU mailing list