Re: [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
"Vlastimil Babka (SUSE)" <[email protected]>
| Newsgroups | gmane.linux.uml.devel,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.ports.riscv,gmane.linux.file-systems |
|---|---|
| Message-ID | <[email protected]> |
On 3/18/26 16:50, Lorenzo Stoakes (Oracle) wrote: > Add helpers to determine if two sets of VMA flags are precisely the same, > that is - that every flag set one is set in another, and neither contain > any flags not set in the other. > > We also introduce vma_flags_same_pair() for cases where we want to compare > two sets of VMA flags which are both non-const values. > > Also update the VMA tests to reflect the change, we already implicitly > test that this functions correctly having used it for testing purposes > previously. > > Signed-off-by: Lorenzo Stoakes (Oracle) <[email protected]> Acked-by: Vlastimil Babka (SUSE) <[email protected]>