Re: [PATCH 10/17] arm64: generate 64-bit syscall.tbl

2024-07-10 Thread Arnd Bergmann
On Tue, Jul 9, 2024, at 19:23, Mark Brown wrote: > On Thu, Jul 04, 2024 at 04:36:04PM +0200, Arnd Bergmann wrote: > >> #define __ARCH_WANT_SYS_CLONE >> +#define __ARCH_WANT_NEW_STAT >> >> -#ifndef __COMPAT_SYSCALL_NR >> -#include >> -#endif >> +#include > > It looks like this is causing widesp

Re: [PATCH 12/17] csky: convert to generic syscall table

2024-07-10 Thread Arnd Bergmann
On Thu, Jul 4, 2024, at 16:36, Arnd Bergmann wrote: > - > -#define __NR_set_thread_area (__NR_arch_specific_syscall + 0) > -__SYSCALL(__NR_set_thread_area, sys_set_thread_area) > -#define __NR_cacheflush (__NR_arch_specific_syscall + 1) > -__SYSCALL(__NR_cacheflush, sys_cacheflush) > +

Re: [PATCH 10/17] arm64: generate 64-bit syscall.tbl

2024-07-10 Thread Mark Brown
On Wed, Jul 10, 2024 at 10:57:25AM +0200, Arnd Bergmann wrote: > Thanks for the report! I just panicked a bit and thought I had > done something entirely wrong here, but after having a closer > look it turned out to be a silly typo: > -#include > +#include Doh, I should've spotted that even fr