diff mbox series

[bpf-next] MAINTAINERS: add maintainer to AF_XDP

Message ID 20220523083254.32285-1-magnus.karlsson@gmail.com (mailing list archive)
State Accepted
Commit a56672f2027eb0fcf81300cfdab1037be8cda404
Delegated to: BPF
Headers show
Series [bpf-next] MAINTAINERS: add maintainer to AF_XDP | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for bpf-next
netdev/fixes_present success Fixes tag not required for -next series
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 success CCed 10 of 10 maintainers
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/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, 7 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
bpf/vmtest-bpf-next-PR fail PR summary
bpf/vmtest-bpf-next-VM_Test-1 success Logs for Kernel LATEST on ubuntu-latest with gcc
bpf/vmtest-bpf-next-VM_Test-2 success Logs for Kernel LATEST on ubuntu-latest with llvm-15
bpf/vmtest-bpf-next-VM_Test-3 fail Logs for Kernel LATEST on z15 with gcc

Commit Message

Magnus Karlsson May 23, 2022, 8:32 a.m. UTC
Maciej Fijalkowski has gracefully accepted to become the third
maintainer for the AF_XDP code. Thank you Maciej!

Signed-off-by: Magnus Karlsson <magnus.karlsson@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)


base-commit: c272e259116973b4c2d5c5ae7b6a4181aeeb38c7

Comments

Björn Töpel May 23, 2022, 10:25 a.m. UTC | #1
On Mon, 23 May 2022 at 10:33, Magnus Karlsson <magnus.karlsson@gmail.com> wrote:
>
> Maciej Fijalkowski has gracefully accepted to become the third
> maintainer for the AF_XDP code. Thank you Maciej!
>

Awesome, and thanks for helping out, Maciej!

Acked-by: Björn Töpel <bjorn@kernel.org>

> Signed-off-by: Magnus Karlsson <magnus.karlsson@gmail.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 359afc617b92..adc63e18e601 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21507,6 +21507,7 @@ K:      (?:\b|_)xdp(?:\b|_)
>  XDP SOCKETS (AF_XDP)
>  M:     Björn Töpel <bjorn@kernel.org>
>  M:     Magnus Karlsson <magnus.karlsson@intel.com>
> +M:     Maciej Fijalkowski <maciej.fijalkowski@intel.com>
>  R:     Jonathan Lemon <jonathan.lemon@gmail.com>
>  L:     netdev@vger.kernel.org
>  L:     bpf@vger.kernel.org
>
> base-commit: c272e259116973b4c2d5c5ae7b6a4181aeeb38c7
> --
> 2.34.1
>
Maciej Fijalkowski May 23, 2022, 12:42 p.m. UTC | #2
On Mon, May 23, 2022 at 12:25:47PM +0200, Björn Töpel wrote:
> On Mon, 23 May 2022 at 10:33, Magnus Karlsson <magnus.karlsson@gmail.com> wrote:
> >
> > Maciej Fijalkowski has gracefully accepted to become the third
> > maintainer for the AF_XDP code. Thank you Maciej!
> >
> 
> Awesome, and thanks for helping out, Maciej!

It is my pleasure, thanks!

Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>

> 
> Acked-by: Björn Töpel <bjorn@kernel.org>
> 
> > Signed-off-by: Magnus Karlsson <magnus.karlsson@gmail.com>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 359afc617b92..adc63e18e601 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -21507,6 +21507,7 @@ K:      (?:\b|_)xdp(?:\b|_)
> >  XDP SOCKETS (AF_XDP)
> >  M:     Björn Töpel <bjorn@kernel.org>
> >  M:     Magnus Karlsson <magnus.karlsson@intel.com>
> > +M:     Maciej Fijalkowski <maciej.fijalkowski@intel.com>
> >  R:     Jonathan Lemon <jonathan.lemon@gmail.com>
> >  L:     netdev@vger.kernel.org
> >  L:     bpf@vger.kernel.org
> >
> > base-commit: c272e259116973b4c2d5c5ae7b6a4181aeeb38c7
> > --
> > 2.34.1
> >
patchwork-bot+netdevbpf@kernel.org May 23, 2022, 4:30 p.m. UTC | #3
Hello:

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

On Mon, 23 May 2022 10:32:54 +0200 you wrote:
> Maciej Fijalkowski has gracefully accepted to become the third
> maintainer for the AF_XDP code. Thank you Maciej!
> 
> Signed-off-by: Magnus Karlsson <magnus.karlsson@gmail.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> [...]

Here is the summary with links:
  - [bpf-next] MAINTAINERS: add maintainer to AF_XDP
    https://git.kernel.org/bpf/bpf-next/c/a56672f2027e

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 359afc617b92..adc63e18e601 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21507,6 +21507,7 @@  K:	(?:\b|_)xdp(?:\b|_)
 XDP SOCKETS (AF_XDP)
 M:	Björn Töpel <bjorn@kernel.org>
 M:	Magnus Karlsson <magnus.karlsson@intel.com>
+M:	Maciej Fijalkowski <maciej.fijalkowski@intel.com>
 R:	Jonathan Lemon <jonathan.lemon@gmail.com>
 L:	netdev@vger.kernel.org
 L:	bpf@vger.kernel.org