[CRIU] [PATCH 0/2] Allow epolls sent over unix sockets

Kirill Tkhai ktkhai at virtuozzo.com
Wed Jan 24 17:49:20 MSK 2018


Since epoll restore is splitted in two stages:
1)create epoll fd and 2)add watched fds,
and the first stage does not depend on any
other files restore stages, it's safe to send
it over unix sockets.

The patchset allows to send epolls and introduces
new test to check everything works.

---

Kirill Tkhai (2):
      zdtm: Add scm05 test
      files: Allow epolls sent over unix socket


 criu/sk-queue.c           |    7 +-
 test/zdtm/static/Makefile |    1 
 test/zdtm/static/scm05.c  |  139 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 143 insertions(+), 4 deletions(-)
 create mode 100644 test/zdtm/static/scm05.c

--
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>


More information about the CRIU mailing list