[PATCH net-next 0/2] tools: ynl-gen: regeneration comment + function prefix

Asbjørn Sloth Tønnesen posted 2 patches 1 week, 4 days ago
There is a newer version of this series
drivers/android/binder_netlink.c              |  1 +
drivers/android/binder_netlink.h              |  1 +
drivers/dpll/dpll_nl.c                        |  1 +
drivers/dpll/dpll_nl.h                        |  1 +
drivers/net/ovpn/netlink-gen.c                |  1 +
drivers/net/ovpn/netlink-gen.h                |  1 +
drivers/net/team/team_nl.c                    |  1 +
drivers/net/team/team_nl.h                    |  1 +
fs/lockd/netlink.c                            |  1 +
fs/lockd/netlink.h                            |  1 +
fs/nfsd/netlink.c                             |  1 +
fs/nfsd/netlink.h                             |  1 +
include/uapi/linux/android/binder_netlink.h   |  1 +
include/uapi/linux/dpll.h                     |  1 +
.../uapi/linux/ethtool_netlink_generated.h    |  1 +
include/uapi/linux/fou.h                      |  1 +
include/uapi/linux/handshake.h                |  1 +
include/uapi/linux/if_team.h                  |  1 +
include/uapi/linux/lockd_netlink.h            |  1 +
include/uapi/linux/mptcp_pm.h                 |  1 +
include/uapi/linux/net_shaper.h               |  1 +
include/uapi/linux/netdev.h                   |  1 +
include/uapi/linux/nfsd_netlink.h             |  1 +
include/uapi/linux/ovpn.h                     |  1 +
include/uapi/linux/psp.h                      |  1 +
net/core/netdev-genl-gen.c                    |  1 +
net/core/netdev-genl-gen.h                    |  1 +
net/devlink/netlink_gen.c                     |  1 +
net/devlink/netlink_gen.h                     |  1 +
net/handshake/genl.c                          |  1 +
net/handshake/genl.h                          |  1 +
net/ipv4/fou_nl.c                             |  1 +
net/ipv4/fou_nl.h                             |  1 +
net/mptcp/mptcp_pm_gen.c                      |  1 +
net/mptcp/mptcp_pm_gen.h                      |  1 +
net/psp/psp-nl-gen.c                          |  1 +
net/psp/psp-nl-gen.h                          |  1 +
net/shaper/shaper_nl_gen.c                    |  1 +
net/shaper/shaper_nl_gen.h                    |  1 +
tools/include/uapi/linux/netdev.h             |  1 +
tools/net/ynl/pyynl/ynl_gen_c.py              | 26 ++++++++++++-------
41 files changed, 57 insertions(+), 9 deletions(-)
[PATCH net-next 0/2] tools: ynl-gen: regeneration comment + function prefix
Posted by Asbjørn Sloth Tønnesen 1 week, 4 days ago
It looks like these two patches are the last ones needed
for YNL, before the WireGuard patches can go in.

These patches was both requested by Jason, during review
of the WireGuard YNL conversion patchset[1].

[1] https://lore.kernel.org/r/20251105183223.89913-1-ast@fiberby.net/T/#u

Asbjørn Sloth Tønnesen (2):
  tools: ynl-gen: add function prefix argument
  tools: ynl-gen: add regeneration comment

 drivers/android/binder_netlink.c              |  1 +
 drivers/android/binder_netlink.h              |  1 +
 drivers/dpll/dpll_nl.c                        |  1 +
 drivers/dpll/dpll_nl.h                        |  1 +
 drivers/net/ovpn/netlink-gen.c                |  1 +
 drivers/net/ovpn/netlink-gen.h                |  1 +
 drivers/net/team/team_nl.c                    |  1 +
 drivers/net/team/team_nl.h                    |  1 +
 fs/lockd/netlink.c                            |  1 +
 fs/lockd/netlink.h                            |  1 +
 fs/nfsd/netlink.c                             |  1 +
 fs/nfsd/netlink.h                             |  1 +
 include/uapi/linux/android/binder_netlink.h   |  1 +
 include/uapi/linux/dpll.h                     |  1 +
 .../uapi/linux/ethtool_netlink_generated.h    |  1 +
 include/uapi/linux/fou.h                      |  1 +
 include/uapi/linux/handshake.h                |  1 +
 include/uapi/linux/if_team.h                  |  1 +
 include/uapi/linux/lockd_netlink.h            |  1 +
 include/uapi/linux/mptcp_pm.h                 |  1 +
 include/uapi/linux/net_shaper.h               |  1 +
 include/uapi/linux/netdev.h                   |  1 +
 include/uapi/linux/nfsd_netlink.h             |  1 +
 include/uapi/linux/ovpn.h                     |  1 +
 include/uapi/linux/psp.h                      |  1 +
 net/core/netdev-genl-gen.c                    |  1 +
 net/core/netdev-genl-gen.h                    |  1 +
 net/devlink/netlink_gen.c                     |  1 +
 net/devlink/netlink_gen.h                     |  1 +
 net/handshake/genl.c                          |  1 +
 net/handshake/genl.h                          |  1 +
 net/ipv4/fou_nl.c                             |  1 +
 net/ipv4/fou_nl.h                             |  1 +
 net/mptcp/mptcp_pm_gen.c                      |  1 +
 net/mptcp/mptcp_pm_gen.h                      |  1 +
 net/psp/psp-nl-gen.c                          |  1 +
 net/psp/psp-nl-gen.h                          |  1 +
 net/shaper/shaper_nl_gen.c                    |  1 +
 net/shaper/shaper_nl_gen.h                    |  1 +
 tools/include/uapi/linux/netdev.h             |  1 +
 tools/net/ynl/pyynl/ynl_gen_c.py              | 26 ++++++++++++-------
 41 files changed, 57 insertions(+), 9 deletions(-)

-- 
2.51.0

Re: [PATCH net-next 0/2] tools: ynl-gen: regeneration comment + function prefix
Posted by patchwork-bot+netdevbpf@kernel.org 5 days, 21 hours ago
Hello:

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

On Thu, 20 Nov 2025 17:44:25 +0000 you wrote:
> It looks like these two patches are the last ones needed
> for YNL, before the WireGuard patches can go in.
> 
> These patches was both requested by Jason, during review
> of the WireGuard YNL conversion patchset[1].
> 
> [1] https://lore.kernel.org/r/20251105183223.89913-1-ast@fiberby.net/T/#u
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] tools: ynl-gen: add function prefix argument
    https://git.kernel.org/netdev/net-next/c/17fa6ee35bd4
  - [net-next,2/2] tools: ynl-gen: add regeneration comment
    https://git.kernel.org/netdev/net-next/c/68e83f347266

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html