Re: [PATCH 5/7] mm/thp: fix page_vma_mapped_walk() if huge page mapped by ptes

From: Hugh Dickins
Date: Fri Jun 04 2021 - 18:58:36 EST


On Fri, 4 Jun 2021, Kirill A. Shutemov wrote:
> On Tue, Jun 01, 2021 at 02:13:21PM -0700, Hugh Dickins wrote:
> >
> > Merged various other minor fixes and cleanups into page_vma_mapped_walk()
> > as I worked on it: which I find much easier to enumerate here than to
> > prise apart into separate commits.
>
> But it makes it harder to review...
>
> I tried to review it and superficially it looks good, but it has to be
> split into bunch of patches.

I had hoped to avoid that. Okay, I'll try bisecting it into a
preliminary cleanup patch then the bugfix patch, and see if that
looks reviewable; divide it up further if not. But my idea of
what's reviewable may differ.

Hugh