Re: [PATCH] mm_types: remove references to s390 gmap

From: Paolo Bonzini

Date: Tue Apr 28 2026 - 06:17:06 EST


On Tue, Apr 28, 2026 at 8:58 AM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> On Mon, 27 Apr 2026 at 12:58, Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote:
> > s390 does not anymore use special struct page for its shadow page tables.
> > The honor of giving a special meaning to pt_index is now m68k's, so
> > rename the fields and adjust them for the desired type.
> >
> > Cc: linux-mm@xxxxxxxxx
> > Cc: linux-m68k@xxxxxxxxxxxxxxxxxxxx
> > Cc: David Hildenbrand (Arm) <david@xxxxxxxxxx>
> > Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> > Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
>
> > arch/m68k/mm/motorola.c | 2 +-
>
> Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> # m68k

Thanks, do you expect it to go through the mm tree or are you taking
it yourself?

Paolo