Re: [PATCH REPOST 2/5] mm/damon/paddr: move probe filter handling to ops-common

From: Lian Wang

Date: Thu Sep 10 2026 - 22:00:33 EST


On Wed, 9 Sep 2026 07:04:04 -0700, SJ Park wrote:
> Probe filter matching logic for anon and memcg type filters in DAMON's
> physical address space operation set (paddr) can be reused by virtual
> address space operation set (vaddr) in future. Prepare the future by
> moving the code to ops-common.c

Nice cleanup. Moving the common anon and memcg matching to ops-common
preserves the existing paddr behavior and makes the logic reusable by
vaddr.

Reviewed-by: Lian Wang <lianux.mm@xxxxxxxxx>

Thanks,
Lian