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

From: Ryan Houdek
Date: Thu Jun 03 2021 - 07:00:22 EST


Okay. I will carry this patchset in a downstream fork until that happens then.

On Wed, Jun 2, 2021 at 8:41 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> 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