Re: [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
"Vlastimil Babka (SUSE)" <[email protected]>
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.ppc64.devel,gmane.linux.uml.devel,gmane.linux.file-systems |
|---|---|
| Message-ID | <[email protected]> |
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) <[email protected]> Acked-by: Vlastimil Babka (SUSE) <[email protected]>