Re: [PATCH v2 2/4] linux-user, aarch64: sync syscall numbers with kernel v5.5

2020-03-15 Thread Richard Henderson
On 3/14/20 4:39 AM, Laurent Vivier wrote: > Use helper script scripts/gensyscalls.sh to generate the file. > > This change TARGET_NR_fstatat64 by TARGET_NR_newfstatat that is correct > because definitions from linux are: > > arch/arm64/include/uapi/asm/unistd.h > > #define __ARCH_WANT_NEW_STAT

[PATCH v2 2/4] linux-user, aarch64: sync syscall numbers with kernel v5.5

2020-03-14 Thread Laurent Vivier
Use helper script scripts/gensyscalls.sh to generate the file. This change TARGET_NR_fstatat64 by TARGET_NR_newfstatat that is correct because definitions from linux are: arch/arm64/include/uapi/asm/unistd.h #define __ARCH_WANT_NEW_STAT include/uapi/asm-generic/unistd.h #if defined(__ARCH_