[PATCH -next v2 0/4] mm: per-node proactive reclaim

Davidlohr Bueso posted 4 patches 3 months, 2 weeks ago
Only 3 patches received!
Documentation/ABI/stable/sysfs-devices-node |   9 +
drivers/base/node.c                         |   2 +
include/linux/swap.h                        |  16 ++
mm/internal.h                               |   2 +
mm/memcontrol.c                             |  77 +-------
mm/vmscan.c                                 | 195 +++++++++++++++++---
6 files changed, 201 insertions(+), 100 deletions(-)
[PATCH -next v2 0/4] mm: per-node proactive reclaim
Posted by Davidlohr Bueso 3 months, 2 weeks ago
Hello,

This is a tardy follow up to v1:
https://lore.kernel.org/linux-mm/20240904162740.1043168-1-dave@stgolabs.net/

Changes:
 - Not a change perse, but further discussed with mhocko potential usecases
   to justify upstreaming this interface. Nowadays NUMA represents the common
   abstraction for memory tiering representing devices of various performance
   characteristics. This interface makes a lot of sense given memcg's lack
   of NUMA awareness.
   
 - Consolidate both memcg and per-node flavors into a common helper. (Yosry)

Patch 1 is a small fixlet independent of the rest of the series.
Patches 2-3 make some of the machinery more generic.
Patch 4 adds the sysfs interface (which has further been deemed ok albeit
not following the one value per file "rule").

Please consider for v6.16.

Thanks!

Davidlohr Bueso (4):
  mm/vmscan: respect psi_memstall region in node reclaim
  mm/memcg: make memory.reclaim interface generic
  mm/vmscan: make __node_reclaim() more generic
  mm: introduce per-node proactive reclaim interface

 Documentation/ABI/stable/sysfs-devices-node |   9 +
 drivers/base/node.c                         |   2 +
 include/linux/swap.h                        |  16 ++
 mm/internal.h                               |   2 +
 mm/memcontrol.c                             |  77 +-------
 mm/vmscan.c                                 | 195 +++++++++++++++++---
 6 files changed, 201 insertions(+), 100 deletions(-)

--
2.39.5
Re: [PATCH -next v2 0/4] mm: per-node proactive reclaim
Posted by Andrew Morton 2 months, 3 weeks ago
We're a bit short of reviews of David's series.  Does anyone have
additional input?

Thanks.
Re: [PATCH -next v2 0/4] mm: per-node proactive reclaim
Posted by Shakeel Butt 2 months, 3 weeks ago
On Tue, Jul 15, 2025 at 05:24:10PM -0700, Andrew Morton wrote:
> 
> We're a bit short of reviews of David's series.  Does anyone have
> additional input?
> 

I am on this and will respond within a day or two.
Re: [PATCH -next v2 0/4] mm: per-node proactive reclaim
Posted by Andrew Morton 3 months, 2 weeks ago
On Mon, 23 Jun 2025 11:58:47 -0700 Davidlohr Bueso <dave@stgolabs.net> wrote:

> This is a tardy follow up to v1:
> https://lore.kernel.org/linux-mm/20240904162740.1043168-1-dave@stgolabs.net/

Cool, I'll add it to mm-new for testing.

The v2 series didn't have a [0/N] so I scraped the words from the v1
series.  These were almost a copy of the [4/4] patch changelog but
there seem to have been some changes.  Please do maintain and resend the
cover letter verbiage.