[CRIU] [PATCH v2 0/5] compel, criu: Make struct seize_task_status extensible
Kirill Tkhai
ktkhai at virtuozzo.com
Tue Apr 18 08:56:20 PDT 2017
This patchset makes possible extending struct seize_task_status,
and adds data argument to compel_wait_task() for the future use.
Also, there is bugfix [1/5] for stable, and an example of extension in [5/5].
https://travis-ci.org/tkhai/criu
v2: Exclude not-shared sigpnd from comparation
---
Kirill Tkhai (5):
seize: Fix size error in creds_dumpable()
seize: Reorder struct proc_status_creds
compel: Make struct seize_task_status be possible to be extensible
compel: Add data argument to compel_wait_task()
compel: Add nspid, nssid and nspgid fields to struct seize_task_status
compel/include/uapi/infect.h | 14 ++++++++++----
compel/src/lib/infect.c | 40 ++++++++++++++++++++++++++++++++--------
criu/include/proc_parse.h | 9 ++++-----
criu/proc_parse.c | 2 +-
criu/seize.c | 21 +++++++++++++--------
5 files changed, 60 insertions(+), 26 deletions(-)
--
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
More information about the CRIU
mailing list