[CRIU] [PATCH 0/3] sfd: Move into separate file and raise limits early

Cyrill Gorcunov gorcunov at gmail.com
Wed Apr 3 16:21:59 MSK 2019


Cyrill Gorcunov (3):
  sfd: Move service fds to separate file
  sfd: Make sure we're not overwriting existing files
  early_init: Raise nr_open limit on particular commands

 criu/Makefile.crtools    |   1 +
 criu/cr-restore.c        |  32 -----
 criu/crtools.c           |  64 ++++++++-
 criu/include/servicefd.h |  46 +++++--
 criu/include/util.h      |   2 +
 criu/plugin.c            |   6 +
 criu/servicefd.c         | 281 +++++++++++++++++++++++++++++++++++++++
 criu/util.c              | 239 ---------------------------------
 8 files changed, 384 insertions(+), 287 deletions(-)
 create mode 100644 criu/servicefd.c

-- 
2.20.1



More information about the CRIU mailing list