diff options
| author | Roman Gushchin <roman.gushchin@linux.dev> | 2025-12-23 07:41:56 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2025-12-23 09:20:22 +0300 |
| commit | 6e57cdde70c10f4654356cc45467ebce0a5c3f88 (patch) | |
| tree | 6cf27a817e33f436316232ce92007eacf09e5439 | |
| parent | 6bce6ddbe634bbc6d21672b5bfdbb5ad0409bd8d (diff) | |
| download | linux-6e57cdde70c10f4654356cc45467ebce0a5c3f88.tar.xz | |
MAINTAINERS: add an entry for MM BPF extensions
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>
| -rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e7027fba97db..70c2b73b3941 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 |
