mbox series

[net,v3,0/4] netlink: specs: rt_addr: fix problems revealed by C codegen

Message ID 20250403013706.2828322-1-kuba@kernel.org (mailing list archive)
Headers show
Series netlink: specs: rt_addr: fix problems revealed by C codegen | expand

Message

Jakub Kicinski April 3, 2025, 1:37 a.m. UTC
I put together basic YNL C support for classic netlink. This revealed
a few problems in the rt_addr spec.

v3:
 - fixes from Donald on patch 2 and 3
 - patch 4 is new
v2:
 - fix the Fixes tag on patch 1
 - add 2 more patches
v1: https://lore.kernel.org/20250401012939.2116915-1-kuba@kernel.org

Jakub Kicinski (4):
  netlink: specs: rt_addr: fix the spec format / schema failures
  netlink: specs: rt_addr: fix get multi command name
  netlink: specs: rt_addr: pull the ifa- prefix out of the names
  netlink: specs: rt_route: pull the ifa- prefix out of the names

 Documentation/netlink/specs/rt_addr.yaml  |  42 ++---
 Documentation/netlink/specs/rt_route.yaml | 180 +++++++++++-----------
 tools/testing/selftests/net/rtnetlink.py  |   4 +-
 3 files changed, 115 insertions(+), 111 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 4, 2025, 3:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  2 Apr 2025 18:37:02 -0700 you wrote:
> I put together basic YNL C support for classic netlink. This revealed
> a few problems in the rt_addr spec.
> 
> v3:
>  - fixes from Donald on patch 2 and 3
>  - patch 4 is new
> v2:
>  - fix the Fixes tag on patch 1
>  - add 2 more patches
> v1: https://lore.kernel.org/20250401012939.2116915-1-kuba@kernel.org
> 
> [...]

Here is the summary with links:
  - [net,v3,1/4] netlink: specs: rt_addr: fix the spec format / schema failures
    https://git.kernel.org/netdev/net/c/0802c32d4b03
  - [net,v3,2/4] netlink: specs: rt_addr: fix get multi command name
    https://git.kernel.org/netdev/net/c/524c03585fda
  - [net,v3,3/4] netlink: specs: rt_addr: pull the ifa- prefix out of the names
    https://git.kernel.org/netdev/net/c/0c8e30252d9f
  - [net,v3,4/4] netlink: specs: rt_route: pull the ifa- prefix out of the names
    https://git.kernel.org/netdev/net/c/1a1eba0e9899

You are awesome, thank you!