All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 1/2] MAINTAINERS: add entry for ethtool
@ 2025-02-02  2:11 Jakub Kicinski
  2025-02-02  2:11 ` [PATCH net 2/2] MAINTAINERS: add a sample ethtool section entry Jakub Kicinski
  2025-02-03 10:55 ` [PATCH net 1/2] MAINTAINERS: add entry for ethtool Simon Horman
  0 siblings, 2 replies; 11+ messages in thread
From: Jakub Kicinski @ 2025-02-02  2:11 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, Jakub Kicinski,
	Michal Kubecek

Michal did an amazing job converting ethtool to Netlink, but never
added an entry to MAINTAINERS for himself. Create a formal entry
so that we can delegate (portions) of this code to folks.

Over the last 3 years majority of the reviews have been done by
Andrew and I. I suppose Michal didn't want to be on the receiving
end of the flood of patches.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: Michal Kubecek <mkubecek@suse.cz>

I emailed Michal a few days ago and didn't hear back.
Michal, please LMK if you'd like to be added as well!
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ce92c8a3e3ce..4e701b9a57e4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16459,6 +16459,16 @@ F:	include/net/dsa.h
 F:	net/dsa/
 F:	tools/testing/selftests/drivers/net/dsa/
 
+NETWORKING [ETHTOOL]
+M:	Andrew Lunn <andrew@lunn.ch>
+M:	Jakub Kicinski <kuba@kernel.org>
+F:	Documentation/netlink/specs/ethtool.yaml
+F:	Documentation/networking/ethtool-netlink.rst
+F:	include/linux/ethtool*
+F:	include/uapi/linux/ethtool*
+F:	net/ethtool/
+F:	tools/testing/selftests/drivers/net/*/ethtool*
+
 NETWORKING [GENERAL]
 M:	"David S. Miller" <davem@davemloft.net>
 M:	Eric Dumazet <edumazet@google.com>
-- 
2.48.1


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

end of thread, other threads:[~2025-02-04 16:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-02  2:11 [PATCH net 1/2] MAINTAINERS: add entry for ethtool Jakub Kicinski
2025-02-02  2:11 ` [PATCH net 2/2] MAINTAINERS: add a sample ethtool section entry Jakub Kicinski
2025-02-03 10:56   ` Simon Horman
2025-02-03 13:29     ` Andrew Lunn
2025-02-03 16:46       ` Jakub Kicinski
2025-02-04  9:39       ` Simon Horman
2025-02-04  9:26   ` Paolo Abeni
2025-02-04 15:37     ` Jakub Kicinski
2025-02-04 15:48       ` Paolo Abeni
2025-02-04 16:12       ` Andrew Lunn
2025-02-03 10:55 ` [PATCH net 1/2] MAINTAINERS: add entry for ethtool Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.