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

Asbjørn Sloth Tønnesen posted 2 patches 6 days, 17 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20251120174429.390574-1-ast@fiberby.net
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 6 days, 17 hours 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 1 day, 7 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
Re: [PATCH net-next 0/2] tools: ynl-gen: regeneration comment + function prefix
Posted by MPTCP CI 6 days, 16 hours ago
Hi Asbjørn,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal (except selftest_mptcp_join): Success! ✅
- KVM Validation: normal (only selftest_mptcp_join): Success! ✅
- KVM Validation: debug (except selftest_mptcp_join): Success! ✅
- KVM Validation: debug (only selftest_mptcp_join): Success! ✅
- KVM Validation: btf-normal (only bpftest_all): Success! ✅
- KVM Validation: btf-debug (only bpftest_all): Success! ✅
- Task: https://github.com/multipath-tcp/mptcp_net-next/actions/runs/19546818189

Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/f040cba4ef2e
Patchwork: https://patchwork.kernel.org/project/mptcp/list/?series=1025958


If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:

    $ cd [kernel source code]
    $ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
        --pull always mptcp/mptcp-upstream-virtme-docker:latest \
        auto-normal

For more details:

    https://github.com/multipath-tcp/mptcp-upstream-virtme-docker


Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)

Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (NGI0 Core)