Re: [PATCH 01/17] syscalls: add generic scripts/syscall.tbl

2024-07-12 Thread Arnd Bergmann
On Fri, Jul 12, 2024, at 10:43, Masahiro Yamada wrote: > On Thu, Jul 4, 2024 at 11:36 PM Arnd Bergmann 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

Re: [PATCH 01/17] syscalls: add generic scripts/syscall.tbl

2024-07-12 Thread Masahiro Yamada
On Thu, Jul 4, 2024 at 11:36 PM Arnd Bergmann wrote: > > From: Arnd Bergmann > > The asm-generic/unistd.h header still follows the old style of defining > system call numbers and the table. Most architectures got the new > syscall.tbl format as part of the y2038 conversion back in 2018, but > the

[PATCH 01/17] syscalls: add generic scripts/syscall.tbl

2024-07-04 Thread Arnd Bergmann
From: Arnd Bergmann The asm-generic/unistd.h header still follows the old style of defining system call numbers and the table. Most architectures got the new syscall.tbl format as part of the y2038 conversion back in 2018, but the newer architectures that share a single table never did. I did a