netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
@ 2025-03-12  9:22 David Ahern
  2025-03-18 14:58 ` Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: David Ahern @ 2025-03-12  9:22 UTC (permalink / raw)
  To: netdev; +Cc: andrea.mayer, David Ahern

Andrea has made significant contributions to SRv6 support in Linux.
Acknowledge the work and on-going interest in Srv6 support with a
maintainers entry for these files so hopefully he is included
on patches going forward.

v2
- add non-uapi header files

Signed-off-by: David Ahern <dsahern@kernel.org>
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ffbcd072fb14..e512dab77f1f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16649,6 +16649,17 @@ F:	net/mptcp/
 F:	tools/testing/selftests/bpf/*/*mptcp*.[ch]
 F:	tools/testing/selftests/net/mptcp/
 
+NETWORKING [SRv6]
+M:	Andrea Mayer <andrea.mayer@uniroma2.it>
+L:	netdev@vger.kernel.org
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
+F:	include/linux/seg6*
+F:	include/net/seg6*
+F:	include/uapi/linux/seg6*
+F:	net/ipv6/seg6*
+F:	tools/testing/selftests/net/srv6*
+
 NETWORKING [TCP]
 M:	Eric Dumazet <edumazet@google.com>
 M:	Neal Cardwell <ncardwell@google.com>
-- 
2.39.5 (Apple Git-154)


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

* Re: [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
  2025-03-12  9:22 [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 David Ahern
@ 2025-03-18 14:58 ` Paolo Abeni
  2025-03-19 17:41   ` Andrea Mayer
  2025-03-19 17:39 ` Andrea Mayer
  2025-03-20 15:00 ` patchwork-bot+netdevbpf
  2 siblings, 1 reply; 6+ messages in thread
From: Paolo Abeni @ 2025-03-18 14:58 UTC (permalink / raw)
  To: David Ahern, andrea.mayer; +Cc: netdev



On 3/12/25 10:22 AM, David Ahern wrote:
> Andrea has made significant contributions to SRv6 support in Linux.
> Acknowledge the work and on-going interest in Srv6 support with a
> maintainers entry for these files so hopefully he is included
> on patches going forward.
> 
> v2
> - add non-uapi header files

FTR, the changelog should come after the '---' separator. Yep this is a
somewhat 'recent' process change WRT the past. No need to repost I can
fix it while applying the patch.

@Andrea: we need your explicit ack here, as this is basically putting
some obligations on you ;)

/P


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

* Re: [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
  2025-03-12  9:22 [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 David Ahern
  2025-03-18 14:58 ` Paolo Abeni
@ 2025-03-19 17:39 ` Andrea Mayer
  2025-03-20 15:00 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 6+ messages in thread
From: Andrea Mayer @ 2025-03-19 17:39 UTC (permalink / raw)
  To: David Ahern; +Cc: Andrea Mayer, netdev

On Wed, 12 Mar 2025 10:22:12 +0100
David Ahern <dsahern@kernel.org> wrote:

> Andrea has made significant contributions to SRv6 support in Linux.
> Acknowledge the work and on-going interest in Srv6 support with a
> maintainers entry for these files so hopefully he is included
> on patches going forward.
> 
> v2
> - add non-uapi header files
> 
> Signed-off-by: David Ahern <dsahern@kernel.org>
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ffbcd072fb14..e512dab77f1f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16649,6 +16649,17 @@ F:	net/mptcp/
>  F:	tools/testing/selftests/bpf/*/*mptcp*.[ch]
>  F:	tools/testing/selftests/net/mptcp/
>  
> +NETWORKING [SRv6]
> +M:	Andrea Mayer <andrea.mayer@uniroma2.it>
> +L:	netdev@vger.kernel.org
> +S:	Maintained
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
> +F:	include/linux/seg6*
> +F:	include/net/seg6*
> +F:	include/uapi/linux/seg6*
> +F:	net/ipv6/seg6*
> +F:	tools/testing/selftests/net/srv6*
> +
>  NETWORKING [TCP]
>  M:	Eric Dumazet <edumazet@google.com>
>  M:	Neal Cardwell <ncardwell@google.com>
> -- 
> 2.39.5 (Apple Git-154)
> 

Acked-by: Andrea Mayer <andrea.mayer@uniroma2.it>

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

* Re: [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
  2025-03-18 14:58 ` Paolo Abeni
