Re: [PATCH] mm/damon/vaddr: check address space stability before VMA traversal

From: SJ Park

Date: Tue Jun 30 2026 - 21:08:30 EST


On Tue, 30 Jun 2026 18:25:58 +0300 Igor Putko <igorpetindev@xxxxxxxxx> wrote:

> In __damon_va_three_regions(), the VMA tree is traversed without
> checking if the address space is stable. If the OOM reaper runs
> concurrently, it may mark the mm as MMF_UNSTABLE and leave empty
> markers in the maple tree.

I initially thought this is correct, but... Hasn't the series starting from
commit bed76bec3111 ("mm: relocate the page table ceiling and floor
definitions") fixed the issue?


Thanks,
SJ

[...]