diff options
author | Eduard Zingerman <[email protected]> | 2024-01-26 05:25:54 +0200 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2024-01-25 19:57:32 -0800 |
commit | be4840b33eb2ea7d80830530aab5fcbeaa90e857 (patch) | |
tree | 84f56e6cb2fdbe64638b989d2cf7a1f94df5b809 | |
parent | c8632acf193beac64bbdaebef013368c480bf74f (diff) |
bpf: One more maintainer for libbpf and BPF selftests
I've been working on BPF verifier, BPF selftests and, to some extent,
libbpf, for some time. As suggested by Andrii and Alexei,
I humbly ask to add me to maintainers list:
- As reviewer for BPF [GENERAL]
- As maintainer for BPF [LIBRARY]
- As maintainer for BPF [SELFTESTS]
This patch adds dedicated entries to MAINTAINERS.
Signed-off-by: Eduard Zingerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8709c7cd3656..0707eeea689a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3792,6 +3792,7 @@ M: Alexei Starovoitov <[email protected]> M: Daniel Borkmann <[email protected]> M: Andrii Nakryiko <[email protected]> R: Martin KaFai Lau <[email protected]> +R: Eduard Zingerman <[email protected]> R: Song Liu <[email protected]> R: Yonghong Song <[email protected]> R: John Fastabend <[email protected]> @@ -3852,6 +3853,7 @@ F: net/unix/unix_bpf.c BPF [LIBRARY] (libbpf) M: Andrii Nakryiko <[email protected]> +M: Eduard Zingerman <[email protected]> S: Maintained F: tools/lib/bpf/ @@ -3909,6 +3911,7 @@ F: security/bpf/ BPF [SELFTESTS] (Test Runners & Infrastructure) M: Andrii Nakryiko <[email protected]> +M: Eduard Zingerman <[email protected]> R: Mykola Lysenko <[email protected]> S: Maintained |