Re: [PATCH v3 00/11] mm: memcontrol: constify the read side of the memcg API
From: Andrew Morton
Date: Wed Sep 16 2026 - 17:54:39 EST
On Tue, 15 Sep 2026 19:20:04 -0400 Tal Zussman <tz2294@xxxxxxxxxxxx> wrote:
> The memcg accessors, lruvec helpers, and stat readers only read from
> the memcg, folio, or lruvec they are given, but take non-const
> pointers. Constify them, along with the page_counter readers and the
> swap I/O blkg helpers along the way.
Thanks, all queued in mm.git's mm-new branch.