Re: [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
"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/16/26 14:07, Lorenzo Stoakes (Oracle) wrote: > In order to utilise the new vma_flags_t type, we currently place it in > union with legacy vm_flags fields of type vm_flags_t to make the transition > smoother. > > Add vma_flags_t union entries for mm->def_flags and vmg->vm_flags - > mm->def_vma_flags and vmg->vma_flags respectively. > > Once the conversion is complete, these will be replaced with vma_flags_t > entries alone. > > Also update the VMA tests to reflect the change. > > Signed-off-by: Lorenzo Stoakes (Oracle) <[email protected]> Acked-by: Vlastimil Babka (SUSE) <[email protected]>