* [folded-merged] memcg-drop-kmemlimit_in_bytes-fix.patch removed from -mm tree
@ 2023-08-11 22:22 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-08-11 22:22 UTC (permalink / raw)
To: mm-commits, tj, shakeelb, roman.gushchin, muchun.song, hannes,
mhocko, akpm
The quilt patch titled
Subject: memcg-drop-kmemlimit_in_bytes-fix
has been removed from the -mm tree. Its filename was
memcg-drop-kmemlimit_in_bytes-fix.patch
This patch was dropped because it was folded into memcg-drop-kmemlimit_in_bytes.patch
------------------------------------------------------
From: Michal Hocko <mhocko@suse.com>
Subject: memcg-drop-kmemlimit_in_bytes-fix
Date: Fri, 7 Jul 2023 09:07:47 +0200
restore _KMEM switch case
Link: https://lkml.kernel.org/r/ZKe5wxdbvPi5Cwd7@dhcp22.suse.cz
Signed-off-by: Michal Hocko <mhocko@suse.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Shakeel Butt <shakeelb@google.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/memcontrol.c | 3 +++
1 file changed, 3 insertions(+)
--- a/mm/memcontrol.c~memcg-drop-kmemlimit_in_bytes-fix
+++ a/mm/memcontrol.c
@@ -3708,6 +3708,9 @@ static u64 mem_cgroup_read_u64(struct cg
case _MEMSWAP:
counter = &memcg->memsw;
break;
+ case _KMEM:
+ counter = &memcg->kmem;
+ break;
case _TCP:
counter = &memcg->tcpmem;
break;
_
Patches currently in -mm which might be from mhocko@suse.com are
memcg-drop-kmemlimit_in_bytes.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-11 22:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 22:22 [folded-merged] memcg-drop-kmemlimit_in_bytes-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.