Re: [PATCH 2/3] use nth_page() in place of direct struct page manipulation.

From: Muchun Song
Date: Thu Aug 31 2023 - 03:17:53 EST




> On Aug 31, 2023, at 02:27, Zi Yan <zi.yan@xxxxxxxx> wrote:
>
> From: Zi Yan <ziy@xxxxxxxxxx>
>
> When dealing with hugetlb pages, struct page is not guaranteed to be
> contiguous on SPARSEMEM without VMEMMAP. Use nth_page() to handle it
> properly.
>
> Signed-off-by: Zi Yan <ziy@xxxxxxxxxx <mailto:ziy@xxxxxxxxxx>>

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>

It's better to add a Fixes tag to the commit 38c1ddbde6.

Thanks.