[CRIU] [PATCH] arm: fix syscall numbers for waitid
Andrey Vagin
avagin at openvz.org
Thu Jul 23 13:21:34 PDT 2015
2015-07-23 20:06 GMT+03:00 Tycho Andersen <tycho.andersen at canonical.com>:
> On Thu, Jul 23, 2015 at 07:42:16PM +0300, Andrey Vagin wrote:
>> Signed-off-by: Andrey Vagin <avagin at openvz.org>
>> ---
>> arch/arm/syscall.def | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def
>> index 55f444f..13030f9 100644
>> --- a/arch/arm/syscall.def
>> +++ b/arch/arm/syscall.def
>> @@ -44,7 +44,7 @@ getsockopt 209 295 (int sockfd, int level, int optname, const void *optval, so
>> clone 220 120 (unsigned long flags, void *child_stack, void *parent_tid, void *child_tid)
>> exit 93 1 (unsigned long error_code)
>> wait4 260 114 (int pid, int *status, int options, struct rusage *ru)
>> -waitid 280 ! (int which, pid_t pid, struct siginfo *infop, int options, struct rusage *ru)
>> +waitid 95 280 (int which, pid_t pid, struct siginfo *infop, int options, struct rusage *ru)
>
> Just for future reference, which files are you pulling these from?
arm32: arch/arm/include/uapi/asm/unistd.h
arm64: include/uapi/asm-generic/unistd.h
>
> Thanks,
>
> Tycho
>
>> kill 129 37 (long pid, int sig)
>> fcntl 25 55 (int fd, int type, long arg)
>> flock 32 143 (int fd, unsigned long cmd)
>> --
>> 2.1.0
>>
>> _______________________________________________
>> CRIU mailing list
>> CRIU at openvz.org
>> https://lists.openvz.org/mailman/listinfo/criu
More information about the CRIU
mailing list