Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument

2025-06-20 Thread Pedro Falcato
On Thu, Jun 19, 2025 at 09:49:03AM +0100, Lorenzo Stoakes wrote: > On Thu, Jun 19, 2025 at 10:42:14AM +0200, Christian Brauner wrote: > > If you change vm_flags_t to u64 you probably want to compile with some > > of these integer truncation options when you're doing the conversion. > > Because othe

Re: [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently

2025-06-20 Thread Pedro Falcato
ot introduce any functional change. > > Signed-off-by: Lorenzo Stoakes Reviewed-by: Pedro Falcato -- Pedro

Re: [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

2025-06-20 Thread Pedro Falcato
es not introduce any functional change. > > Signed-off-by: Lorenzo Stoakes Reviewed-by: Pedro Falcato -- Pedro

Re: [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument

2025-06-20 Thread Pedro Falcato
e we plan to > change this type and therefore this change is a critical requirement for > doing so. > > Overall, this patch does not introduce any functional change. > > Signed-off-by: Lorenzo Stoakes Nice little cleanup, thanks! Reviewed-by: Pedro Falcato -- Pedro