Re: [PATCH 3/5] mm/parisc: constify ptep_get() argument
Usama Arif <[email protected]> Fri, 24 Jul 2026 14:36:59 +0100
| Newsgroups | org.kernel.vger.linux-parisc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kvack.linux-mm,org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <[email protected]> |
On 24/07/2026 11:20, Pedro Falcato wrote: > ptep_get() does not need write access to the PTE. > > Signed-off-by: Pedro Falcato <[email protected]> > --- > arch/parisc/include/asm/pgtable.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > hmm I think you might break build bisectibility if you separate out the patches, you should squash patch 3 and 4, with patch 1.