]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: add an entry for MM BPF extensions
authorRoman Gushchin <roman.gushchin@linux.dev>
Tue, 23 Dec 2025 04:41:56 +0000 (20:41 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 23 Dec 2025 06:20:22 +0000 (22:20 -0800)
Let's create a separate entry for MM BPF extensions: these patches
often require an attention from both bpf and mm communities.

Signed-off-by: Roman Gushchin <roman.gushchin@linux.dev>
Link: https://lore.kernel.org/r/20251223044156.208250-7-roman.gushchin@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
MAINTAINERS

index e7027fba97db2c64f473018d7c522be22def7476..70c2b73b3941c079a33f9442d16be0634d96e3b2 100644 (file)
@@ -4799,6 +4799,15 @@ L:       bpf@vger.kernel.org
 S:     Maintained
 F:     tools/lib/bpf/
 
+BPF [MEMORY MANAGEMENT EXTENSIONS]
+M:     Roman Gushchin <roman.gushchin@linux.dev>
+M:     JP Kobryn <inwardvessel@gmail.com>
+M:     Shakeel Butt <shakeel.butt@linux.dev>
+L:     bpf@vger.kernel.org
+L:     linux-mm@kvack.org
+S:     Maintained
+F:     mm/bpf_memcontrol.c
+
 BPF [MISC]
 L:     bpf@vger.kernel.org
 S:     Odd Fixes