bpf: Update BPF LSM maintainer list
authorMatt Bobrowski <mattbobrowski@google.com>
Mon, 17 Jun 2024 13:49:10 +0000 (13:49 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 18 Jun 2024 15:34:46 +0000 (17:34 +0200)
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
MAINTAINERS

index 10ecbf1..9c621cb 100644 (file)
@@ -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)