public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py
@ 2022-06-10  2:44 cgel.zte-Re5JQEeQqe8AvxtiuMwx3w
       [not found] ` <20220610024451.744135-1-yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: cgel.zte-Re5JQEeQqe8AvxtiuMwx3w @ 2022-06-10  2:44 UTC (permalink / raw)
  To: mhocko-DgEjT+Ai2ygdnm+yROfE0A,
	roman.gushchin-fxUVXftIFDnyG1zEObXtfA
  Cc: hannes-druUgvl0LCNAfugRpC6u6w, shakeelb-hpIqsD4AKlfQT0dZR+AlfA,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	cgroups-u79uwXL29TY76Z2rM5mHXA, linux-mm-Bw31MaZKKs3YtjvyW6yDsg,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Yang Yang

From: Yang Yang <yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>

There is no slabinfo.py in tools/cgroup, but has memcg_slabinfo.py instead.

Signed-off-by: Yang Yang <yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>
---
 mm/memcontrol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index dfbc84313745..ca714699a8e9 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -4820,7 +4820,7 @@ static int mem_cgroup_slab_show(struct seq_file *m, void *p)
 {
 	/*
 	 * Deprecated.
-	 * Please, take a look at tools/cgroup/slabinfo.py .
+	 * Please, take a look at tools/cgroup/memcg_slabinfo.py .
 	 */
 	return 0;
 }
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py
       [not found] ` <20220610024451.744135-1-yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>
@ 2022-06-10  6:03   ` Muchun Song
  2022-06-10 17:37   ` Roman Gushchin
  1 sibling, 0 replies; 3+ messages in thread
From: Muchun Song @ 2022-06-10  6:03 UTC (permalink / raw)
  To: cgel.zte-Re5JQEeQqe8AvxtiuMwx3w
  Cc: mhocko-DgEjT+Ai2ygdnm+yROfE0A,
	roman.gushchin-fxUVXftIFDnyG1zEObXtfA,
	hannes-druUgvl0LCNAfugRpC6u6w, shakeelb-hpIqsD4AKlfQT0dZR+AlfA,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	cgroups-u79uwXL29TY76Z2rM5mHXA, linux-mm-Bw31MaZKKs3YtjvyW6yDsg,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Yang Yang

On Fri, Jun 10, 2022 at 02:44:52AM +0000, cgel.zte-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> From: Yang Yang <yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>
> 
> There is no slabinfo.py in tools/cgroup, but has memcg_slabinfo.py instead.
> 
> Signed-off-by: Yang Yang <yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>

Reviewed-by: Muchun Song <songmuchun-EC8Uxl6Npydl57MIdRCFDg@public.gmane.org>

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py
       [not found] ` <20220610024451.744135-1-yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>
  2022-06-10  6:03   ` Muchun Song
@ 2022-06-10 17:37   ` Roman Gushchin
  1 sibling, 0 replies; 3+ messages in thread
From: Roman Gushchin @ 2022-06-10 17:37 UTC (permalink / raw)
  To: cgel.zte-Re5JQEeQqe8AvxtiuMwx3w
  Cc: mhocko-DgEjT+Ai2ygdnm+yROfE0A, hannes-druUgvl0LCNAfugRpC6u6w,
	shakeelb-hpIqsD4AKlfQT0dZR+AlfA,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	cgroups-u79uwXL29TY76Z2rM5mHXA, linux-mm-Bw31MaZKKs3YtjvyW6yDsg,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Yang Yang

On Fri, Jun 10, 2022 at 02:44:52AM +0000, cgel.zte-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> From: Yang Yang <yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>
> 
> There is no slabinfo.py in tools/cgroup, but has memcg_slabinfo.py instead.
> 
> Signed-off-by: Yang Yang <yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>

Acked-by: Roman Gushchin <roman.gushchin-fxUVXftIFDnyG1zEObXtfA@public.gmane.org>

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-10 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10  2:44 [PATCH] mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py cgel.zte-Re5JQEeQqe8AvxtiuMwx3w
     [not found] ` <20220610024451.744135-1-yang.yang29-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org>
2022-06-10  6:03   ` Muchun Song
2022-06-10 17:37   ` Roman Gushchin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox