diff mbox series

[net,1/3] MAINTAINERS: Add myself as maintainer for socket timestamping and expand file list

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

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; GEN HAS DIFF 2 files changed, 61 insertions(+), 10 deletions(-);
netdev/fixes_present success Fixes tag present in non-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, 14 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-01-29--12-00 (tests: 885)

Commit Message

Kory Maincent Jan. 28, 2025, 3:35 p.m. UTC
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(+)

Comments

Jakub Kicinski Jan. 30, 2025, 12:39 a.m. UTC | #1
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 mbox series

Patch

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