Re: [PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
Andrew Morton <akpm-de/[email protected]> Mon, 13 Jul 2026 19:25:19 -0700
| Newsgroups | gmane.linux.ports.tegra,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.ports.arm.kernel,gmane.linux.kernel.samsung-soc,gmane.comp.freedesktop.xorg.drivers.intel,gmane.linux.ports.arm.msm,gmane.comp.freedesktop.xorg.drivers.freedreno,gmane.comp.freedesktop.xorg.nouveau,gmane.linux.ports.arm.rockchip,gmane.comp.emulators.xen.devel,gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 11 Jul 2026 19:44:57 +0100 Lorenzo Stoakes <[email protected]> wrote: > This series makes further progress in converting usage of the deprecated > vm_flags_t type to its replacement, vma_flags_t. > > It focuses on mm, though updates some users of mm APIs also. > > It updates: > > * The core do_mmap() code path for VMA mapping. > * Unmapped area logic. > * The usage of mm->def_vma_flags. > * VMA page protection bit logic. > * General usage of VMA flags in core mm code, mlock, mprotect, mremap. Added to mm-new, thanks. And oh my, what a lot of pre-existing issues: https://sashiko.dev/#/patchset/20260711-b4-vma-flags-mm-v2-0-0fa2357d5431-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org