[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250228075808.207484-1-shakeel.butt@linux.dev>
Date: Thu, 27 Feb 2025 23:58:05 -0800
From: Shakeel Butt <shakeel.butt@...ux.dev>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Johannes Weiner <hannes@...xchg.org>,
Michal Hocko <mhocko@...nel.org>,
Roman Gushchin <roman.gushchin@...ux.dev>,
Muchun Song <muchun.song@...ux.dev>,
linux-mm@...ck.org,
cgroups@...r.kernel.org,
linux-kernel@...r.kernel.org,
Meta kernel team <kernel-team@...a.com>
Subject: [PATCH 0/3] page_counter cleanup and size reduction
The commit c6f53ed8f213a ("mm, memcg: cg2 memory{.swap,}.peak write
handlers") has accidently increased the size of struct page_counter.
This series rearrange the fields to reduce its size and also has some
cleanups.
Shakeel Butt (3):
memcg: don't call propagate_protected_usage() for v1
page_counter: track failcnt only for legacy cgroups
page_counter: reduce struct page_counter size
include/linux/page_counter.h | 9 ++++++---
mm/hugetlb_cgroup.c | 31 ++++++++++++++-----------------
mm/memcontrol.c | 17 +++++++++++++----
mm/page_counter.c | 4 +++-
4 files changed, 36 insertions(+), 25 deletions(-)
--
2.43.5
Powered by blists - more mailing lists