Re: [PATCH] mmu_notifiers: remove leftover stub macros
From: Jason Gunthorpe
Date: Sun May 25 2025 - 14:56:45 EST
On Fri, May 23, 2025 at 12:30:17AM +0200, Jann Horn wrote:
> Commit ec8832d007cb ("mmu_notifiers: don't invalidate secondary TLBs as
> part of mmu_notifier_invalidate_range_end()") removed the main definitions
> of {ptep,pmdp_huge,pudp_huge}_clear_flush_notify; just their
> !CONFIG_MMU_NOTIFIER stubs are left behind, remove them.
>
> Signed-off-by: Jann Horn <jannh@xxxxxxxxxx>
> ---
> include/linux/mmu_notifier.h | 3 ---
> 1 file changed, 3 deletions(-)
Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
Jason