[CRIU] [PATCH 0/8] Add support of netlink sockets

Andrey Vagin avagin at openvz.org
Mon Mar 25 11:28:41 EDT 2013


Andrey Vagin (8):
  protobuf: add image for netlink sockets
  crtools: add a function for showing netlink sockets
  crtools: add constants for a netlink image
  crtools: add netlink_diag.h
  sockets: use socket diag for collecting netlink sockets
  sockets: dump netlink sockets
  sockets: restore netlink sockets
  zdtm: add a test case for netlink sockets

 Makefile.crtools                   |   1 +
 cr-restore.c                       |   3 +
 image.c                            |   1 +
 include/crtools.h                  |   1 +
 include/magic.h                    |   1 +
 include/netlink_diag.h             |  42 +++++++
 include/protobuf.h                 |   1 +
 include/sockets.h                  |   5 +
 protobuf.c                         |   2 +
 protobuf/Makefile                  |   1 +
 protobuf/fdinfo.proto              |   1 +
 protobuf/sk-netlink.proto          |  16 +++
 sk-netlink.c                       | 252 +++++++++++++++++++++++++++++++++++++
 sockets.c                          |  11 ++
 test/zdtm.sh                       |   1 +
 test/zdtm/live/static/Makefile     |   1 +
 test/zdtm/live/static/sk-netlink.c | 160 +++++++++++++++++++++++
 17 files changed, 500 insertions(+)
 create mode 100644 include/netlink_diag.h
 create mode 100644 protobuf/sk-netlink.proto
 create mode 100644 sk-netlink.c
 create mode 100644 test/zdtm/live/static/sk-netlink.c

-- 
1.7.11.7



More information about the CRIU mailing list