powerpc/powernv/npu: Remove redundant change_pte() hook

Michael Ellerman patch-notifications at ellerman.id.au
Fri Feb 22 20:47:46 AEDT 2019


On Thu, 2019-01-31 at 10:30:22 UTC, Peter Xu wrote:
> The change_pte() notifier was designed to use as a quick path to
> update secondary MMU PTEs on write permission changes or PFN changes.
> For KVM, it could reduce the vm-exits when vcpu faults on the pages
> that was touched up by KSM.  It's not used to do cache invalidations,
> for example, if we see the notifier will be called before the real PTE
> update after all (please see set_pte_at_notify that set_pte_at was
> called later).
> 
> All the necessary cache invalidation should all be done in
> invalidate_range() already.
> 
> CC: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> CC: Paul Mackerras <paulus at samba.org>
> CC: Michael Ellerman <mpe at ellerman.id.au>
> CC: Alistair Popple <alistair at popple.id.au>
> CC: Alexey Kardashevskiy <aik at ozlabs.ru>
> CC: Mark Hairgrove <mhairgrove at nvidia.com>
> CC: Balbir Singh <bsingharora at gmail.com>
> CC: David Gibson <david at gibson.dropbear.id.au>
> CC: Andrea Arcangeli <aarcange at redhat.com>
> CC: Jerome Glisse <jglisse at redhat.com>
> CC: Jason Wang <jasowang at redhat.com>
> CC: linuxppc-dev at lists.ozlabs.org
> CC: linux-kernel at vger.kernel.org
> Signed-off-by: Peter Xu <peterx at redhat.com>
> Reviewed-by: Andrea Arcangeli <aarcange at redhat.com>
> Reviewed-by: Alistair Popple <alistair at popple.id.au>
> Reviewed-by: Balbir Singh <bsingharora at gmail.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/1b58a975be36994a572ae3b3fb3e0232

cheers


More information about the Linuxppc-dev mailing list