Re: [PATCH v2 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
Zi Yan <[email protected]> Mon, 13 Jul 2026 22:46:45 -0400
| 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.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.linux.ports.arm.rockchip,gmane.linux.ports.tegra,gmane.comp.emulators.xen.devel,gmane.linux.sound |
|---|---|
| Message-ID | <E797FDEC-48B6-4D64-BEA1-3A15D5379652__30088.9637599298$1783997244$gmane$org@nvidia.com> |
On 11 Jul 2026, at 14:45, Lorenzo Stoakes wrote: > Replace use of the legacy vm_flags_t flags with vma_flags_t values > throughout the mprotect logic. > > Note that we retain the legacy vm_flags_t bit shifting code in > do_mprotect_pkey(), deferring a vma_flags_t approach to this for the time > being. > > Additionally update comments to reflect the changes to be consistent. > > No functional change intended. > > Signed-off-by: Lorenzo Stoakes <[email protected]> > --- > mm/mprotect.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > LGTM. Reviewed-by: Zi Yan <[email protected]> Best Regards, Yan, Zi