Re: [PATCH 1/4] Move userspace syscall dispatch outside of common entry

From: Thomas Gleixner
Date: Wed Jun 02 2021 - 11:42:00 EST


On Sat, May 29 2021 at 01:16, houdek ryan wrote:
> From: Ryan Houdek <Houdek.Ryan@xxxxxxxxxxx>
>
> 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