Re: [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
From: Vlastimil Babka (SUSE)
Date: Thu Mar 19 2026 - 10:54:43 EST
On 3/18/26 16:50, Lorenzo Stoakes (Oracle) wrote:
> Use the new vma_flags_t flags implementation to perform the logic around
> sticky flags and what flags are ignored on VMA merge.
>
> We make use of the new vma_flags_empty(), vma_flags_diff_pair(), and
> vma_flags_and_mask() functionality.
>
> Also update the VMA tests accordingly.
>
> Signed-off-by: Lorenzo Stoakes (Oracle) <ljs@xxxxxxxxxx>
Acked-by: Vlastimil Babka (SUSE) <vbabka@xxxxxxxxxx>