diff mbox series

[net] MAINTAINERS: add Andrew Lunn as a co-maintainer of all networking drivers

Message ID 20241011193303.2461769-1-kuba@kernel.org (mailing list archive)
State Accepted
Commit 0b84db5d8f258d4b212c05ea0772ee47612d6cfb
Delegated to: Netdev Maintainers
Headers show
Series [net] MAINTAINERS: add Andrew Lunn as a co-maintainer of all networking drivers | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
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: 3 this patch: 3
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: 3 this patch: 3
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 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-2024-10-12--12-00 (tests: 777)

Commit Message

Jakub Kicinski Oct. 11, 2024, 7:33 p.m. UTC
Andrew has been a pillar of the community for as long as I remember.
Focusing on embedded networking, co-maintaining Ethernet PHYs and
DSA code, but also actively reviewing MAC and integrated NIC drivers.
Elevate Andrew to the status of co-maintainer of all netdev drivers.

Reviewed-by: Eric Dumazet <edumazet@google.com>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Andrew Lunn Oct. 12, 2024, 7:03 p.m. UTC | #1
On Fri, Oct 11, 2024 at 12:33:03PM -0700, Jakub Kicinski wrote:
> Andrew has been a pillar of the community for as long as I remember.
> Focusing on embedded networking, co-maintaining Ethernet PHYs and
> DSA code, but also actively reviewing MAC and integrated NIC drivers.
> Elevate Andrew to the status of co-maintainer of all netdev drivers.

Thanks for the recognition.

Ack-by: Andrew Lunn <andrew@lunn.ch>

    Andrew
patchwork-bot+netdevbpf@kernel.org Oct. 14, 2024, 3 p.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 11 Oct 2024 12:33:03 -0700 you wrote:
> Andrew has been a pillar of the community for as long as I remember.
> Focusing on embedded networking, co-maintaining Ethernet PHYs and
> DSA code, but also actively reviewing MAC and integrated NIC drivers.
> Elevate Andrew to the status of co-maintainer of all netdev drivers.
> 
> Reviewed-by: Eric Dumazet <edumazet@google.com>
> Acked-by: Paolo Abeni <pabeni@redhat.com>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: add Andrew Lunn as a co-maintainer of all networking drivers
    https://git.kernel.org/netdev/net/c/0b84db5d8f25

You are awesome, thank you!
Vladimir Oltean Oct. 14, 2024, 3:28 p.m. UTC | #3
On Sat, Oct 12, 2024 at 09:03:52PM +0200, Andrew Lunn wrote:
> On Fri, Oct 11, 2024 at 12:33:03PM -0700, Jakub Kicinski wrote:
> > Andrew has been a pillar of the community for as long as I remember.
> > Focusing on embedded networking, co-maintaining Ethernet PHYs and
> > DSA code, but also actively reviewing MAC and integrated NIC drivers.
> > Elevate Andrew to the status of co-maintainer of all netdev drivers.
> 
> Thanks for the recognition.
> 
> Ack-by: Andrew Lunn <andrew@lunn.ch>

I don't think I am relevant enough to add any tag here, but I also wanted
to congratulate you for the great work in always finding and highlighting
the "common sense" point of view in the embedded networking space.
Please keep it going!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d1d95b276f0f..fc1a19809ea1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16104,6 +16104,7 @@  F:	include/uapi/linux/net_dropmon.h
 F:	net/core/drop_monitor.c
 
 NETWORKING DRIVERS
+M:	Andrew Lunn <andrew+netdev@lunn.ch>
 M:	"David S. Miller" <davem@davemloft.net>
 M:	Eric Dumazet <edumazet@google.com>
 M:	Jakub Kicinski <kuba@kernel.org>