Re: [PATCH 11/17] arm64: rework compat syscall macros

2024-07-05 Thread Catalin Marinas
On Thu, Jul 04, 2024 at 04:36:05PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The generated asm/unistd_compat_32.h header file now contains > macros that can be used directly in the vdso and the signal > trampolines, so remove the duplicate definitions. > > Signed-off-by: Arnd Bergman

[PATCH 11/17] arm64: rework compat syscall macros

2024-07-04 Thread Arnd Bergmann
From: Arnd Bergmann The generated asm/unistd_compat_32.h header file now contains macros that can be used directly in the vdso and the signal trampolines, so remove the duplicate definitions. Signed-off-by: Arnd Bergmann --- arch/arm64/include/asm/seccomp.h | 10 +- arch/