[CRIU] [PATCH 1/6] arm: fixed AArch64 syscall numbers

Cyrill Gorcunov gorcunov at gmail.com
Tue Oct 8 02:18:34 PDT 2013


On Tue, Oct 08, 2013 at 11:45:33AM +0400, Alexander Kartashov wrote:
> It turned out that AArch64 uses the UAPI syscall numbering scheme
> that is incompatible with x86. Unfortunately this kills the idea
> of the unified syscall table and syscall generator.
> 
> Note that the following syscalls:
> 
> * open,
> * mkdir,
> * rmdir,
> * unlink,
> 
> are declared obsolete in the UAPI. Moreover the syscall arch_prctl
> doesn't exist in the UAPI.

Alexander, in the kernel there is a separate directory for arm64,
maybe we should do the same? Thus your arm64 will use own syscall
generator. Won't it be more convenient?


More information about the CRIU mailing list