netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] net: ethtool: timestamping: Fix small issues in the new uAPI
@ 2025-01-28 15:35 Kory Maincent
  2025-01-28 15:35 ` [PATCH net 1/3] MAINTAINERS: Add myself as maintainer for socket timestamping and expand file list Kory Maincent
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Kory Maincent @ 2025-01-28 15:35 UTC (permalink / raw)
  To: Willem de Bruijn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Simon Horman, Donald Hunter
  Cc: Thomas Petazzoni, linux-kernel, netdev, Kory Maincent

Fix the hwtstamp flag parameter type by changing it from u32 to bitset,
ensuring correct representation and usage.
Correct a minor issue with the enumeration size check to improve
validation.

Add myself as the maintainer for socket timestamping to oversee the
changes before Linux is released.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
Kory Maincent (3):
      MAINTAINERS: Add myself as maintainer for socket timestamping and expand file list
      net: ethtool: tsconfig: Fix ts filters and types enums size check
      net: ethtool: tsconfig: Fix netlink type of hwtstamp flags

 Documentation/netlink/specs/ethtool.yaml |  3 ++-
 MAINTAINERS                              |  4 ++++
 include/uapi/linux/ethtool.h             |  2 ++
 net/ethtool/common.c                     |  5 +++++
 net/ethtool/common.h                     |  2 ++
 net/ethtool/strset.c                     |  5 +++++
 net/ethtool/tsconfig.c                   | 37 +++++++++++++++++++++-----------
 7 files changed, 45 insertions(+), 13 deletions(-)
---
base-commit: 05d91cdb1f9108426b14975ef4eeddf15875ca05
change-id: 20250127-fix_tsconfig-6e2a94bc2158

Best regards,
-- 
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2025-01-30 16:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-28 15:35 [PATCH net 0/3] net: ethtool: timestamping: Fix small issues in the new uAPI Kory Maincent
2025-01-28 15:35 ` [PATCH net 1/3] MAINTAINERS: Add myself as maintainer for socket timestamping and expand file list Kory Maincent
2025-01-30  0:39   ` Jakub Kicinski
2025-01-30  9:18     ` Kory Maincent
2025-01-30 16:31       ` Jakub Kicinski
2025-01-30 16:56         ` Kory Maincent
2025-01-28 15:35 ` [PATCH net 2/3] net: ethtool: tsconfig: Fix ts filters and types enums size check Kory Maincent
2025-01-30  0:45   ` Jakub Kicinski
2025-01-30  9:24     ` Kory Maincent
2025-01-30 16:42       ` Jakub Kicinski
2025-01-28 15:35 ` [PATCH net 3/3] net: ethtool: tsconfig: Fix netlink type of hwtstamp flags Kory Maincent
2025-01-30  0:49   ` Jakub Kicinski
2025-01-30  9:27     ` Kory Maincent
2025-01-30 16:43       ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).