* [PATCH bpf-next v1] bpf: Update MAINTAINERS
@ 2026-03-24 15:22 Kumar Kartikeya Dwivedi
2026-03-24 15:48 ` Daniel Borkmann
2026-03-24 16:24 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 4+ messages in thread
From: Kumar Kartikeya Dwivedi @ 2026-03-24 15:22 UTC (permalink / raw)
To: bpf
Cc: Alexei Starovoitov, Andrii Nakryiko, Daniel Borkmann,
Martin KaFai Lau, Eduard Zingerman, John Fastabend, KP Singh,
Stanislav Fomichev, Hao Luo, kkd, kernel-team
Per discussion with Alexei, add Eduard and myself as maintainers under
BPF [GENERAL]. While at it, drop R entries for reviewers who have been
inactive.
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
---
MAINTAINERS | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7d10988cbc62..980ba6ff3011 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4813,13 +4813,10 @@ 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>
+M: Eduard Zingerman <eddyz87@gmail.com>
+M: Kumar Kartikeya Dwivedi <memxor@gmail.com>
R: Song Liu <song@kernel.org>
R: Yonghong Song <yonghong.song@linux.dev>
-R: John Fastabend <john.fastabend@gmail.com>
-R: KP Singh <kpsingh@kernel.org>
-R: Stanislav Fomichev <sdf@fomichev.me>
-R: Hao Luo <haoluo@google.com>
R: Jiri Olsa <jolsa@kernel.org>
L: bpf@vger.kernel.org
S: Supported
--
2.52.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next v1] bpf: Update MAINTAINERS
2026-03-24 15:22 [PATCH bpf-next v1] bpf: Update MAINTAINERS Kumar Kartikeya Dwivedi
@ 2026-03-24 15:48 ` Daniel Borkmann
2026-03-24 16:07 ` Alexei Starovoitov
2026-03-24 16:24 ` patchwork-bot+netdevbpf
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Borkmann @ 2026-03-24 15:48 UTC (permalink / raw)
To: Kumar Kartikeya Dwivedi, bpf
Cc: Alexei Starovoitov, Andrii Nakryiko, Martin KaFai Lau,
Eduard Zingerman, John Fastabend, KP Singh, Stanislav Fomichev,
Hao Luo, kkd, kernel-team
On 3/24/26 4:22 PM, Kumar Kartikeya Dwivedi wrote:
> Per discussion with Alexei, add Eduard and myself as maintainers under
> BPF [GENERAL]. While at it, drop R entries for reviewers who have been
> inactive.
>
> Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
(this can go into bpf tree so it gets synced next time into both trees)
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next v1] bpf: Update MAINTAINERS
2026-03-24 15:48 ` Daniel Borkmann
@ 2026-03-24 16:07 ` Alexei Starovoitov
0 siblings, 0 replies; 4+ messages in thread
From: Alexei Starovoitov @ 2026-03-24 16:07 UTC (permalink / raw)
To: Daniel Borkmann
Cc: Kumar Kartikeya Dwivedi, bpf, Alexei Starovoitov, Andrii Nakryiko,
Martin KaFai Lau, Eduard Zingerman, John Fastabend, KP Singh,
Stanislav Fomichev, Hao Luo, kkd, Kernel Team
On Tue, Mar 24, 2026 at 8:48 AM Daniel Borkmann <daniel@iogearbox.net> wrote:
>
> On 3/24/26 4:22 PM, Kumar Kartikeya Dwivedi wrote:
> > Per discussion with Alexei, add Eduard and myself as maintainers under
> > BPF [GENERAL]. While at it, drop R entries for reviewers who have been
> > inactive.
> >
> > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
> (this can go into bpf tree so it gets synced next time into both trees)
>
> Acked-by: Daniel Borkmann <daniel@iogearbox.net>
I recall Dave was applying changes to maintainers via net. Not sure why.
I'm too lazy to send bpf PR with a single patch and it's really not a fix.
Applied to bpf-next.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next v1] bpf: Update MAINTAINERS
2026-03-24 15:22 [PATCH bpf-next v1] bpf: Update MAINTAINERS Kumar Kartikeya Dwivedi
2026-03-24 15:48 ` Daniel Borkmann
@ 2026-03-24 16:24 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-24 16:24 UTC (permalink / raw)
To: Kumar Kartikeya Dwivedi
Cc: bpf, ast, andrii, daniel, martin.lau, eddyz87, john.fastabend,
kpsingh, sdf, haoluo, kkd, kernel-team
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Tue, 24 Mar 2026 08:22:30 -0700 you wrote:
> Per discussion with Alexei, add Eduard and myself as maintainers under
> BPF [GENERAL]. While at it, drop R entries for reviewers who have been
> inactive.
>
> Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
> ---
> MAINTAINERS | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> [...]
Here is the summary with links:
- [bpf-next,v1] bpf: Update MAINTAINERS
https://git.kernel.org/bpf/bpf-next/c/02bcf8ef264d
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:[~2026-03-24 16:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 15:22 [PATCH bpf-next v1] bpf: Update MAINTAINERS Kumar Kartikeya Dwivedi
2026-03-24 15:48 ` Daniel Borkmann
2026-03-24 16:07 ` Alexei Starovoitov
2026-03-24 16:24 ` 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