All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl
@ 2026-06-04 18:42 Emil Tsalapatis
  2026-06-04 18:44 ` Eduard Zingerman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Emil Tsalapatis @ 2026-06-04 18:42 UTC (permalink / raw)
  To: bpf; +Cc: ast, andrii, memxor, daniel, eddyz87, Emil Tsalapatis

Add myself as a reviewer for the BPF subsystem. While at it, run
./scripts/parse_maintainers.pl --order and reorder the BPF-related
entries in the file accordingly.

Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>
---
 MAINTAINERS | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index afae76600fc6..87ac5cafb55b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4811,12 +4811,13 @@ BPF [GENERAL] (Safe Dynamic Programs and Tools)
 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>
 M:	Eduard Zingerman <eddyz87@gmail.com>
 M:	Kumar Kartikeya Dwivedi <memxor@gmail.com>
+R:	Martin KaFai Lau <martin.lau@linux.dev>
 R:	Song Liu <song@kernel.org>
 R:	Yonghong Song <yonghong.song@linux.dev>
 R:	Jiri Olsa <jolsa@kernel.org>
+R:	Emil Tsalapatis <emil@etsalapatis.com>
 L:	bpf@vger.kernel.org
 S:	Supported
 W:	https://bpf.io/
@@ -4826,7 +4827,9 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
 F:	Documentation/bpf/
 F:	Documentation/networking/filter.rst
 F:	Documentation/userspace-api/ebpf/
+F:	arch/*/include/asm/rqspinlock.h
 F:	arch/*/net/*
+F:	include/asm-generic/rqspinlock.h
 F:	include/linux/bpf*
 F:	include/linux/btf*
 F:	include/linux/buildid.h
@@ -4838,17 +4841,15 @@ F:	include/uapi/linux/filter.h
 F:	kernel/bpf/
 F:	kernel/trace/bpf_trace.c
 F:	lib/buildid.c
-F:	arch/*/include/asm/rqspinlock.h
-F:	include/asm-generic/rqspinlock.h
 F:	lib/test_bpf.c
 F:	net/bpf/
 F:	net/core/filter.c
 F:	net/sched/act_bpf.c
 F:	net/sched/cls_bpf.c
 F:	samples/bpf/
+F:	scripts/Makefile.btf
 F:	scripts/bpf_doc.py
 F:	scripts/gen-btf.sh
-F:	scripts/Makefile.btf
 F:	scripts/pahole-version.sh
 F:	tools/bpf/
 F:	tools/lib/bpf/
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl
  2026-06-04 18:42 [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl Emil Tsalapatis
@ 2026-06-04 18:44 ` Eduard Zingerman
  2026-06-04 19:55 ` Kumar Kartikeya Dwivedi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eduard Zingerman @ 2026-06-04 18:44 UTC (permalink / raw)
  To: Emil Tsalapatis, bpf; +Cc: ast, andrii, memxor, daniel

On Thu, 2026-06-04 at 14:42 -0400, Emil Tsalapatis wrote:
> Add myself as a reviewer for the BPF subsystem. While at it, run
> ./scripts/parse_maintainers.pl --order and reorder the BPF-related
> entries in the file accordingly.
> 
> Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>
> ---

Acked-by: Eduard Zingerman <eddyz87@gmail.com>

[...]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl
  2026-06-04 18:42 [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl Emil Tsalapatis
  2026-06-04 18:44 ` Eduard Zingerman
@ 2026-06-04 19:55 ` Kumar Kartikeya Dwivedi
  2026-06-05 14:53 ` Jiri Olsa
  2026-06-05 15:10 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Kumar Kartikeya Dwivedi @ 2026-06-04 19:55 UTC (permalink / raw)
  To: Emil Tsalapatis, bpf; +Cc: ast, andrii, memxor, daniel, eddyz87

