mbox series

[net,0/3] net: ethtool: timestamping: Fix small issues in the new uAPI

Message ID 20250128-fix_tsconfig-v1-0-87adcdc4e394@bootlin.com (mailing list archive)
Headers show
Series net: ethtool: timestamping: Fix small issues in the new uAPI | expand

Message

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