mbox series

[net,v2,0/3] netlink: specs: mptcp: fixes for some descriptions

Message ID 20241221-net-mptcp-netlink-specs-pm-doc-fixes-v2-0-e54f2db3f844@kernel.org (mailing list archive)
Headers show
Series netlink: specs: mptcp: fixes for some descriptions | expand

Message

Matthieu Baerts Dec. 21, 2024, 11:09 a.m. UTC
When looking at the MPTCP PM Netlink specs rendered version [1], a few
small issues have been found with the descriptions, and fixed here:

- Patch 1: add a missing attribute for two events. For >= v5.19.

- Patch 2: clearly mention the attributes. For >= v6.7.

- Patch 3: fix missing descriptions and replace a wrong one. For >= v6.7.

Link: https://docs.kernel.org/networking/netlink_spec/mptcp_pm.html [1]
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Please note that there is no urgency here: this can of course be sent to
Linus next year!

Enjoy this holiday period!

---
Changes in v2:
- Run ynl-regen.sh and removed Fixes tag. (Jakub)
- Link to v1: https://lore.kernel.org/r/20241219-net-mptcp-netlink-specs-pm-doc-fixes-v1-0-825d3b45f27b@kernel.org

---
Matthieu Baerts (NGI0) (3):
      netlink: specs: mptcp: add missing 'server-side' attr
      netlink: specs: mptcp: clearly mention attributes
      netlink: specs: mptcp: fix missing doc

 Documentation/netlink/specs/mptcp_pm.yaml | 60 ++++++++++++++++---------------
 include/uapi/linux/mptcp_pm.h             | 50 +++++++++++++-------------
 2 files changed, 57 insertions(+), 53 deletions(-)
---
base-commit: 30b981796b94b083da8fdded7cb74cb493608760
change-id: 20241219-net-mptcp-netlink-specs-pm-doc-fixes-618a2e8f6aeb

Best regards,