[CRIU] [PATCH 0/5] compel, criu: Make struct seize_task_status extensible
Kirill Tkhai
ktkhai at virtuozzo.com
Sat Apr 15 10:15:24 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/builds/222386916
---
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 | 10 ++++++++--
compel/src/lib/infect.c | 40 ++++++++++++++++++++++++++++++++--------
criu/include/proc_parse.h | 9 ++++-----
criu/proc_parse.c | 2 +-
criu/seize.c | 20 ++++++++++++++------
5 files changed, 59 insertions(+), 22 deletions(-)
--
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
More information about the CRIU
mailing list