Re: [PATCH v2 5/6] mm: constify generic pte_get*()
"David Hildenbrand (Arm)" <[email protected]> Wed, 5 Aug 2026 12:14:08 +0200
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.ports.arm.kernel,gmane.linux.kernel,gmane.linux.ports.parisc,gmane.linux.kernel.mm,gmane.linux.file-systems |
|---|---|
| Message-ID | <[email protected]> |
On 8/3/26 18:43, Pedro Falcato wrote: > None of the helpers need write access to the PTE. Constifying the param > allows for const typesafety. > > Signed-off-by: Pedro Falcato <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David