[CRIU] [PATCH 0/7] [RFC] Dump/restore of pending signals
Andrey Vagin
avagin at openvz.org
Tue Dec 4 04:50:24 EST 2012
signalfd is used for dumping signals.
rt_sigqueueinfo is used for restoring.
http://wiki.criu.org/Pending_signals
Andrey Vagin (6):
zdtm: add a test case for pending signals
syscall: add sigqueueinfo and signalfd
crtools: add a callback to show signal=*.img
crtools: add image contants for pending signals
signal: dump pending signals
crtools: restore pending signals
cr-dump.c | 6 ++
cr-restore.c | 6 ++
cr-show.c | 18 ++++++
image.c | 1 +
include/crtools.h | 2 +
include/image.h | 1 +
include/parasite-syscall.h | 1 +
include/parasite.h | 1 +
include/restorer.h | 1 +
include/syscall-x86-64.def | 2 +
parasite-syscall.c | 17 ++++++
pie/parasite.c | 54 +++++++++++++++++
pie/restorer.c | 41 +++++++++++++
test/zdtm/live/static/Makefile | 2 +
test/zdtm/live/static/sigpending.c | 120 +++++++++++++++++++++++++++++++++++++
15 files changed, 273 insertions(+)
create mode 100644 test/zdtm/live/static/sigpending.c
--
1.7.11.7
More information about the CRIU
mailing list