[PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()

Edgecombe, Rick P rick.p.edgecombe at intel.com
Tue Jun 13 09:19:46 PDT 2023


On Tue, 2023-06-13 at 10:44 +0300, Mike Rapoport wrote:
> > Previous patches have done the first step, so next move the callers
> > that
> > don't have a VMA to pte_mkwrite_novma(). Also do the same for
> 
> I hear x86 maintainers asking to drop "previous patches" ;-)
> 
> Maybe
> This is the second step of the conversion that moves the callers ...

Really? I've not heard that. Just a strong aversion to "this patch".
I've got feedback to say "previous patches" and not "the last patch" so
it doesn't get stale. I guess it could be "previous changes".

> 
> > pmd_mkwrite(). This will be ok for the shadow stack feature, as
> > these
> > callers are on kernel memory which will not need to be made shadow
> > stack,
> > and the other architectures only currently support one type of
> > memory
> > in pte_mkwrite()
> > 
> > Cc: linux-doc at vger.kernel.org
> > Cc: linux-arm-kernel at lists.infradead.org
> > Cc: linux-s390 at vger.kernel.org
> > Cc: xen-devel at lists.xenproject.org
> > Cc: linux-arch at vger.kernel.org
> > Cc: linux-mm at kvack.org
> > Signed-off-by: Rick Edgecombe <rick.p.edgecombe at intel.com>
> 
> Reviewed-by: Mike Rapoport (IBM) <rppt at kernel.org>

Thanks!


More information about the linux-arm-kernel mailing list