[CRIU] [PATCH 0/7] seccomp, v2: Add support for per-thread c/r
Cyrill Gorcunov
gorcunov at gmail.com
Fri Apr 6 22:17:01 MSK 2018
I reworked the series, hopefully this time changelogs are
more descriptive. Please take a look.
https://travis-ci.org/cyrillos/criu/builds/363239213
Cyrill Gorcunov (7):
seccomp: compel -- Add PTRACE_SECCOMP_GET_METADATA definition
seccomp: Define log prefix
seccomp: Move seccomp_info into seccomp.h
seccomp: Fetch seccomp flags if kernel provides
seccomp: Add engine to restore per-thread seccomp chains
seccomp: Add engine to checkpoint per-thread seccomp chains
seccomp: test -- Add seccomp_filter_threads
compel/include/uapi/ptrace.h | 11 +
criu/cr-dump.c | 19 +-
criu/cr-restore.c | 33 +-
criu/include/proc_parse.h | 7 -
criu/include/pstree.h | 6 +-
criu/include/restorer.h | 16 +-
criu/include/rst_info.h | 5 +
criu/include/seccomp.h | 47 ++-
criu/pie/restorer.c | 119 ++++--
criu/seccomp.c | 537 +++++++++++++++++++--------
criu/seize.c | 77 +---
images/core.proto | 8 +-
images/seccomp.proto | 1 +
test/zdtm/static/Makefile | 2 +
test/zdtm/static/seccomp_filter_threads.c | 161 ++++++++
test/zdtm/static/seccomp_filter_threads.desc | 1 +
16 files changed, 759 insertions(+), 291 deletions(-)
create mode 100644 test/zdtm/static/seccomp_filter_threads.c
create mode 100644 test/zdtm/static/seccomp_filter_threads.desc
--
2.14.3
More information about the CRIU
mailing list