Message ID | 20250128-fix_tsconfig-v1-1-87adcdc4e394@bootlin.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: ethtool: timestamping: Fix small issues in the new uAPI | expand |
On Tue, 28 Jan 2025 16:35:46 +0100 Kory Maincent wrote: > Add myself as maintainer for socket timestamping. I have contributed > modifications to the timestamping core to support selection between > multiple PTP instances within a network topology. > > Expand the file list to include timestamping ethtool support. Hi Kory, is there more context you could provide for this change? For core pieces of the stack, with a long history, we tend to designate as maintainer folks who review the changes, not just write code. According to our development stats that doesn't describe you, just yet: Top reviewer score: 6.12: Negative # 5 ( +6) [ 50] Kory Maincent (Dent Project) 6.13: Negative #11 (***) [ 29] Kory Maincent (Dent Project) https://lore.kernel.org/20250121200710.19126f7d@kernel.org https://lore.kernel.org/20241119191608.514ea226@kernel.org https://lore.kernel.org/20240922190125.24697d06@kernel.org That said, I do feel like we're lacking maintainers for sections of the ethtool code. Maybe we could start with adding and entry for you for just: > +F: net/ethtool/tsconfig.c > +F: net/ethtool/tsinfo.c Does that sound fair?
diff --git a/MAINTAINERS b/MAINTAINERS index 1899ef93e498..1052131a141d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21729,10 +21729,14 @@ F: sound/soc/uniphier/ SOCKET TIMESTAMPING M: Willem de Bruijn <willemdebruijn.kernel@gmail.com> +M: Kory Maincent <kory.maincent@bootlin.com> S: Maintained F: Documentation/networking/timestamping.rst F: include/linux/net_tstamp.h F: include/uapi/linux/net_tstamp.h +F: net/core/timestamping.c +F: net/ethtool/tsconfig.c +F: net/ethtool/tsinfo.c F: tools/testing/selftests/net/so_txtime.c SOEKRIS NET48XX LED SUPPORT
Add myself as maintainer for socket timestamping. I have contributed modifications to the timestamping core to support selection between multiple PTP instances within a network topology. Expand the file list to include timestamping ethtool support. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+)