Re: [PATCH v3 00/11] mm: memcontrol: constify the read side of the memcg API

From: Shakeel Butt

Date: Tue Sep 15 2026 - 23:53:45 EST


On Tue, Sep 15, 2026 at 07:20:04PM -0400, Tal Zussman 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.
>
> This started as a follow-up to [1] that quickly grew in proportions :)
>
> [1]: https://lore.kernel.org/linux-mm/anYqSDnC2BbJXv1h@xxxxxxxxxxxxxxxxxxxx/

For the whole series:

Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>