@ 2025-03-19 17:41   ` Andrea Mayer
  2025-03-19 17:45     ` David Ahern
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Mayer @ 2025-03-19 17:41 UTC (permalink / raw)
  To: Paolo Abeni; +Cc: David Ahern, netdev, Andrea Mayer

On Tue, 18 Mar 2025 15:58:17 +0100
Paolo Abeni <pabeni@redhat.com> wrote:

> 
> 
> On 3/12/25 10:22 AM, David Ahern wrote:
> > Andrea has made significant contributions to SRv6 support in Linux.
> > Acknowledge the work and on-going interest in Srv6 support with a
> > maintainers entry for these files so hopefully he is included
> > on patches going forward.
> > 
> > v2
> > - add non-uapi header files
> 
> FTR, the changelog should come after the '---' separator. Yep this is a
> somewhat 'recent' process change WRT the past. No need to repost I can
> fix it while applying the patch.
> 
> @Andrea: we need your explicit ack here, as this is basically putting
> some obligations on you ;)
> 
> /P
> 

Hi,

It is a pleasure for me accept this role (just sent an Acked-by).
Thank you all for considering the work I have done on SRv6 over the years.

I'm glad to continue working on this topic, to be included in future patches,
and to contribute to the SRv6 subsystem as much as I can.

Andrea

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

* Re: [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
  2025-03-19 17:41   ` Andrea Mayer
@ 2025-03-19 17:45     ` David Ahern
  0 siblings, 0 replies; 6+ messages in thread
From: David Ahern @ 2025-03-19 17:45 UTC (permalink / raw)
  To: Andrea Mayer, Paolo Abeni; +Cc: netdev

On 3/19/25 11:41 AM, Andrea Mayer wrote:
> On Tue, 18 Mar 2025 15:58:17 +0100
> Paolo Abeni <pabeni@redhat.com> wrote:
> 
>>
>>
>> On 3/12/25 10:22 AM, David Ahern wrote:
>>> Andrea has made significant contributions to SRv6 support in Linux.
>>> Acknowledge the work and on-going interest in Srv6 support with a
>>> maintainers entry for these files so hopefully he is included
>>> on patches going forward.
>>>
>>> v2
>>> - add non-uapi header files
>>
>> FTR, the changelog should come after the '---' separator. Yep this is a
>> somewhat 'recent' process change WRT the past. No need to repost I can
>> fix it while applying the patch.
>>
>> @Andrea: we need your explicit ack here, as this is basically putting
>> some obligations on you ;)
>>
>> /P
>>
> 
> Hi,
> 
> It is a pleasure for me accept this role (just sent an Acked-by).
> Thank you all for considering the work I have done on SRv6 over the years.
> 
> I'm glad to continue working on this topic, to be included in future patches,
> and to contribute to the SRv6 subsystem as much as I can.
> 

Also, I think it is good to have an explicit listing for this files
given that seg6 code is at 5000 lines with 10 selftests at 7000 lines.
Having someone who knows the details be included on patch submissions is
needed.

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

* Re: [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
  2025-03-12  9:22 [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 David Ahern
  2025-03-18 14:58 ` Paolo Abeni
  2025-03-19 17:39 ` Andrea Mayer
@ 2025-03-20 15:00 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-03-20 15:00 UTC (permalink / raw)
  To: David Ahern; +Cc: netdev, andrea.mayer

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 12 Mar 2025 10:22:12 +0100 you wrote:
> Andrea has made significant contributions to SRv6 support in Linux.
> Acknowledge the work and on-going interest in Srv6 support with a
> maintainers entry for these files so hopefully he is included
> on patches going forward.
> 
> v2
> - add non-uapi header files
> 
> [...]

Here is the summary with links:
  - [v2,net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
    https://git.kernel.org/netdev/net/c/feaee98c6c50

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] 6+ messages in thread

end of thread, other threads:[~2025-03-20 15:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12  9:22 [PATCH v2 net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 David Ahern
2025-03-18 14:58 ` Paolo Abeni
2025-03-19 17:41   ` Andrea Mayer
2025-03-19 17:45     ` David Ahern
2025-03-19 17:39 ` Andrea Mayer
2025-03-20 15:00 ` 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;
as well as URLs for NNTP newsgroup(s).