Re: [PATCH v2 06/20] KVM: arm64: Prepare sys_regs.c for sharing with s390

From: Steffen Eiden

Date: Tue Sep 01 2026 - 05:34:08 EST


On Tue, Sep 01, 2026 at 09:17:39AM +0100, Marc Zyngier wrote:
> On Mon, 31 Aug 2026 15:55:21 +0100,
> Steffen Eiden <seiden@xxxxxxxxxxxxx> wrote:
> >
> > Prepare sharing of sys_regs.c with s390 by moving functions to another
> > location inside sys_regs.c. This reduces the number of shared regions.
> >
> > Signed-off-by: Steffen Eiden <seiden@xxxxxxxxxxxxx>
> > ---
> > arch/arm64/kvm/sys_regs.c | 100 +++++++++++++++++++-------------------
> > arch/s390/kvm/arm64/arm.c | 2 +
> > 2 files changed, 52 insertions(+), 50 deletions(-)

...

>
> Please split this. arm64 refactor and S390 changes should not be part
> of the same patch.

Sorry, this was a mistake.

Steffen