Re: [PATCH v1 RESEND 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit

From: Andrew Morton
Date: Wed Apr 12 2023 - 17:15:16 EST


On Wed, 12 Apr 2023 11:48:15 +0200 David Hildenbrand <david@xxxxxxxxxx> wrote:

> >> We have to move pte_dirty() and pte_dirty() up. The code patching
> > One of the pte_dirty() should be replaced with pte_write().
> >
>
> Indeed, thanks. I assume Andrew can change the latter to pte_write().

It was a struggle, but I managed to do this ;)