Re: [PATCH v2 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
"Vlastimil Babka (SUSE)" <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <1bab7f72-9de0-4237-971e-6b8e1aff1d6d__23646.5790004999$1784736591$gmane$org@kernel.org> |
On 7/11/26 20: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]> Reviewed-by: Vlastimil Babka (SUSE) <[email protected]>