[CRIU] [PATCH 0/8] epoll: Add support for migrated targets

Cyrill Gorcunov gorcunov at gmail.com
Tue Mar 26 21:49:44 MSK 2019


Cyrill Gorcunov (8):
  epoll: Eliminate potential variable shadowing
  epoll: Defer queued epolls to write at the end of checkpoint
  epoll: Ignore migrated targets
  test: epoll -- Add file inherited case
  epoll: Drop duped and closed targets
  epoll: Fix typo in message when no target found
  epoll: Add suppport for migrated targets
  test: epoll -- Add migrated targets

 criu/cr-dump.c           |   8 +-
 criu/cr-restore.c        |   3 +
 criu/eventpoll.c         | 360 +++++++++++++++++++++++++++++++++++++--
 criu/files.c             |   9 +
 criu/include/eventpoll.h |   4 +
 images/eventpoll.proto   |   3 +
 test/zdtm/static/epoll.c | 116 ++++++++++++-
 7 files changed, 481 insertions(+), 22 deletions(-)

-- 
2.20.1



More information about the CRIU mailing list