Re: [PATCH 00/17] arch: convert everything to syscall.tbl

2024-07-23 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Arnd Bergmann : On Thu, 4 Jul 2024 16:35:54 +0200 you wrote: > From: Arnd Bergmann > > There are eight architectures using include/uapi/asm-generic/unistd.h, > which is still in an old format and not easily parsed by scripts. > In

Re: [PATCH 00/17] arch: convert everything to syscall.tbl

2024-07-05 Thread Arnd Bergmann
On Fri, Jul 5, 2024, at 12:18, Maciej W. Rozycki wrote: > On Thu, 4 Jul 2024, Arnd Bergmann wrote: > >> arch/alpha/include/asm/unistd.h | 1 + > > This seems out of sync with the actual changes, any idea what happened > here? Sorry about this, I was writing the series description

Re: [PATCH 00/17] arch: convert everything to syscall.tbl

2024-07-05 Thread Maciej W. Rozycki
On Thu, 4 Jul 2024, Arnd Bergmann wrote: > arch/alpha/include/asm/unistd.h | 1 + This seems out of sync with the actual changes, any idea what happened here? Maciej ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.or

[PATCH 00/17] arch: convert everything to syscall.tbl

2024-07-04 Thread Arnd Bergmann
From: Arnd Bergmann There are eight architectures using include/uapi/asm-generic/unistd.h, which is still in an old format and not easily parsed by scripts. In addition, arm64 uses the old format for the 32-bit arm compat syscalls, despite them using the modern syscall.tbl format for the native c