On Mon, Nov 28, 2022 at 10:13 PM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > On Mon, Nov 28, 2022, at 21:02, Jason A. Donenfeld wrote: > > On Mon, Nov 28, 2022 at 8:57 PM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > > Okay, I can split it that way. If I gather your meaning correctly: > > > > 1) generic syscall C code > > 2) #define __NR_... in asm-generic/unistd.h x86/.../unistd.h, > > x86/.../syscall_64.tbl > > I mean all syscall*.tbl files, not just x86. There are currently > eight architectures using asm-generic/unistd.h, the rest use > syscall.tbl. Oh okay, I'll add this to all of the *.tbl files. Jason