diff mbox series

[net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6

Message ID 20250311082606.43717-1-dsahern@kernel.org (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series [net-next] MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
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/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
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, 15 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2025-03-11--12-00 (tests: 894)

Commit Message

David Ahern March 11, 2025, 8:26 a.m. UTC
Andrea has made significant contributions to SRv6 support in Linux.
Add a maintainers entry for these files so hopefully he is included
on patches going forward.

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

Comments

David Ahern March 11, 2025, 12:37 p.m. UTC | #1
On 3/11/25 9:26 AM, David Ahern wrote:
> Andrea has made significant contributions to SRv6 support in Linux.
> Add a maintainers entry for these files so hopefully he is included
> on patches going forward.
> 
> Signed-off-by: David Ahern <dsahern@kernel.org>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ffbcd072fb14..cfac67dc66de 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16649,6 +16649,15 @@ 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/uapi/linux/seg6*
> +F:	net/ipv6/seg6*
> +F:	tools/testing/selftests/net/srv6*
> +

I missed include/net/seg6* and include/linux/seg6*; will send a v2 tomorrow.

--
pw-bot: cr
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ffbcd072fb14..cfac67dc66de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16649,6 +16649,15 @@  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/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>