On Fri, Jul 12, 2019 at 02:35:42PM -0700, Linus Torvalds wrote: > On Fri, Jul 12, 2019 at 2:11 PM Andrew Morton <a...@linux-foundation.org> > wrote: > > > > On Fri, 12 Jul 2019 08:49:07 -0400 Qian Cai <c...@lca.pw> 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