[PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors

Donald Hunter posted 7 patches 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20250610125944.85265-1-donald.hunter@gmail.com
Documentation/netlink/specs/conntrack.yaml    |  38 ++--
Documentation/netlink/specs/devlink.yaml      | 208 +++++++++---------
Documentation/netlink/specs/dpll.yaml         |  14 +-
Documentation/netlink/specs/ethtool.yaml      |  70 +++---
Documentation/netlink/specs/fou.yaml          |  14 +-
Documentation/netlink/specs/handshake.yaml    |  10 +-
Documentation/netlink/specs/lockd.yaml        |   4 +-
Documentation/netlink/specs/mptcp_pm.yaml     | 192 ++++++++--------
Documentation/netlink/specs/net_shaper.yaml   |   7 +-
Documentation/netlink/specs/netdev.yaml       |  43 ++--
Documentation/netlink/specs/nfsd.yaml         |  10 +-
Documentation/netlink/specs/nftables.yaml     |  16 +-
Documentation/netlink/specs/nl80211.yaml      | 109 ++++-----
Documentation/netlink/specs/nlctrl.yaml       |   6 +-
Documentation/netlink/specs/ovpn.yaml         |  26 +--
Documentation/netlink/specs/ovs_datapath.yaml |   2 +-
Documentation/netlink/specs/ovs_flow.yaml     |  16 +-
Documentation/netlink/specs/ovs_vport.yaml    |   4 +-
Documentation/netlink/specs/rt-addr.yaml      |   2 +-
Documentation/netlink/specs/rt-link.yaml      |   2 +-
Documentation/netlink/specs/rt-neigh.yaml     |   2 +-
Documentation/netlink/specs/rt-route.yaml     |  10 +-
Documentation/netlink/specs/rt-rule.yaml      |   2 +-
Documentation/netlink/specs/tc.yaml           |  27 ++-
Documentation/netlink/specs/tcp_metrics.yaml  |   8 +-
Documentation/netlink/specs/team.yaml         |  16 +-
26 files changed, 440 insertions(+), 418 deletions(-)
[PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
Posted by Donald Hunter 6 months ago
yamllint reported ~500 errors and warnings in the netlink specs. Fix all
the reported issues.

Link: https://lore.kernel.org/netdev/m2tt4tt3wv.fsf@gmail.com/

Donald Hunter (7):
  netlink: specs: add doc start markers to yaml
  netlink: specs: clean up spaces in brackets
  netlink: specs: fix up spaces before comments
  netlink: specs: fix up truthy values
  netlink: specs: fix up indentation errors
  netlink: specs: wrap long doc lines (>80 chars)
  netlink: specs: fix a couple of yamllint warnings

 Documentation/netlink/specs/conntrack.yaml    |  38 ++--
 Documentation/netlink/specs/devlink.yaml      | 208 +++++++++---------
 Documentation/netlink/specs/dpll.yaml         |  14 +-
 Documentation/netlink/specs/ethtool.yaml      |  70 +++---
 Documentation/netlink/specs/fou.yaml          |  14 +-
 Documentation/netlink/specs/handshake.yaml    |  10 +-
 Documentation/netlink/specs/lockd.yaml        |   4 +-
 Documentation/netlink/specs/mptcp_pm.yaml     | 192 ++++++++--------
 Documentation/netlink/specs/net_shaper.yaml   |   7 +-
 Documentation/netlink/specs/netdev.yaml       |  43 ++--
 Documentation/netlink/specs/nfsd.yaml         |  10 +-
 Documentation/netlink/specs/nftables.yaml     |  16 +-
 Documentation/netlink/specs/nl80211.yaml      | 109 ++++-----
 Documentation/netlink/specs/nlctrl.yaml       |   6 +-
 Documentation/netlink/specs/ovpn.yaml         |  26 +--
 Documentation/netlink/specs/ovs_datapath.yaml |   2 +-
 Documentation/netlink/specs/ovs_flow.yaml     |  16 +-
 Documentation/netlink/specs/ovs_vport.yaml    |   4 +-
 Documentation/netlink/specs/rt-addr.yaml      |   2 +-
 Documentation/netlink/specs/rt-link.yaml      |   2 +-
 Documentation/netlink/specs/rt-neigh.yaml     |   2 +-
 Documentation/netlink/specs/rt-route.yaml     |  10 +-
 Documentation/netlink/specs/rt-rule.yaml      |   2 +-
 Documentation/netlink/specs/tc.yaml           |  27 ++-
 Documentation/netlink/specs/tcp_metrics.yaml  |   8 +-
 Documentation/netlink/specs/team.yaml         |  16 +-
 26 files changed, 440 insertions(+), 418 deletions(-)

-- 
2.49.0
Re: [PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
Posted by patchwork-bot+netdevbpf@kernel.org 6 months ago
Hello:

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

On Tue, 10 Jun 2025 13:59:37 +0100 you wrote:
> yamllint reported ~500 errors and warnings in the netlink specs. Fix all
> the reported issues.
> 
> Link: https://lore.kernel.org/netdev/m2tt4tt3wv.fsf@gmail.com/
> 
> Donald Hunter (7):
>   netlink: specs: add doc start markers to yaml
>   netlink: specs: clean up spaces in brackets
>   netlink: specs: fix up spaces before comments
>   netlink: specs: fix up truthy values
>   netlink: specs: fix up indentation errors
>   netlink: specs: wrap long doc lines (>80 chars)
>   netlink: specs: fix a couple of yamllint warnings
> 
> [...]

Here is the summary with links:
  - [net-next,v1,1/7] netlink: specs: add doc start markers to yaml
    https://git.kernel.org/netdev/net-next/c/ce6bd277e1f7
  - [net-next,v1,2/7] netlink: specs: clean up spaces in brackets
    https://git.kernel.org/netdev/net-next/c/880d43ca9aa4
  - [net-next,v1,3/7] netlink: specs: fix up spaces before comments
    https://git.kernel.org/netdev/net-next/c/2338bab56951
  - [net-next,v1,4/7] netlink: specs: fix up truthy values
    https://git.kernel.org/netdev/net-next/c/3c90fd2baaa0
  - [net-next,v1,5/7] netlink: specs: fix up indentation errors
    https://git.kernel.org/netdev/net-next/c/ec362192aa9e
  - [net-next,v1,6/7] netlink: specs: wrap long doc lines (>80 chars)
    https://git.kernel.org/netdev/net-next/c/d26552d38c82
  - [net-next,v1,7/7] netlink: specs: fix a couple of yamllint warnings
    https://git.kernel.org/netdev/net-next/c/97c6383113b5

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
Posted by Matthieu Baerts 6 months ago
Hi Donald,

On 10/06/2025 14:59, Donald Hunter wrote:
> yamllint reported ~500 errors and warnings in the netlink specs. Fix all
> the reported issues.

Thank you for this big cleanup!

> Donald Hunter (7):
>   netlink: specs: add doc start markers to yaml
>   netlink: specs: clean up spaces in brackets
>   netlink: specs: fix up spaces before comments
>   netlink: specs: fix up truthy values
>   netlink: specs: fix up indentation errors
>   netlink: specs: wrap long doc lines (>80 chars)
>   netlink: specs: fix a couple of yamllint warnings

(...)

>  Documentation/netlink/specs/mptcp_pm.yaml     | 192 ++++++++--------

For the changes to Documentation/netlink/specs/mptcp_pm.yaml:

Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> # mptcp_pm.yaml

Cheers,
Matt
-- 
Sponsored by the NGI0 Core fund.
Re: [PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
Posted by MPTCP CI 6 months ago
Hi Donald,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- KVM Validation: normal: Success! ✅
- KVM Validation: debug: 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/15560674628

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


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)
Re: [PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
Posted by Chuck Lever 6 months ago
On 6/10/25 8:59 AM, Donald Hunter wrote:
> yamllint reported ~500 errors and warnings in the netlink specs. Fix all
> the reported issues.
> 
> Link: https://lore.kernel.org/netdev/m2tt4tt3wv.fsf@gmail.com/
> 
> Donald Hunter (7):
>   netlink: specs: add doc start markers to yaml
>   netlink: specs: clean up spaces in brackets
>   netlink: specs: fix up spaces before comments
>   netlink: specs: fix up truthy values
>   netlink: specs: fix up indentation errors
>   netlink: specs: wrap long doc lines (>80 chars)
>   netlink: specs: fix a couple of yamllint warnings
> 
>  Documentation/netlink/specs/conntrack.yaml    |  38 ++--
>  Documentation/netlink/specs/devlink.yaml      | 208 +++++++++---------
>  Documentation/netlink/specs/dpll.yaml         |  14 +-
>  Documentation/netlink/specs/ethtool.yaml      |  70 +++---
>  Documentation/netlink/specs/fou.yaml          |  14 +-
>  Documentation/netlink/specs/handshake.yaml    |  10 +-
>  Documentation/netlink/specs/lockd.yaml        |   4 +-
>  Documentation/netlink/specs/mptcp_pm.yaml     | 192 ++++++++--------
>  Documentation/netlink/specs/net_shaper.yaml   |   7 +-
>  Documentation/netlink/specs/netdev.yaml       |  43 ++--
>  Documentation/netlink/specs/nfsd.yaml         |  10 +-
>  Documentation/netlink/specs/nftables.yaml     |  16 +-
>  Documentation/netlink/specs/nl80211.yaml      | 109 ++++-----
>  Documentation/netlink/specs/nlctrl.yaml       |   6 +-
>  Documentation/netlink/specs/ovpn.yaml         |  26 +--
>  Documentation/netlink/specs/ovs_datapath.yaml |   2 +-
>  Documentation/netlink/specs/ovs_flow.yaml     |  16 +-
>  Documentation/netlink/specs/ovs_vport.yaml    |   4 +-
>  Documentation/netlink/specs/rt-addr.yaml      |   2 +-
>  Documentation/netlink/specs/rt-link.yaml      |   2 +-
>  Documentation/netlink/specs/rt-neigh.yaml     |   2 +-
>  Documentation/netlink/specs/rt-route.yaml     |  10 +-
>  Documentation/netlink/specs/rt-rule.yaml      |   2 +-
>  Documentation/netlink/specs/tc.yaml           |  27 ++-
>  Documentation/netlink/specs/tcp_metrics.yaml  |   8 +-
>  Documentation/netlink/specs/team.yaml         |  16 +-
>  26 files changed, 440 insertions(+), 418 deletions(-)
> 

For the changes to Documentation/netlink/specs/handshake.yml:

Reviewed-by: Chuck Lever <chuck.lever@oracle.com>


-- 
Chuck Lever