[CRIU] [PATCH 0/3] sk-unix: Handle case when socket is deleted together with parent dir
Cyrill Gorcunov
gorcunov at gmail.com
Tue Nov 22 08:13:31 PST 2016
This series is on top of vz7 stable criu, so if ack'ed I'll
forwardport them into vanilla criu. Commenta are highly appreciated.
Cyrill Gorcunov (3):
util: Add rmdirp helper
sk-unix: Restore deleted sockets together with removed dirs
test: Add del_standalone_un_dentry test
criu/cr-restore.c | 3 +
criu/include/sockets.h | 1 +
criu/include/util.h | 2 +
criu/sk-unix.c | 98 ++++++++++++++++-
criu/util.c | 40 +++++++
test/zdtm/static/Makefile | 1 +
test/zdtm/static/del_standalone_un_dentry.c | 139 +++++++++++++++++++++++++
test/zdtm/static/del_standalone_un_dentry.desc | 1 +
8 files changed, 280 insertions(+), 5 deletions(-)
create mode 100644 test/zdtm/static/del_standalone_un_dentry.c
create mode 100644 test/zdtm/static/del_standalone_un_dentry.desc
--
2.7.4
More information about the CRIU
mailing list