[CRIU] [PATCH 0/2] net: Add support for raw sockets

Cyrill Gorcunov gorcunov at openvz.org
Wed Feb 22 05:53:26 PST 2017


Cyrill Gorcunov (2):
  sk-inet: Add initial support for raw sockets
  test: Add simple socket-raw test

 criu/cr-check.c                  |  11 ++
 criu/include/sk-inet.h           |  12 ++
 criu/sk-inet.c                   |  58 +++++---
 criu/sockets.c                   |  35 +++++
 images/sk-inet.proto             |   2 +
 test/zdtm/static/Makefile        |   1 +
 test/zdtm/static/socket-raw.c    | 281 +++++++++++++++++++++++++++++++++++++++
 test/zdtm/static/socket-raw.desc |   1 +
 8 files changed, 385 insertions(+), 16 deletions(-)
 create mode 100644 test/zdtm/static/socket-raw.c
 create mode 100644 test/zdtm/static/socket-raw.desc

-- 
2.7.4



More information about the CRIU mailing list