]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
MAINTAINERS: add a sample ethtool section entry
authorJakub Kicinski <kuba@kernel.org>
Tue, 4 Feb 2025 21:57:50 +0000 (13:57 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 6 Feb 2025 09:32:49 +0000 (10:32 +0100)
I feel like we don't do a good enough keeping authors of driver
APIs around. The ethtool code base was very nicely compartmentalized
by Michal. Establish a precedent of creating MAINTAINERS entries
for "sections" of the ethtool API. Use Andrew and cable test as
a sample entry. The entry should ideally cover 3 elements:
a core file, test(s), and keywords. The last one is important
because we intend the entries to cover core code *and* reviews
of drivers implementing given API!

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250204215750.169249-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
MAINTAINERS

index 20c8daf3ce620374c02c9528cf19566166c75c36..bd705e9123a3ab91d62863c54e0f66d1bf9d89f2 100644 (file)
@@ -16465,6 +16465,12 @@ F:     include/uapi/linux/ethtool*
 F:     net/ethtool/
 F:     tools/testing/selftests/drivers/net/*/ethtool*
 
+NETWORKING [ETHTOOL CABLE TEST]
+M:     Andrew Lunn <andrew@lunn.ch>
+F:     net/ethtool/cabletest.c
+F:     tools/testing/selftests/drivers/net/*/ethtool*
+K:     cable_test
+
 NETWORKING [GENERAL]
 M:     "David S. Miller" <davem@davemloft.net>
 M:     Eric Dumazet <edumazet@google.com>