aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bobrowski <[email protected]>2024-06-17 13:49:10 +0000
committerDaniel Borkmann <[email protected]>2024-06-18 17:34:46 +0200
commit66b5867150630e8f9c9a2b7430e55a3beaa83a5b (patch)
tree45a2e55124ec7e153f5ed13ac32415eb37316ece
parentb90d77e5fd784ada62ddd714d15ee2400c28e1cf (diff)
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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
-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 <[email protected]>
-R: Matt Bobrowski <[email protected]>
+M: Matt Bobrowski <[email protected]>
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)