[CRIU] [PATCH 0/4] [PATCH 0/4] Custom cgroup props, v7

Cyrill Gorcunov gorcunov at openvz.org
Fri May 13 13:03:42 PDT 2016


 - Left one list only for cgroup props, as xemul@ requested
 - Fixed pointer corruption in cgp_add_dump_controller

Guys, take a look please once time permit. Thanks!
NB: Compile tested only for a moment.

Cyrill Gorcunov (4):
  cg: Add ability to dump custom cgroup properties
  cg: Add documentation about props
  cg: Add ability to dump specified controllers only
  cg: Add documentation about dumping specified controllers

 Documentation/criu.txt      |  45 ++++
 criu/Makefile.crtools       |   1 +
 criu/cgroup-props.c         | 539 ++++++++++++++++++++++++++++++++++++++++++++
 criu/cgroup.c               | 102 +--------
 criu/cr-dump.c              |   8 +
 criu/crtools.c              |  24 ++
 criu/include/cgroup-props.h |  20 ++
 criu/include/cr_options.h   |   2 +
 criu/proc_parse.c           |  13 ++
 9 files changed, 660 insertions(+), 94 deletions(-)
 create mode 100644 criu/cgroup-props.c
 create mode 100644 criu/include/cgroup-props.h

-- 
2.5.5



More information about the CRIU mailing list