BPF List
 help / color / mirror / Atom feed
* [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
@ 2024-05-14 18:39 Puranjay Mohan
  2024-05-15 13:22 ` Xu Kuohai
  2024-05-15 16:58 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Puranjay Mohan @ 2024-05-14 18:39 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, bpf, Zi Shen Lim
  Cc: puranjay12

Zi Shen Lim is not actively doing kernel development and has decided to
tranfer the responsibility of maintaining the JIT to me.

Add myself as the maintainer for BPF JIT for ARM64 and remove Zi Shen
Lim.

Signed-off-by: Puranjay Mohan <puranjay@kernel.org>
Acked-by: Zi Shen Lim <zlim.lnx@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 05720fcc95cb..95beaf4dccf7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3722,7 +3722,7 @@ F:	arch/arm/net/
 BPF JIT for ARM64
 M:	Daniel Borkmann <daniel@iogearbox.net>
 M:	Alexei Starovoitov <ast@kernel.org>
-M:	Zi Shen Lim <zlim.lnx@gmail.com>
+M:	Puranjay Mohan <puranjay@kernel.org>
 L:	bpf@vger.kernel.org
 S:	Supported
 F:	arch/arm64/net/
-- 
2.40.1


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

* Re: [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
  2024-05-14 18:39 [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer Puranjay Mohan
@ 2024-05-15 13:22 ` Xu Kuohai
  2024-05-15 17:02   ` Alexei Starovoitov
  2024-05-15 16:58 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 4+ messages in thread
From: Xu Kuohai @ 2024-05-15 13:22 UTC (permalink / raw)
  To: Puranjay Mohan, Alexei Starovoitov, Daniel Borkmann,
	Andrii Nakryiko, Martin KaFai Lau, bpf, Zi Shen Lim
  Cc: puranjay12

On 5/15/2024 2:39 AM, Puranjay Mohan wrote:
> Zi Shen Lim is not actively doing kernel development and has decided to
> tranfer the responsibility of maintaining the JIT to me.
> 
> Add myself as the maintainer for BPF JIT for ARM64 and remove Zi Shen
> Lim.
> 
> Signed-off-by: Puranjay Mohan <puranjay@kernel.org>
> Acked-by: Zi Shen Lim <zlim.lnx@gmail.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 05720fcc95cb..95beaf4dccf7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3722,7 +3722,7 @@ F:	arch/arm/net/
>   BPF JIT for ARM64
>   M:	Daniel Borkmann <daniel@iogearbox.net>
>   M:	Alexei Starovoitov <ast@kernel.org>
> -M:	Zi Shen Lim <zlim.lnx@gmail.com>
> +M:	Puranjay Mohan <puranjay@kernel.org>
>   L:	bpf@vger.kernel.org
>   S:	Supported
>   F:	arch/arm64/net/

Ah, I've been working on arm64 bpf jit since 2 years ago, added arm64 bpf
trampoline, cpuv4 insns, and helped to review patches. I would appreciate
it if I could be also added as a reviewer or maintainer.

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

* Re: [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
  2024-05-14 18:39 [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer Puranjay Mohan
  2024-05-15 13:22 ` Xu Kuohai
@ 2024-05-15 16:58 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-05-15 16:58 UTC (permalink / raw)
  To: Puranjay Mohan; +Cc: ast, daniel, andrii, martin.lau, bpf, zlim.lnx, puranjay12

Hello:

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

On Tue, 14 May 2024 18:39:14 +0000 you wrote:
> Zi Shen Lim is not actively doing kernel development and has decided to
> tranfer the responsibility of maintaining the JIT to me.
> 
> Add myself as the maintainer for BPF JIT for ARM64 and remove Zi Shen
> Lim.
> 
> Signed-off-by: Puranjay Mohan <puranjay@kernel.org>
> Acked-by: Zi Shen Lim <zlim.lnx@gmail.com>
> 
> [...]

Here is the summary with links:
  - [bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
    https://git.kernel.org/bpf/bpf/c/325423cafc12

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

* Re: [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
  2024-05-15 13:22 ` Xu Kuohai
@ 2024-05-15 17:02   ` Alexei Starovoitov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexei Starovoitov @ 2024-05-15 17:02 UTC (permalink / raw)
  To: Xu Kuohai
  Cc: Puranjay Mohan, Alexei Starovoitov, Daniel Borkmann,
	Andrii Nakryiko, Martin KaFai Lau, bpf, Zi Shen Lim,
	Puranjay Mohan

On Wed, May 15, 2024 at 6:22 AM Xu Kuohai <xukuohai@huawei.com> wrote:
>
> On 5/15/2024 2:39 AM, Puranjay Mohan wrote:
> > Zi Shen Lim is not actively doing kernel development and has decided to
> > tranfer the responsibility of maintaining the JIT to me.
> >
> > Add myself as the maintainer for BPF JIT for ARM64 and remove Zi Shen
> > Lim.
> >
> > Signed-off-by: Puranjay Mohan <puranjay@kernel.org>
> > Acked-by: Zi Shen Lim <zlim.lnx@gmail.com>
> > ---
> >   MAINTAINERS | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 05720fcc95cb..95beaf4dccf7 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3722,7 +3722,7 @@ F:      arch/arm/net/
> >   BPF JIT for ARM64
> >   M:  Daniel Borkmann <daniel@iogearbox.net>
> >   M:  Alexei Starovoitov <ast@kernel.org>
> > -M:   Zi Shen Lim <zlim.lnx@gmail.com>
> > +M:   Puranjay Mohan <puranjay@kernel.org>
> >   L:  bpf@vger.kernel.org
> >   S:  Supported
> >   F:  arch/arm64/net/
>
> Ah, I've been working on arm64 bpf jit since 2 years ago, added arm64 bpf
> trampoline, cpuv4 insns, and helped to review patches. I would appreciate
> it if I could be also added as a reviewer or maintainer.

All the work is very much appreciated.
Feel free to send a patch to add yourself as a reviewer,
but fix your email first. @ huawei domain gmail classifies as spam.
So "R: Xu Kuohai <xukuohai@huawei.com>" entry
won't work well for many users.

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

end of thread, other threads:[~2024-05-15 17:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 18:39 [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer Puranjay Mohan
2024-05-15 13:22 ` Xu Kuohai
2024-05-15 17:02   ` Alexei Starovoitov
2024-05-15 16:58 ` 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