linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add missing files to page alloc section
@ 2025-07-22 17:41 Lorenzo Stoakes
  2025-07-22 17:42 ` Zi Yan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Stoakes @ 2025-07-22 17:41 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, linux-kernel, Vlastimil Babka, Suren Baghdasaryan,
	Michal Hocko, Brendan Jackman, Johannes Weiner, Zi Yan

There are a couple of mm/-specific header files that were accidentally
missed previously, and some page ref debug code also that ought to live
here.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 837bc5cd6166..703f176315d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15879,6 +15879,7 @@ F:	include/linux/gfp.h
 F:	include/linux/page-isolation.h
 F:	mm/compaction.c
 F:	mm/debug_page_alloc.c
+F:	mm/debug_page_ref.c
 F:	mm/fail_page_alloc.c
 F:	mm/page_alloc.c
 F:	mm/page_ext.c
@@ -15887,8 +15888,10 @@ F:	mm/page_isolation.c
 F:	mm/page_owner.c
 F:	mm/page_poison.c
 F:	mm/page_reporting.c
+F:	mm/page_reporting.h
 F:	mm/show_mem.c
 F:	mm/shuffle.c
+F:	mm/shuffle.h
 
 MEMORY MANAGEMENT - RECLAIM
 M:	Andrew Morton <akpm@linux-foundation.org>
-- 
2.50.1



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

* Re: [PATCH] MAINTAINERS: add missing files to page alloc section
  2025-07-22 17:41 [PATCH] MAINTAINERS: add missing files to page alloc section Lorenzo Stoakes
@ 2025-07-22 17:42 ` Zi Yan
  2025-07-22 19:53 ` David Hildenbrand
  2025-07-23  9:24 ` Vlastimil Babka
  2 siblings, 0 replies; 4+ messages in thread
From: Zi Yan @ 2025-07-22 17:42 UTC (permalink / raw)
  To: Lorenzo Stoakes
  Cc: Andrew Morton, linux-mm, linux-kernel, Vlastimil Babka,
	Suren Baghdasaryan, Michal Hocko, Brendan Jackman,
	Johannes Weiner

On 22 Jul 2025, at 13:41, Lorenzo Stoakes wrote:

> There are a couple of mm/-specific header files that were accidentally
> missed previously, and some page ref debug code also that ought to live
> here.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 837bc5cd6166..703f176315d5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15879,6 +15879,7 @@ F:	include/linux/gfp.h
>  F:	include/linux/page-isolation.h
>  F:	mm/compaction.c
>  F:	mm/debug_page_alloc.c
> +F:	mm/debug_page_ref.c
>  F:	mm/fail_page_alloc.c
>  F:	mm/page_alloc.c
>  F:	mm/page_ext.c
> @@ -15887,8 +15888,10 @@ F:	mm/page_isolation.c
>  F:	mm/page_owner.c
>  F:	mm/page_poison.c
>  F:	mm/page_reporting.c
> +F:	mm/page_reporting.h
>  F:	mm/show_mem.c
>  F:	mm/shuffle.c
> +F:	mm/shuffle.h
>
>  MEMORY MANAGEMENT - RECLAIM
>  M:	Andrew Morton <akpm@linux-foundation.org>
> -- 
> 2.50.1

Acked-by: Zi Yan <ziy@nvidia.com>

Best Regards,
Yan, Zi


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

* Re: [PATCH] MAINTAINERS: add missing files to page alloc section
  2025-07-22 17:41 [PATCH] MAINTAINERS: add missing files to page alloc section Lorenzo Stoakes
  2025-07-22 17:42 ` Zi Yan
@ 2025-07-22 19:53 ` David Hildenbrand
  2025-07-23  9:24 ` Vlastimil Babka
  2 siblings, 0 replies; 4+ messages in thread
From: David Hildenbrand @ 2025-07-22 19:53 UTC (permalink / raw)
  To: Lorenzo Stoakes, Andrew Morton
  Cc: linux-mm, linux-kernel, Vlastimil Babka, Suren Baghdasaryan,
	Michal Hocko, Brendan Jackman, Johannes Weiner, Zi Yan

On 22.07.25 19:41, Lorenzo Stoakes wrote:
> There are a couple of mm/-specific header files that were accidentally
> missed previously, and some page ref debug code also that ought to live
> here.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Cheers,

David / dhildenb



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

* Re: [PATCH] MAINTAINERS: add missing files to page alloc section
  2025-07-22 17:41 [PATCH] MAINTAINERS: add missing files to page alloc section Lorenzo Stoakes
  2025-07-22 17:42 ` Zi Yan
  2025-07-22 19:53 ` David Hildenbrand
@ 2025-07-23  9:24 ` Vlastimil Babka
  2 siblings, 0 replies; 4+ messages in thread
From: Vlastimil Babka @ 2025-07-23  9:24 UTC (permalink / raw)
  To: Lorenzo Stoakes, Andrew Morton
  Cc: linux-mm, linux-kernel, Suren Baghdasaryan, Michal Hocko,
	Brendan Jackman, Johannes Weiner, Zi Yan

On 7/22/25 19:41, Lorenzo Stoakes wrote:
> There are a couple of mm/-specific header files that were accidentally
> missed previously, and some page ref debug code also that ought to live
> here.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Acked-by: Vlastimil Babka <vbabka@suse.cz>



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 17:41 [PATCH] MAINTAINERS: add missing files to page alloc section Lorenzo Stoakes
2025-07-22 17:42 ` Zi Yan
2025-07-22 19:53 ` David Hildenbrand
2025-07-23  9:24 ` Vlastimil Babka

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).