* [PATCH 1/2] MAINTAINERS: Update email address of Naveen
@ 2024-07-14 8:34 Naveen N Rao
2024-07-14 8:34 ` [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers Naveen N Rao
2024-07-16 10:02 ` [PATCH 1/2] MAINTAINERS: Update email address of Naveen Masami Hiramatsu
0 siblings, 2 replies; 9+ messages in thread
From: Naveen N Rao @ 2024-07-14 8:34 UTC (permalink / raw)
To: linux-kernel, linuxppc-dev, bpf
Cc: Daniel Borkmann, Alexei Starovoitov, Christophe Leroy,
Nicholas Piggin, Hari Bathini, Masami Hiramatsu
I have switched to using my @kernel.org id for my contributions. Update
MAINTAINERS and mailmap to reflect the same.
Cc: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
Signed-off-by: Naveen N Rao <naveen@kernel.org>
---
.mailmap | 2 ++
MAINTAINERS | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.mailmap b/.mailmap
index 81ac1e17ac3c..289011ebca00 100644
--- a/.mailmap
+++ b/.mailmap
@@ -473,6 +473,8 @@ Nadia Yvette Chambers <nyc@holomorphy.com> William Lee Irwin III <wli@holomorphy
Naoya Horiguchi <nao.horiguchi@gmail.com> <n-horiguchi@ah.jp.nec.com>
Naoya Horiguchi <nao.horiguchi@gmail.com> <naoya.horiguchi@nec.com>
Nathan Chancellor <nathan@kernel.org> <natechancellor@gmail.com>
+Naveen N Rao <naveen@kernel.org> <naveen.n.rao@linux.ibm.com>
+Naveen N Rao <naveen@kernel.org> <naveen.n.rao@linux.vnet.ibm.com>
Neeraj Upadhyay <neeraj.upadhyay@kernel.org> <quic_neeraju@quicinc.com>
Neeraj Upadhyay <neeraj.upadhyay@kernel.org> <neeraju@codeaurora.org>
Neil Armstrong <neil.armstrong@linaro.org> <narmstrong@baylibre.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index fa32e3c035c2..05f14b67cd74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3878,7 +3878,7 @@ S: Odd Fixes
F: drivers/net/ethernet/netronome/nfp/bpf/
BPF JIT for POWERPC (32-BIT AND 64-BIT)
-M: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
+M: Naveen N Rao <naveen@kernel.org>
M: Michael Ellerman <mpe@ellerman.id.au>
L: bpf@vger.kernel.org
S: Supported
@@ -12332,7 +12332,7 @@ F: mm/kmsan/
F: scripts/Makefile.kmsan
KPROBES
-M: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
+M: Naveen N Rao <naveen@kernel.org>
M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
M: "David S. Miller" <davem@davemloft.net>
M: Masami Hiramatsu <mhiramat@kernel.org>
@@ -12708,7 +12708,7 @@ LINUX FOR POWERPC (32-BIT AND 64-BIT)
M: Michael Ellerman <mpe@ellerman.id.au>
R: Nicholas Piggin <npiggin@gmail.com>
R: Christophe Leroy <christophe.leroy@csgroup.eu>
-R: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
+R: Naveen N Rao <naveen@kernel.org>
L: linuxppc-dev@lists.ozlabs.org
S: Supported
W: https://github.com/linuxppc/wiki/wiki
base-commit: 582b0e554593e530b1386eacafee6c412c5673cc
--
2.45.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers
2024-07-14 8:34 [PATCH 1/2] MAINTAINERS: Update email address of Naveen Naveen N Rao
@ 2024-07-14 8:34 ` Naveen N Rao
2024-07-15 6:37 ` Christophe Leroy
2024-07-16 7:06 ` Hari Bathini
2024-07-16 10:02 ` [PATCH 1/2] MAINTAINERS: Update email address of Naveen Masami Hiramatsu
1 sibling, 2 replies; 9+ messages in thread
From: Naveen N Rao @ 2024-07-14 8:34 UTC (permalink / raw)
To: linux-kernel, linuxppc-dev, bpf
Cc: Daniel Borkmann, Alexei Starovoitov, Christophe Leroy,
Nicholas Piggin, Hari Bathini, Masami Hiramatsu
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(-)
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/
--
2.45.2
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers
2024-07-14 8:34 ` [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers Naveen N Rao
@ 2024-07-15 6:37 ` Christophe Leroy
2024-07-16 7:06 ` Hari Bathini
1 sibling, 0 replies; 9+ messages in thread
From: Christophe Leroy @ 2024-07-15 6:37 UTC (permalink / raw)
To: Naveen N Rao, linux-kernel, linuxppc-dev, bpf
Cc: Daniel Borkmann, Alexei Starovoitov, Christophe Leroy,
Nicholas Piggin, Hari Bathini, Masami Hiramatsu
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/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers
2024-07-14 8:34 ` [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers Naveen N Rao
2024-07-15 6:37 ` Christophe Leroy
@ 2024-07-16 7:06 ` Hari Bathini
2024-07-16 9:45 ` Masami Hiramatsu
1 sibling, 1 reply; 9+ messages in thread
From: Hari Bathini @ 2024-07-16 7:06 UTC (permalink / raw)
To: Naveen N Rao, linux-kernel, linuxppc-dev, bpf
Cc: Christophe Leroy, Nicholas Piggin, Alexei Starovoitov,
Daniel Borkmann, Masami Hiramatsu
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/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers
2024-07-16 7:06 ` Hari Bathini
@ 2024-07-16 9:45 ` Masami Hiramatsu
0 siblings, 0 replies; 9+ messages in thread
From: Masami Hiramatsu @ 2024-07-16 9:45 UTC (permalink / raw)
To: Hari Bathini
Cc: Daniel Borkmann, linux-kernel, Alexei Starovoitov,
Christophe Leroy, Naveen N Rao, Nicholas Piggin, bpf,
linuxppc-dev, Masami Hiramatsu
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/
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Update email address of Naveen
2024-07-14 8:34 [PATCH 1/2] MAINTAINERS: Update email address of Naveen Naveen N Rao
2024-07-14 8:34 ` [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers Naveen N Rao
@ 2024-07-16 10:02 ` Masami Hiramatsu
2024-07-17 3:58 ` Michael Ellerman
1 sibling, 1 reply; 9+ messages in thread
From: Masami Hiramatsu @ 2024-07-16 10:02 UTC (permalink / raw)
To: Naveen N Rao
Cc: Daniel Borkmann, linux-kernel, Christophe Leroy,
Alexei Starovoitov, Nicholas Piggin, bpf, linuxppc-dev,
Hari Bathini, Masami Hiramatsu
Hi Naveen,
On Sun, 14 Jul 2024 14:04:23 +0530
Naveen N Rao <naveen@kernel.org> wrote:
> I have switched to using my @kernel.org id for my contributions. Update
> MAINTAINERS and mailmap to reflect the same.
>
Looks good to me.
Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Would powerpc maintainer pick this?
Thanks,
> Cc: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
> Signed-off-by: Naveen N Rao <naveen@kernel.org>
> ---
> .mailmap | 2 ++
> MAINTAINERS | 6 +++---
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/.mailmap b/.mailmap
> index 81ac1e17ac3c..289011ebca00 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -473,6 +473,8 @@ Nadia Yvette Chambers <nyc@holomorphy.com> William Lee Irwin III <wli@holomorphy
> Naoya Horiguchi <nao.horiguchi@gmail.com> <n-horiguchi@ah.jp.nec.com>
> Naoya Horiguchi <nao.horiguchi@gmail.com> <naoya.horiguchi@nec.com>
> Nathan Chancellor <nathan@kernel.org> <natechancellor@gmail.com>
> +Naveen N Rao <naveen@kernel.org> <naveen.n.rao@linux.ibm.com>
> +Naveen N Rao <naveen@kernel.org> <naveen.n.rao@linux.vnet.ibm.com>
> Neeraj Upadhyay <neeraj.upadhyay@kernel.org> <quic_neeraju@quicinc.com>
> Neeraj Upadhyay <neeraj.upadhyay@kernel.org> <neeraju@codeaurora.org>
> Neil Armstrong <neil.armstrong@linaro.org> <narmstrong@baylibre.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fa32e3c035c2..05f14b67cd74 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3878,7 +3878,7 @@ S: Odd Fixes
> F: drivers/net/ethernet/netronome/nfp/bpf/
>
> BPF JIT for POWERPC (32-BIT AND 64-BIT)
> -M: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
> +M: Naveen N Rao <naveen@kernel.org>
> M: Michael Ellerman <mpe@ellerman.id.au>
> L: bpf@vger.kernel.org
> S: Supported
> @@ -12332,7 +12332,7 @@ F: mm/kmsan/
> F: scripts/Makefile.kmsan
>
> KPROBES
> -M: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
> +M: Naveen N Rao <naveen@kernel.org>
> M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
> M: "David S. Miller" <davem@davemloft.net>
> M: Masami Hiramatsu <mhiramat@kernel.org>
> @@ -12708,7 +12708,7 @@ LINUX FOR POWERPC (32-BIT AND 64-BIT)
> M: Michael Ellerman <mpe@ellerman.id.au>
> R: Nicholas Piggin <npiggin@gmail.com>
> R: Christophe Leroy <christophe.leroy@csgroup.eu>
> -R: Naveen N. Rao <naveen.n.rao@linux.ibm.com>
> +R: Naveen N Rao <naveen@kernel.org>
> L: linuxppc-dev@lists.ozlabs.org
> S: Supported
> W: https://github.com/linuxppc/wiki/wiki
>
> base-commit: 582b0e554593e530b1386eacafee6c412c5673cc
> --
> 2.45.2
>
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Update email address of Naveen
2024-07-16 10:02 ` [PATCH 1/2] MAINTAINERS: Update email address of Naveen Masami Hiramatsu
@ 2024-07-17 3:58 ` Michael Ellerman
2024-07-17 21:43 ` Masami Hiramatsu
0 siblings, 1 reply; 9+ messages in thread
From: Michael Ellerman @ 2024-07-17 3:58 UTC (permalink / raw)
To: Masami Hiramatsu, Naveen N Rao
Cc: Daniel Borkmann, linux-kernel, Christophe Leroy,
Alexei Starovoitov, Nicholas Piggin, bpf, linuxppc-dev,
Hari Bathini, Masami Hiramatsu
Masami Hiramatsu (Google) <mhiramat@kernel.org> writes:
> Hi Naveen,
>
> On Sun, 14 Jul 2024 14:04:23 +0530
> Naveen N Rao <naveen@kernel.org> wrote:
>
>> I have switched to using my @kernel.org id for my contributions. Update
>> MAINTAINERS and mailmap to reflect the same.
>>
>
> Looks good to me.
>
> Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
>
> Would powerpc maintainer pick this?
Yeah I can take both.
cheers
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Update email address of Naveen
2024-07-17 3:58 ` Michael Ellerman
@ 2024-07-17 21:43 ` Masami Hiramatsu
2024-07-17 22:38 ` Daniel Borkmann
0 siblings, 1 reply; 9+ messages in thread
From: Masami Hiramatsu @ 2024-07-17 21:43 UTC (permalink / raw)
To: Michael Ellerman
Cc: Alexei Starovoitov, Daniel Borkmann, Naveen N Rao,
Christophe Leroy, linux-kernel, Nicholas Piggin, bpf,
linuxppc-dev, Hari Bathini
On Wed, 17 Jul 2024 13:58:35 +1000
Michael Ellerman <mpe@ellerman.id.au> wrote:
> Masami Hiramatsu (Google) <mhiramat@kernel.org> writes:
> > Hi Naveen,
> >
> > On Sun, 14 Jul 2024 14:04:23 +0530
> > Naveen N Rao <naveen@kernel.org> wrote:
> >
> >> I have switched to using my @kernel.org id for my contributions. Update
> >> MAINTAINERS and mailmap to reflect the same.
> >>
> >
> > Looks good to me.
> >
> > Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> >
> > Would powerpc maintainer pick this?
>
> Yeah I can take both.
Thank you for pick them up!
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Update email address of Naveen
2024-07-17 21:43 ` Masami Hiramatsu
@ 2024-07-17 22:38 ` Daniel Borkmann
0 siblings, 0 replies; 9+ messages in thread
From: Daniel Borkmann @ 2024-07-17 22:38 UTC (permalink / raw)
To: Masami Hiramatsu (Google), Michael Ellerman
Cc: Alexei Starovoitov, Naveen N Rao, Christophe Leroy, linux-kernel,
Nicholas Piggin, bpf, linuxppc-dev, Hari Bathini
On 7/17/24 11:43 PM, Masami Hiramatsu (Google) wrote:
> On Wed, 17 Jul 2024 13:58:35 +1000
> Michael Ellerman <mpe@ellerman.id.au> wrote:
>> Masami Hiramatsu (Google) <mhiramat@kernel.org> writes:
>>> On Sun, 14 Jul 2024 14:04:23 +0530
>>> Naveen N Rao <naveen@kernel.org> wrote:
>>>
>>>> I have switched to using my @kernel.org id for my contributions. Update
>>>> MAINTAINERS and mailmap to reflect the same.
>>>
>>> Looks good to me.
>>>
>>> Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
>>>
>>> Would powerpc maintainer pick this?
>>
>> Yeah I can take both.
>
> Thank you for pick them up!
Looks like patchbot did not send a reply, but I already took them
to bpf tree.
Thanks,
Daniel
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-07-17 23:06 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-14 8:34 [PATCH 1/2] MAINTAINERS: Update email address of Naveen Naveen N Rao
2024-07-14 8:34 ` [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers Naveen N Rao
2024-07-15 6:37 ` Christophe Leroy
2024-07-16 7:06 ` Hari Bathini
2024-07-16 9:45 ` Masami Hiramatsu
2024-07-16 10:02 ` [PATCH 1/2] MAINTAINERS: Update email address of Naveen Masami Hiramatsu
2024-07-17 3:58 ` Michael Ellerman
2024-07-17 21:43 ` Masami Hiramatsu
2024-07-17 22:38 ` Daniel Borkmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).