Re: [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
"Zi Yan" <[email protected]> Tue, 07 Jul 2026 22:30:10 -0400
| Newsgroups | org.kernel.vger.linux-fbdev,dev.linux.lists.virtualization,org.freedesktop.lists.dri-devel,org.freedesktop.lists.intel-gfx,org.freedesktop.lists.intel-xe,org.freedesktop.lists.nouveau,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-mips,org.kernel.vger.linux-samsung-soc,org.kernel.vger.linux-sound,org.kernel.vger.linux-tegra,org.kvack.linux-mm,org.ozlabs.lists.linuxppc-dev,org.xenproject.lists.xen-devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon Jun 29, 2026 at 3:25 PM EDT, Lorenzo Stoakes wrote: > Update vm_pgprot_modify() to use the new VMA flags type vma_flags_t, and > rename to vma_pgprot_modify() accordingly. > > This is part of the ongoing work to convert vm_flags_t to vma_flags_t, in > order to eliminate the arbitrary limit of the number of bits in a system > word on available VMA flags. > > Update VMA userland tests accordingly, updating vma_set_page_prot() to no > longer inline vma_pgprot_modify(), rather we can simply define > vma_pgprot_modify() as a static inline function and the tests will pick it > up from vma.h. > > No functional change intended. > > Signed-off-by: Lorenzo Stoakes <[email protected]> > --- > mm/mmap.c | 8 ++++---- > mm/vma.c | 2 +- > mm/vma.h | 6 ++++-- > tools/testing/vma/include/dup.h | 12 +++++------- > 4 files changed, 14 insertions(+), 14 deletions(-) > Reviewed-by: Zi Yan <[email protected]> -- Best Regards, Yan, Zi