Re: [PATCH] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER

From: SeongJae Park
Date: Mon Oct 21 2024 - 13:42:17 EST


On Mon, 21 Oct 2024 16:02:12 +0000 James Houghton <jthoughton@xxxxxxxxxx> wrote:

> Remove the now unnecessary ifdef in mm/damon/vaddr.c as well.
>
> Signed-off-by: James Houghton <jthoughton@xxxxxxxxxx>
> Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
> Acked-by: David Hildenbrand <david@xxxxxxxxxx>
> ---
>
> Notes:
> This patch is originally from this series[1]. I've split up the MM and
> KVM bits of the series, and I have already sent the MGLRU changes
> here[2]. That leaves this small cleanup for DAMON.

Thank you James!

>
> [1]: https://lore.kernel.org/kvm/20240926013506.860253-1-jthoughton@xxxxxxxxxx/
> [2]: https://lore.kernel.org/kvm/20241019012940.3656292-1-jthoughton@xxxxxxxxxx/
>
> include/linux/mmu_notifier.h | 7 +++++++
> mm/damon/vaddr.c | 2 --

For mm/damon/vaddr.c part,

Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>


Thanks,
SJ

[...]