[PATCH 01/17] syscalls: add generic scripts/syscall.tbl
Arnd Bergmann
arnd at arndb.de
Fri Jul 12 02:07:34 PDT 2024
On Fri, Jul 12, 2024, at 10:43, Masahiro Yamada wrote:
> On Thu, Jul 4, 2024 at 11:36 PM Arnd Bergmann <arnd at kernel.org> wrote:
>
> I know this is already written in this way
> in include/uapi/asm-generic/unistd.h, but
> the native and compat have the same function name.
>
>
> Can we simplify it like this?
>
> 65 common readv sys_readv
> 66 common writev sys_writev
Good idea. It looks like this came from 5f764d624a89 ("fs:
remove the compat readv/writev syscalls"), and I'll fix it up
in my follow-up series, which has a lot of other cleanups
like this one across architectures.
Thanks,
Arnd
More information about the linux-arm-kernel
mailing list