[PATCH net-next 00/10] netlink: specs: enum alignment fixes

Asbjørn Sloth Tønnesen posted 10 patches 1 week, 6 days ago
Documentation/netlink/specs/devlink.yaml |  2 +-
Documentation/netlink/specs/ethtool.yaml |  4 ++-
Documentation/netlink/specs/nl80211.yaml |  4 +--
Documentation/netlink/specs/rt-link.yaml | 37 +++++++++++++-----------
Documentation/netlink/specs/tc.yaml      |  2 +-
5 files changed, 27 insertions(+), 22 deletions(-)
[PATCH net-next 00/10] netlink: specs: enum alignment fixes
Posted by Asbjørn Sloth Tønnesen 1 week, 6 days ago
This series fixes misalignment issues in YNL-defined enums or flags.

While this is not a direct continuation, the rt-link changes was
previously posted as part of another RFC:
https://lore.kernel.org/netdev/20260910221733.1021864-1-ast@fiberby.net/

Asbjørn Sloth Tønnesen (10):
  netlink: specs: rt-link: re-align IPv4 devconf
  netlink: specs: rt-link: re-align ifla-inet6-stats
  netlink: specs: rt-link: fix ifinfo-flags names
  netlink: specs: rt-link: fix netkit-policy names
  netlink: specs: devlink: fix resource-scope type
  netlink: specs: ethtool: re-align c33-pse-ext-state
  netlink: specs: ethtool: re-align module-fw-flash-status
  netlink: specs: nl80211: fix naming of enum members
  netlink: specs: tc: fix typo in cls-flags
  netlink: specs: fix incorrect name-prefixes

 Documentation/netlink/specs/devlink.yaml |  2 +-
 Documentation/netlink/specs/ethtool.yaml |  4 ++-
 Documentation/netlink/specs/nl80211.yaml |  4 +--
 Documentation/netlink/specs/rt-link.yaml | 37 +++++++++++++-----------
 Documentation/netlink/specs/tc.yaml      |  2 +-
 5 files changed, 27 insertions(+), 22 deletions(-)


base-commit: 17d3afadf539c93def8106bbb83c88274bdc7ab1
-- 
2.55.0

Re: [PATCH net-next 00/10] netlink: specs: enum alignment fixes
Posted by Jakub Kicinski 1 week, 6 days ago
On Fri, 11 Sep 2026 21:41:26 +0000 Asbjørn Sloth Tønnesen wrote:
> This series fixes misalignment issues in YNL-defined enums or flags.
> 
> While this is not a direct continuation, the rt-link changes was
> previously posted as part of another RFC:
> https://lore.kernel.org/netdev/20260910221733.1021864-1-ast@fiberby.net/

We can take the netkit patch out when applying, and either way:

Reviewed-by: Jakub Kicinski <kuba@kernel.org>

Thanks!