Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v2 1/2] mm/damon/ops-common: putback folios on invalid migrate nid
       [not found] <20260724060135.3014676-1-dayou5941@163.com>
@ 2026-07-24 14:26 ` SJ Park
  2026-07-24 14:30   ` SJ Park
  0 siblings, 1 reply; 2+ messages in thread
From: SJ Park @ 2026-07-24 14:26 UTC (permalink / raw)
  To: dayou5941
  Cc: SJ Park, akpm, damon, liyouhong, stable, Joshua Hahn, linux-mm,
	linux-kernel


'checkpatch.pl --nogit --nogit-fallback' suggests adding below recipients.  I
added them.  Please consider using get_maintainer.pl from next time.

- Joshua Hahn <joshua.hahnjy@gmail.com>
- linux-mm@kvack.org
- linux-kernel@vger.kernel.org


On Fri, 24 Jul 2026 14:01:34 +0800 dayou5941@163.com wrote:

> From: liyouhong <liyouhong@kylinos.cn>
> 
> damon_pa_migrate() and damos_va_migrate() isolate folios into a local list
> and then call damon_migrate_pages().  When target_nid is invalid (including
> the scheme default NUMA_NO_NODE / -1), damon_migrate_pages() returns early
> without putting the folios back to the LRU.
> 
> Callers then discard the list head while those folios remain isolated with
> an extra reference taken by folio_isolate_lru().  The pages stay off the
> LRU for as long as the mapping exists (anon active+inactive counts drop
> while RSS does not), and the leftover references can pin the pages after
> the mapping is gone.
> 
> Put the folios back on the invalid-nid path so ignored migration requests
> still return them to the LRU.

Thank you for finding and fixing this!

> 
> Fixes: 7e6c3130690a ("mm/damon/ops-common: ignore migration request to invalid nodes")
> Cc: <stable@vger.kernel.org>
> Assisted-by: Cursor:grok-4.5
> Signed-off-by: liyouhong <liyouhong@kylinos.cn>

Reviewed-by: SJ Park <sj@kernel.org>


Thanks,
SJ

[...]


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 1/2] mm/damon/ops-common: putback folios on invalid migrate nid
  2026-07-24 14:26 ` [PATCH v2 1/2] mm/damon/ops-common: putback folios on invalid migrate nid SJ Park
@ 2026-07-24 14:30   ` SJ Park
  0 siblings, 0 replies; 2+ messages in thread
From: SJ Park @ 2026-07-24 14:30 UTC (permalink / raw)
  To: SJ Park
  Cc: dayou5941, akpm, damon, liyouhong, stable, Joshua Hahn, linux-mm,
	linux-kernel

On Fri, 24 Jul 2026 07:26:38 -0700 SJ Park <sj@kernel.org> wrote:

> 
> 'checkpatch.pl --nogit --nogit-fallback' suggests adding below recipients.  I

I mean, get_maintainer.pl.  Sorry if it confused you.


THanks,
SJ

[...]


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-24 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260724060135.3014676-1-dayou5941@163.com>
2026-07-24 14:26 ` [PATCH v2 1/2] mm/damon/ops-common: putback folios on invalid migrate nid SJ Park
2026-07-24 14:30   ` SJ Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox