[PATCH 1/4] Move userspace syscall dispatch outside of common entry
Thomas Gleixner
tglx at linutronix.de
Wed Jun 2 08:41:53 PDT 2021
On Sat, May 29 2021 at 01:16, houdek ryan wrote:
> From: Ryan Houdek <Houdek.Ryan at fex-emu.org>
>
> This will allow other architectures to support userspace syscall
> dispatch without supporting the syscall common entry.
NAK.
This is in common entry on purpose and won't go anywhere else. The every
arch has it's own broken entry code ordering mess needs to go away and
not proliferated further.
Move ARM to common entry first.
Thanks,
tglx
More information about the linux-arm-kernel
mailing list