Re: [PATCH] entry: Split generic entry into generic exception and syscall entry
From: Mark Rutland
Date: Tue Jul 01 2025 - 06:28:48 EST
On Mon, Jun 30, 2025 at 07:56:22PM +0200, Thomas Gleixner wrote:
> On Tue, Jun 24 2025 at 20:35, Linus Walleij wrote:
> > From: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
> >
> > Currently CONFIG_GENERIC_ENTRY enables both the generic exception
> > entry logic and the generic syscall entry logic, which are otherwise
> > loosely coupled.
> >
> > Introduce separate config options for these so that architectures can
> > select the two independently. This will make it easier for
> > architectures to migrate to generic entry code.
> >
> > Suggested-by: Mark Rutland <mark.rutland@xxxxxxx>
> > Signed-off-by: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
> > Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> > Link: https://lore.kernel.org/20250213130007.1418890-2-ruanjinjie@xxxxxxxxxx
> > [Linus Walleij: rebase onto v6.16-rc1]
> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> I merged this into tip based of v6.16-rc1 and tagged it so the commit
> can be pulled into arm[64] trees if needed.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git entry-split-for-arm
Thanks, much appreciated!
Mark.