Message ID | 24fea21d9d4458973aadd6a02bb1bf558b8bd0b2.1720944897.git.naveen@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | c638b130e83e4aa47031c0e51455ecc961dfdc3d |
Delegated to: | BPF |
Headers | show |
Series | [1/2] MAINTAINERS: Update email address of Naveen | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Le 14/07/2024 à 10:34, Naveen N Rao a écrit : > Hari Bathini has been updating and maintaining the powerpc BPF JIT since > a while now. Christophe Leroy has been doing the same for 32-bit > powerpc. Add them as maintainers for the powerpc BPF JIT. > > I am no longer actively looking into the powerpc BPF JIT. Change my role > to that of a reviewer so that I can help with the odd query. > > Signed-off-by: Naveen N Rao <naveen@kernel.org> Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu> > --- > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 05f14b67cd74..c7a931ee7a2e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3878,8 +3878,10 @@ S: Odd Fixes > F: drivers/net/ethernet/netronome/nfp/bpf/ > > BPF JIT for POWERPC (32-BIT AND 64-BIT) > -M: Naveen N Rao <naveen@kernel.org> > M: Michael Ellerman <mpe@ellerman.id.au> > +M: Hari Bathini <hbathini@linux.ibm.com> > +M: Christophe Leroy <christophe.leroy@csgroup.eu> > +R: Naveen N Rao <naveen@kernel.org> > L: bpf@vger.kernel.org > S: Supported > F: arch/powerpc/net/
On 14/07/24 2:04 pm, Naveen N Rao wrote: > Hari Bathini has been updating and maintaining the powerpc BPF JIT since > a while now. Christophe Leroy has been doing the same for 32-bit > powerpc. Add them as maintainers for the powerpc BPF JIT. > > I am no longer actively looking into the powerpc BPF JIT. Change my role > to that of a reviewer so that I can help with the odd query. > > Signed-off-by: Naveen N Rao <naveen@kernel.org> Acked-by: Hari Bathini <hbathini@linux.ibm.com> > --- > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 05f14b67cd74..c7a931ee7a2e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3878,8 +3878,10 @@ S: Odd Fixes > F: drivers/net/ethernet/netronome/nfp/bpf/ > > BPF JIT for POWERPC (32-BIT AND 64-BIT) > -M: Naveen N Rao <naveen@kernel.org> > M: Michael Ellerman <mpe@ellerman.id.au> > +M: Hari Bathini <hbathini@linux.ibm.com> > +M: Christophe Leroy <christophe.leroy@csgroup.eu> > +R: Naveen N Rao <naveen@kernel.org> > L: bpf@vger.kernel.org > S: Supported > F: arch/powerpc/net/
Hi, On Tue, 16 Jul 2024 12:36:11 +0530 Hari Bathini <hbathini@linux.ibm.com> wrote: > > > On 14/07/24 2:04 pm, Naveen N Rao wrote: > > Hari Bathini has been updating and maintaining the powerpc BPF JIT since > > a while now. Christophe Leroy has been doing the same for 32-bit > > powerpc. Add them as maintainers for the powerpc BPF JIT. > > > > I am no longer actively looking into the powerpc BPF JIT. Change my role > > to that of a reviewer so that I can help with the odd query. > > > > Signed-off-by: Naveen N Rao <naveen@kernel.org> > > Acked-by: Hari Bathini <hbathini@linux.ibm.com> Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> But this should go through powerpc tree or bpf tree. Thank you, > > > --- > > MAINTAINERS | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 05f14b67cd74..c7a931ee7a2e 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -3878,8 +3878,10 @@ S: Odd Fixes > > F: drivers/net/ethernet/netronome/nfp/bpf/ > > > > BPF JIT for POWERPC (32-BIT AND 64-BIT) > > -M: Naveen N Rao <naveen@kernel.org> > > M: Michael Ellerman <mpe@ellerman.id.au> > > +M: Hari Bathini <hbathini@linux.ibm.com> > > +M: Christophe Leroy <christophe.leroy@csgroup.eu> > > +R: Naveen N Rao <naveen@kernel.org> > > L: bpf@vger.kernel.org > > S: Supported > > F: arch/powerpc/net/
diff --git a/MAINTAINERS b/MAINTAINERS index 05f14b67cd74..c7a931ee7a2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3878,8 +3878,10 @@ S: Odd Fixes F: drivers/net/ethernet/netronome/nfp/bpf/ BPF JIT for POWERPC (32-BIT AND 64-BIT) -M: Naveen N Rao <naveen@kernel.org> M: Michael Ellerman <mpe@ellerman.id.au> +M: Hari Bathini <hbathini@linux.ibm.com> +M: Christophe Leroy <christophe.leroy@csgroup.eu> +R: Naveen N Rao <naveen@kernel.org> L: bpf@vger.kernel.org S: Supported F: arch/powerpc/net/
Hari Bathini has been updating and maintaining the powerpc BPF JIT since a while now. Christophe Leroy has been doing the same for 32-bit powerpc. Add them as maintainers for the powerpc BPF JIT. I am no longer actively looking into the powerpc BPF JIT. Change my role to that of a reviewer so that I can help with the odd query. Signed-off-by: Naveen N Rao <naveen@kernel.org> --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)