Re: [PATCH v2 03/13] mm: convert __get_unmapped_area() to use vma_flags_t
"Vlastimil Babka (SUSE)" <[email protected]> Wed, 22 Jul 2026 16:17:43 +0200
| Newsgroups | gmane.comp.freedesktop.xorg.nouveau,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.ports.mips,gmane.linux.kernel.aio.general,gmane.linux.file-systems,gmane.linux.ports.ppc64.devel,gmane.comp.video.dri.devel,gmane.linux.kernel.samsung-soc,gmane.comp.freedesktop.xorg.drivers.intel,gmane.linux.ports.arm.msm,gmane.comp.freedesktop.xorg.drivers.freedreno,gmane.linux.ports.arm.rockchip,gmane.linux.ports.tegra,gmane.comp.emulators.xen.devel,gmane.linux.sound |
|---|---|
| Message-ID | <ac18f5bc-62a9-41b0-8980-a4c465a4229a__43236.8770170555$1784729901$gmane$org@kernel.org> |
On 7/11/26 20:45, Lorenzo Stoakes wrote: > Update __get_unmapped_area() to be parameterised by vma_flags_t rather than > vm_flags_t as part of the effort to move VMA flags from a system word to a > bitmap. > > We cascade the changes up to arch_get_unmapped_area_topdown() and > arch_get_unmapped_area(), where, for now, we use vma_flags_to_legacy() in > order to propagate the VMA flags. > > No functional change intended. > > Reviewed-by: Lance Yang <[email protected]> > Reviewed-by: Zi Yan <[email protected]> > Signed-off-by: Lorenzo Stoakes <[email protected]> Reviewed-by: Vlastimil Babka (SUSE) <[email protected]>