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

Cyrill Gorcunov gorcunov at gmail.com
Tue Mar 26 22:09:37 MSK 2019


On Tue, Mar 26, 2019 at 09:49:44PM +0300, Cyrill Gorcunov wrote:
> 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(-)

Hmm, seems it failed in namespace case. Please don't apply for a while.


More information about the CRIU mailing list