Re: [PATCH 3/5] mm/parisc: constify ptep_get() argument
Usama Arif <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <d2e1d8ae-74d1-4f46-9871-5f7f3e69ccb2__39301.5645838872$1784900400$gmane$org@linux.dev> |
On 24/07/2026 14:36, Usama Arif wrote: > > > 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. * squash patch 2, 3 and 4 with patch 1.