Re: [PATCH v4 1/5] mm/hugetlb: add folio support to hugetlb specific flag macros

From: Muchun Song
Date: Thu Sep 22 2022 - 23:03:22 EST




> On Sep 22, 2022, at 23:42, Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx> wrote:
>
> Allows the macros which test, set, and clear hugetlb specific page
> flags to take a hugetlb folio as an input. The marcros are generated as
> folio_{test, set, clear}_hugetlb_{restore_reserve, migratable,
> temporary, freed, vmemmap_optimized, raw_hwp_unreliable}.
>
> Signed-off-by: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
> Reviewed-by: Mike Kravetz <mike.kravetz@xxxxxxxxxx>

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>

Thanks.