summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMatt Bobrowski <mattbobrowski@google.com>2024-06-17 16:49:10 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2024-06-18 18:34:46 +0300
commit66b5867150630e8f9c9a2b7430e55a3beaa83a5b (patch)
tree45a2e55124ec7e153f5ed13ac32415eb37316ece /MAINTAINERS
parentb90d77e5fd784ada62ddd714d15ee2400c28e1cf (diff)
downloadlinux-66b5867150630e8f9c9a2b7430e55a3beaa83a5b.tar.xz
bpf: Update BPF LSM maintainer list
After catching up with KP recently, we discussed that I will be now be responsible for co-maintaining the BPF LSM. Adding myself as designated maintainer of the BPF LSM, and specifying more files in which the BPF LSM maintenance responsibilities should now extend out to. This is at the back of all the BPF kfuncs that have been added recently, which are fundamentally restricted to being used only from BPF LSM program types. Signed-off-by: Matt Bobrowski <mattbobrowski@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/ZnA-1qdtXS1TayD7@google.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 10ecbf192ebb..9c621cb0c795 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4083,12 +4083,13 @@ F: kernel/bpf/ringbuf.c
BPF [SECURITY & LSM] (Security Audit and Enforcement using BPF)
M: KP Singh <kpsingh@kernel.org>
-R: Matt Bobrowski <mattbobrowski@google.com>
+M: Matt Bobrowski <mattbobrowski@google.com>
L: bpf@vger.kernel.org
S: Maintained
F: Documentation/bpf/prog_lsm.rst
F: include/linux/bpf_lsm.h
F: kernel/bpf/bpf_lsm.c
+F: kernel/trace/bpf_trace.c
F: security/bpf/
BPF [SELFTESTS] (Test Runners & Infrastructure)