diff mbox series

[bpf] MAINTAINERS: Add a maintainer for bpftool

Message ID 20220608121428.69708-1-quentin@isovalent.com (mailing list archive)
State Accepted
Commit 7c217aca85dd31dd2c8f45f6a7520767c9fae766
Delegated to: BPF
Headers show
Series [bpf] MAINTAINERS: Add a maintainer for bpftool | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for bpf
bpf/vmtest-bpf-VM_Test-3 success Logs for Kernel LATEST on z15 with gcc
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers warning 5 maintainers not CCed: songliubraving@fb.com yhs@fb.com john.fastabend@gmail.com kafai@fb.com kpsingh@kernel.org
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 13 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
bpf/vmtest-bpf-PR success PR summary
bpf/vmtest-bpf-VM_Test-1 success Logs for Kernel LATEST on ubuntu-latest with gcc
bpf/vmtest-bpf-VM_Test-2 success Logs for Kernel LATEST on ubuntu-latest with llvm-15

Commit Message

Quentin Monnet June 8, 2022, 12:14 p.m. UTC
I've been contributing and reviewing patches for bpftool for some time,
and I'm taking care of its external mirror. On Alexei, KP, and Daniel's
suggestion, I would like to step forwards and become a maintainer for
the tool. This patch adds a dedicated entry to MAINTAINERS.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Jakub Kicinski June 8, 2022, 2:38 p.m. UTC | #1
On Wed,  8 Jun 2022 13:14:28 +0100 Quentin Monnet wrote:
> I've been contributing and reviewing patches for bpftool for some time,
> and I'm taking care of its external mirror. On Alexei, KP, and Daniel's
> suggestion, I would like to step forwards and become a maintainer for
> the tool. This patch adds a dedicated entry to MAINTAINERS.
> 
> Signed-off-by: Quentin Monnet <quentin@isovalent.com>

Acked-by: Jakub Kicinski <kuba@kernel.org>

Long overdue! :)
KP Singh June 8, 2022, 3:11 p.m. UTC | #2
On Wed, Jun 8, 2022 at 4:38 PM Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Wed,  8 Jun 2022 13:14:28 +0100 Quentin Monnet wrote:
> > I've been contributing and reviewing patches for bpftool for some time,
> > and I'm taking care of its external mirror. On Alexei, KP, and Daniel's
> > suggestion, I would like to step forwards and become a maintainer for
> > the tool. This patch adds a dedicated entry to MAINTAINERS.
> >
> > Signed-off-by: Quentin Monnet <quentin@isovalent.com>
>
> Acked-by: Jakub Kicinski <kuba@kernel.org>

We talked about it at Kernel Recipes. Happy this is happening, Yay!

Acked-by: KP Singh <kpsingh@kernel.org>
patchwork-bot+netdevbpf@kernel.org June 8, 2022, 3:20 p.m. UTC | #3
Hello:

This patch was applied to bpf/bpf.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Wed,  8 Jun 2022 13:14:28 +0100 you wrote:
> I've been contributing and reviewing patches for bpftool for some time,
> and I'm taking care of its external mirror. On Alexei, KP, and Daniel's
> suggestion, I would like to step forwards and become a maintainer for
> the tool. This patch adds a dedicated entry to MAINTAINERS.
> 
> Signed-off-by: Quentin Monnet <quentin@isovalent.com>
> 
> [...]

Here is the summary with links:
  - [bpf] MAINTAINERS: Add a maintainer for bpftool
    https://git.kernel.org/bpf/bpf/c/7c217aca85dd

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 033a01b07f8f..92c8adc5471b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3731,6 +3731,13 @@  F:	include/linux/bpf_lsm.h
 F:	kernel/bpf/bpf_lsm.c
 F:	security/bpf/
 
+BPFTOOL
+M:	Quentin Monnet <quentin@isovalent.com>
+L:	bpf@vger.kernel.org
+S:	Maintained
+F:	kernel/bpf/disasm.*
+F:	tools/bpf/bpftool/
+
 BROADCOM B44 10/100 ETHERNET DRIVER
 M:	Michael Chan <michael.chan@broadcom.com>
 L:	netdev@vger.kernel.org