Re: [External] [PATCH] mm, hugetlb: fix allocation error check and copy func name

From: Muchun Song
Date: Sat Jun 05 2021 - 08:50:54 EST


On Sat, Jun 5, 2021 at 9:07 AM Mina Almasry <almasrymina@xxxxxxxxxx> wrote:
>
> The alloc_huge_page_vma() doesn't return error pointers, it returns
> NULL.
>
> There is an existing migrate_page_copy() which not only copies the page
> contents, but also page state/metadata. People could get confused that
> 'migrate_page_copy' and 'migrate_copy_huge_page' do not have the same
> functionality. Rename to 'copy_huge_page()' to make it less likely
> folks get confused.
>
> Fixes: 6a0badc266df ("mm, hugetlb: fix racy resv_huge_pages underflow on
> UFFDIO_COPY")

I think the commit id is not stable. So this really should squash
the commit of "mm, hugetlb: fix racy resv_huge_pages underflow
on UFFDIO_COPY". But anyway,

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>


>
> Signed-off-by: Mina Almasry <almasrymina@xxxxxxxxxx>
> Cc: linux-mm@xxxxxxxxx
> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: linux-kernel@xxxxxxxxxxxxxxx