Re: [PATCH v3 4/4] compat: remove some compat entry points
From: Thomas Gleixner <hidden>
Date: 2021-05-19 20:33:11
Also in:
kexec, linux-arm-kernel, linux-mm, lkml
From: Thomas Gleixner <hidden>
Date: 2021-05-19 20:33:11
Also in:
kexec, linux-arm-kernel, linux-mm, lkml
On Mon, May 17 2021 at 22:33, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> These are all handled correctly when calling the native system call entry point, so remove the special cases. arch/x86/entry/syscall_x32.c | 2 ++ arch/x86/entry/syscalls/syscall_32.tbl | 6 ++-- arch/x86/entry/syscalls/syscall_64.tbl | 4 +--
That conflicts with https://lore.kernel.org/lkml/20210517073815.97426-1-masahiroy@kernel.org/ (local) which I'm picking up. We have more changes in that area coming in. Thanks, tglx