Re: [PATCH v5 3/6] mm/page_alloc: add support for initializing pageblock as isolated.
From: Vlastimil Babka
Date: Tue May 27 2025 - 06:31:36 EST
On 5/23/25 21:12, Zi Yan wrote:
> MIGRATE_ISOLATE is a standalone bit, so a pageblock cannot be initialized
> to just MIGRATE_ISOLATE. Add init_pageblock_migratetype() to enable
> initialize a pageblock with a migratetype and isolated.
>
> Signed-off-by: Zi Yan <ziy@xxxxxxxxxx>
Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>