Re: [PATCH] mm: add OOM killer maintainer structure
From: Lorenzo Stoakes
Date: Tue Jun 17 2025 - 11:10:54 EST
On Tue, Jun 17, 2025 at 10:58:19AM +0200, Michal Hocko wrote:
> From: Michal Hocko <mhocko@xxxxxxxx>
>
No commit msg? :P
> Acked-by: David Rientjes <rientjes@xxxxxxxxxx>
> Signed-off-by: Michal Hocko <mhocko@xxxxxxxx>
Thanks for this, saves me the trouble of doing this one :>)
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
But you need to add a few more files:
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0c1d245bf7b8..5e339c1457ff 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15841,6 +15841,14 @@ F: mm/numa.c
> F: mm/numa_emulation.c
> F: mm/numa_memblks.c
>
> +MEMORY MANAGEMENT - OOM KILLER
> +M: Michal Hocko <mhocko@xxxxxxxx
> +R: David Rientjes <rientjes@xxxxxxxxxx>
> +R: Shakeel Butt <shakeel.butt@xxxxxxxxx>
> +L: linux-mm@xxxxxxxxx
> +S: Maintained
Also need to add:
F: include/linux/oom.h
F: include/trace/events/oom.h
F: include/uapi/linux/oom.h
> +F: mm/oom_kill.c
> +
> MEMORY MANAGEMENT - PAGE ALLOCATOR
> M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> M: Vlastimil Babka <vbabka@xxxxxxx>
> --
> 2.49.0
>
>
>
Cheers, Lorenzo