Re: [patch 105/147] arm64: switch to generic version of pte allocation

From: Will Deacon
Date: Mon Jul 15 2019 - 04:03:58 EST


On Fri, Jul 12, 2019 at 02:35:42PM -0700, Linus Torvalds wrote:
> On Fri, Jul 12, 2019 at 2:11 PM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > On Fri, 12 Jul 2019 08:49:07 -0400 Qian Cai <cai@xxxxxx> wrote:
> > >
> > > https://lore.kernel.org/linux-mm/20190617151252.GF16810@rapoport-lnx/
> >
> > That's already merged - it went in via the arm64 tree I think.
>
> No. Only the arch/arm64/include/asm/pgtable.h part got in through the
> arm64 tree (commit 615c48ad8f42: "arm64/mm: don't initialize pgd_cache
> twice").
>
> The arch/arm64/mm/pgd.c part was missing.

That's right; we split the patch because part of it was a fix for an
existing issue.

> I think I fixed it all up correctly.

Looks good to me, thanks.

Will