[CRIU] [PATCH 22/22] compel: Move in parasite engine
Pavel Emelyanov
xemul at virtuozzo.com
Thu Nov 10 00:34:54 PST 2016
On 11/10/2016 11:19 AM, Pavel Tikhomirov wrote:
> It seem these patch broke compilation by moving criu/include/ptrace.h → compel/include/uapi/ptrace.h
>
> https://ci.openvz.org/job/CRIU/job/CRIU-virtuozzo/branch/master/55/console
>
> CC criu/cr-restore.o
> criu/cr-dump.c: In function ‘dump_signal_queue’:
> criu/cr-dump.c:901:16: error: ‘PTRACE_PEEKSIGINFO_SHARED’ undeclared (first use in this function)
> arg.flags |= PTRACE_PEEKSIGINFO_SHARED;
> ^
> criu/cr-dump.c:901:16: note: each undeclared identifier is reported only once for each function it appears in
> criu/cr-dump.c:920:21: error: ‘PTRACE_PEEKSIGINFO’ undeclared (first use in this function)
> nr = ret = ptrace(PTRACE_PEEKSIGINFO, tid, &arg, si);
Yup, there's a fix for that already on the ML. Will merge soon :)
More information about the CRIU
mailing list