On Thu Jun 4, 2026 at 8:42 PM CEST, Emil Tsalapatis wrote:
> Add myself as a reviewer for the BPF subsystem. While at it, run
> ./scripts/parse_maintainers.pl --order and reorder the BPF-related
> entries in the file accordingly.
>
> Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>
> ---

Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl
  2026-06-04 18:42 [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl Emil Tsalapatis
  2026-06-04 18:44 ` Eduard Zingerman
  2026-06-04 19:55 ` Kumar Kartikeya Dwivedi
@ 2026-06-05 14:53 ` Jiri Olsa
  2026-06-05 15:10 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Jiri Olsa @ 2026-06-05 14:53 UTC (permalink / raw)
  To: Emil Tsalapatis; +Cc: bpf, ast, andrii, memxor, daniel, eddyz87

On Thu, Jun 04, 2026 at 02:42:52PM -0400, Emil Tsalapatis wrote:
> Add myself as a reviewer for the BPF subsystem. While at it, run
> ./scripts/parse_maintainers.pl --order and reorder the BPF-related
> entries in the file accordingly.
> 
> Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>

Acked-by: Jiri Olsa <jolsa@kernel.org>

jirka

> ---
>  MAINTAINERS | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index afae76600fc6..87ac5cafb55b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4811,12 +4811,13 @@ BPF [GENERAL] (Safe Dynamic Programs and Tools)
>  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>
>  M:	Eduard Zingerman <eddyz87@gmail.com>
>  M:	Kumar Kartikeya Dwivedi <memxor@gmail.com>
> +R:	Martin KaFai Lau <martin.lau@linux.dev>
>  R:	Song Liu <song@kernel.org>
>  R:	Yonghong Song <yonghong.song@linux.dev>
>  R:	Jiri Olsa <jolsa@kernel.org>
> +R:	Emil Tsalapatis <emil@etsalapatis.com>
>  L:	bpf@vger.kernel.org
>  S:	Supported
>  W:	https://bpf.io/
> @@ -4826,7 +4827,9 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
>  F:	Documentation/bpf/
>  F:	Documentation/networking/filter.rst
>  F:	Documentation/userspace-api/ebpf/
> +F:	arch/*/include/asm/rqspinlock.h
>  F:	arch/*/net/*
> +F:	include/asm-generic/rqspinlock.h
>  F:	include/linux/bpf*
>  F:	include/linux/btf*
>  F:	include/linux/buildid.h
> @@ -4838,17 +4841,15 @@ F:	include/uapi/linux/filter.h
>  F:	kernel/bpf/
>  F:	kernel/trace/bpf_trace.c
>  F:	lib/buildid.c
> -F:	arch/*/include/asm/rqspinlock.h
> -F:	include/asm-generic/rqspinlock.h
>  F:	lib/test_bpf.c
>  F:	net/bpf/
>  F:	net/core/filter.c
>  F:	net/sched/act_bpf.c
>  F:	net/sched/cls_bpf.c
>  F:	samples/bpf/
> +F:	scripts/Makefile.btf
>  F:	scripts/bpf_doc.py
>  F:	scripts/gen-btf.sh
> -F:	scripts/Makefile.btf
>  F:	scripts/pahole-version.sh
>  F:	tools/bpf/
>  F:	tools/lib/bpf/
> -- 
> 2.54.0
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl
  2026-06-04 18:42 [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl Emil Tsalapatis
                   ` (2 preceding siblings ...)
  2026-06-05 14:53 ` Jiri Olsa
@ 2026-06-05 15:10 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-06-05 15:10 UTC (permalink / raw)
  To: Emil Tsalapatis; +Cc: bpf, ast, andrii, memxor, daniel, eddyz87

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Thu,  4 Jun 2026 14:42:52 -0400 you wrote:
> Add myself as a reviewer for the BPF subsystem. While at it, run
> ./scripts/parse_maintainers.pl --order and reorder the BPF-related
> entries in the file accordingly.
> 
> Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>
> ---
>  MAINTAINERS | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)

Here is the summary with links:
  - [bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl
    https://git.kernel.org/bpf/bpf-next/c/390dc36ccfa1

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] 5+ messages in thread

end of thread, other threads:[~2026-06-05 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-04 18:42 [PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl Emil Tsalapatis
2026-06-04 18:44 ` Eduard Zingerman
2026-06-04 19:55 ` Kumar Kartikeya Dwivedi
2026-06-05 14:53 ` Jiri Olsa
2026-06-05 15:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.