mm: replace set_pte_at_notify() with just set_pte_at()
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Apr 2024 11:58:15 +0000 (07:58 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Apr 2024 08:40:27 +0000 (04:40 -0400)
commitf7842747d13d9f4eedba9edec5b834c9d9237717
treeb892d8ce293bd19e4fe634c2a305a5d041b5ac39
parent997308f9ae72783bf370849ad309c9e42b5d0aa8
mm: replace set_pte_at_notify() with just set_pte_at()

With the demise of the .change_pte() MMU notifier callback, there is no
notification happening in set_pte_at_notify().  It is a synonym of
set_pte_at() and can be replaced with it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240405115815.3226315-5-pbonzini@redhat.com>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/linux/mmu_notifier.h
kernel/events/uprobes.c
mm/ksm.c
mm/memory.c
mm/migrate_device.c