linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add missing file to cgroup section
@ 2025-07-22 18:14 Lorenzo Stoakes
  2025-07-22 20:01 ` Shakeel Butt
  2025-07-23  4:47 ` Lorenzo Stoakes
  0 siblings, 2 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2025-07-22 18:14 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, linux-kernel, Johannes Weiner, Michal Hocko,
	Roman Gushchin, Shakeel Butt, Muchun Song

The page_counter.c file seems most appropriately placed here.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 837bc5cd6166..d062318b6d09 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6166,6 +6166,7 @@ F:	include/linux/memcontrol.h
 F:	mm/memcontrol.c
 F:	mm/memcontrol-v1.c
 F:	mm/memcontrol-v1.h
+F:	mm/page_counter.c
 F:	mm/swap_cgroup.c
 F:	samples/cgroup/*
 F:	tools/testing/selftests/cgroup/memcg_protection.m
-- 
2.50.1



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

* Re: [PATCH] MAINTAINERS: add missing file to cgroup section
  2025-07-22 18:14 [PATCH] MAINTAINERS: add missing file to cgroup section Lorenzo Stoakes
@ 2025-07-22 20:01 ` Shakeel Butt
  2025-07-23  4:44   ` Lorenzo Stoakes
  2025-07-23  4:47 ` Lorenzo Stoakes
  1 sibling, 1 reply; 4+ messages in thread
From: Shakeel Butt @ 2025-07-22 20:01 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, linux-mm, linux-kernel, Johannes Weiner,
	Michal Hocko, Roman Gushchin, Muchun Song

On Tue, Jul 22, 2025 at 07:14:09PM +0100, Lorenzo Stoakes wrote:
> The page_counter.c file seems most appropriately placed here.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Let's add include/linux/page_counter.h as well.

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

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 837bc5cd6166..d062318b6d09 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6166,6 +6166,7 @@ F:	include/linux/memcontrol.h
>  F:	mm/memcontrol.c
>  F:	mm/memcontrol-v1.c
>  F:	mm/memcontrol-v1.h
> +F:	mm/page_counter.c
>  F:	mm/swap_cgroup.c
>  F:	samples/cgroup/*
>  F:	tools/testing/selftests/cgroup/memcg_protection.m
> -- 
> 2.50.1
> 


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

* Re: [PATCH] MAINTAINERS: add missing file to cgroup section
  2025-07-22 20:01 ` Shakeel Butt
@ 2025-07-23  4:44   ` Lorenzo Stoakes
  0 siblings, 0 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2025-07-23  4:44 UTC (permalink / raw)
  To: Shakeel Butt
  Cc: Andrew Morton, linux-mm, linux-kernel, Johannes Weiner,
	Michal Hocko, Roman Gushchin, Muchun Song

On Tue, Jul 22, 2025 at 01:01:13PM -0700, Shakeel Butt wrote:
> On Tue, Jul 22, 2025 at 07:14:09PM +0100, Lorenzo Stoakes wrote:
> > The page_counter.c file seems most appropriately placed here.
> >
> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
>
> Let's add include/linux/page_counter.h as well.

Ah yeah good point, thanks - will send a fix-patch to add!

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

Thanks!

>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 837bc5cd6166..d062318b6d09 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6166,6 +6166,7 @@ F:	include/linux/memcontrol.h
> >  F:	mm/memcontrol.c
> >  F:	mm/memcontrol-v1.c
> >  F:	mm/memcontrol-v1.h
> > +F:	mm/page_counter.c
> >  F:	mm/swap_cgroup.c
> >  F:	samples/cgroup/*
> >  F:	tools/testing/selftests/cgroup/memcg_protection.m
> > --
> > 2.50.1
> >


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

* Re: [PATCH] MAINTAINERS: add missing file to cgroup section
  2025-07-22 18:14 [PATCH] MAINTAINERS: add missing file to cgroup section Lorenzo Stoakes
  2025-07-22 20:01 ` Shakeel Butt
@ 2025-07-23  4:47 ` Lorenzo Stoakes
  1 sibling, 0 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2025-07-23  4:47 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, linux-kernel, Johannes Weiner, Michal Hocko,
	Roman Gushchin, Shakeel Butt, Muchun Song

Hi Andrew,

Please also apply this fix-patch to add the page_counter.h header too.

Thanks, Lorenzo

----8<----
From ead67f805cb860c355f2633d3e4a7128f0bac72f Mon Sep 17 00:00:00 2001
From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Date: Wed, 23 Jul 2025 05:45:45 +0100
Subject: [PATCH] MAINTAINERS: also add page_counter.h to cgroup section

This is the header counterpart to mm/page_counter.c.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d062318b6d09..bd9ee8d5e17c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6163,6 +6163,7 @@ L:	cgroups@vger.kernel.org
 L:	linux-mm@kvack.org
 S:	Maintained
 F:	include/linux/memcontrol.h
+F:	include/linux/page_counter.h
 F:	mm/memcontrol.c
 F:	mm/memcontrol-v1.c
 F:	mm/memcontrol-v1.h
--
2.50.1


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

end of thread, other threads:[~2025-07-23  4:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 18:14 [PATCH] MAINTAINERS: add missing file to cgroup section Lorenzo Stoakes
2025-07-22 20:01 ` Shakeel Butt
2025-07-23  4:44   ` Lorenzo Stoakes
2025-07-23  4:47 ` Lorenzo Stoakes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).