Re: [PATCH] mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines

From: Andrew Morton
Date: Fri Jul 19 2024 - 16:46:13 EST


On Fri, 19 Jul 2024 11:19:24 +0200 Yves-Alexis Perez <corsac@xxxxxxxxxx> wrote:

> On Fri, 2024-07-12 at 08:58 -0700, Yang Shi wrote:
> > Yves-Alexis Perez reported commit 4ef9ad19e176 ("mm: huge_memory: don't
> > force huge page alignment on 32 bit") didn't work for x86_32 [1].  It is
> > because x86_32 uses CONFIG_X86_32 instead of CONFIG_32BIT.
> >
> > !CONFIG_64BIT should cover all 32 bit machines.
>
> Hi,
>
> I've noticed that the patch was integrated into the -mm tree and next/master.
> It's not yet in the first half of the merge window for 6.11 but do you know if
> it's scheduled for rc1?

I put it in the mm-hotfixes branch since it's cc:stable. I expect to
send the hotfixes to Linus next week.