From: Matt Bobrowski Date: Mon, 17 Jun 2024 13:49:10 +0000 (+0000) Subject: bpf: Update BPF LSM maintainer list X-Git-Tag: v6.10-rc6~35^2~10^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66b5867150630e8f9c9a2b7430e55a3beaa83a5b;p=thirdparty%2Flinux.git 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 Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/ZnA-1qdtXS1TayD7@google.com --- diff --git a/MAINTAINERS b/MAINTAINERS index 10ecbf192ebb0..9c621cb0c795d 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 -R: Matt Bobrowski +M: Matt Bobrowski 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)