* [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
@ 2024-01-26 3:25 Eduard Zingerman
2024-01-26 4:03 ` Alexei Starovoitov
2024-01-26 4:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 4+ messages in thread
From: Eduard Zingerman @ 2024-01-26 3:25 UTC (permalink / raw)
To: bpf, ast
Cc: andrii, daniel, martin.lau, kernel-team, yonghong.song,
Eduard Zingerman
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 <eddyz87@gmail.com>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8709c7cd3656..0707eeea689a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3792,6 +3792,7 @@ M: Alexei Starovoitov <ast@kernel.org>
M: Daniel Borkmann <daniel@iogearbox.net>
M: Andrii Nakryiko <andrii@kernel.org>
R: Martin KaFai Lau <martin.lau@linux.dev>
+R: Eduard Zingerman <eddyz87@gmail.com>
R: Song Liu <song@kernel.org>
R: Yonghong Song <yonghong.song@linux.dev>
R: John Fastabend <john.fastabend@gmail.com>
@@ -3852,6 +3853,7 @@ F: net/unix/unix_bpf.c
BPF [LIBRARY] (libbpf)
M: Andrii Nakryiko <andrii@kernel.org>
+M: Eduard Zingerman <eddyz87@gmail.com>
L: bpf@vger.kernel.org
S: Maintained
F: tools/lib/bpf/
@@ -3909,6 +3911,7 @@ F: security/bpf/
BPF [SELFTESTS] (Test Runners & Infrastructure)
M: Andrii Nakryiko <andrii@kernel.org>
+M: Eduard Zingerman <eddyz87@gmail.com>
R: Mykola Lysenko <mykolal@fb.com>
L: bpf@vger.kernel.org
S: Maintained
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
2024-01-26 3:25 [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests Eduard Zingerman
@ 2024-01-26 4:03 ` Alexei Starovoitov
2024-01-26 17:24 ` Andrii Nakryiko
2024-01-26 4:10 ` patchwork-bot+netdevbpf
1 sibling, 1 reply; 4+ messages in thread
From: Alexei Starovoitov @ 2024-01-26 4:03 UTC (permalink / raw)
To: Eduard Zingerman
Cc: bpf, Alexei Starovoitov, Andrii Nakryiko, Daniel Borkmann,
Martin KaFai Lau, Kernel Team, Yonghong Song
On Thu, Jan 25, 2024 at 7:26 PM Eduard Zingerman <eddyz87@gmail.com> wrote:
>
> 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 <eddyz87@gmail.com>
Yes! Welcome to the club. Well deserved.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
2024-01-26 4:03 ` Alexei Starovoitov
@ 2024-01-26 17:24 ` Andrii Nakryiko
0 siblings, 0 replies; 4+ messages in thread
From: Andrii Nakryiko @ 2024-01-26 17:24 UTC (permalink / raw)
To: Alexei Starovoitov
Cc: Eduard Zingerman, bpf, Alexei Starovoitov, Andrii Nakryiko,
Daniel Borkmann, Martin KaFai Lau, Kernel Team, Yonghong Song
On Thu, Jan 25, 2024 at 8:03 PM Alexei Starovoitov
<alexei.starovoitov@gmail.com> wrote:
>
> On Thu, Jan 25, 2024 at 7:26 PM Eduard Zingerman <eddyz87@gmail.com> wrote:
> >
> > 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 <eddyz87@gmail.com>
>
> Yes! Welcome to the club. Well deserved.
Yep, long overdue, welcome!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
2024-01-26 3:25 [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests Eduard Zingerman
2024-01-26 4:03 ` Alexei Starovoitov
@ 2024-01-26 4:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-01-26 4:10 UTC (permalink / raw)
To: Eduard Zingerman
Cc: bpf, ast, andrii, daniel, martin.lau, kernel-team, yonghong.song
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Fri, 26 Jan 2024 05:25:54 +0200 you wrote:
> 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]
>
> [...]
Here is the summary with links:
- [bpf-next] bpf: One more maintainer for libbpf and BPF selftests
https://git.kernel.org/bpf/bpf-next/c/be4840b33eb2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-26 17:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 3:25 [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests Eduard Zingerman
2024-01-26 4:03 ` Alexei Starovoitov
2024-01-26 17:24 ` Andrii Nakryiko
2024-01-26 4:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).