mm: gfp: Introduce __GFP_NO_MIGRATE_METADATA
When migrating migrate metadata pages out of VMA which is in the process of having the VM_MTE flag set because of an mprotect() call, it is highly undesirable to have them replaced with other migrate metadata pages. Introduce the gfp flag __GFP_NO_MIGRATE_METADATA to let the page allocator know that it should use migrate metadata pages to satisfy the allocation request.
Loading
Please register or sign in to comment