Merge branch 'mptcp-convert-netlink-code-to-use-yaml-spec'
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Oct 2023 20:00:33 +0000 (13:00 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Oct 2023 20:00:34 +0000 (13:00 -0700)
commitfb1c535b13b7fa013e70265535182638ef2f04d6
tree351ad35e9eb37734ad9109a09c5b4a374b209ba3
parent6d25d1dc76bf5943a5c1f4bb74d66d5eac58eb77
parentaab4d8564947f391674391e5c346d7f6f1c49f89
Merge branch 'mptcp-convert-netlink-code-to-use-yaml-spec'

Mat Martineau says:

====================
mptcp: convert Netlink code to use YAML spec

This series from Davide converts most of the MPTCP Netlink interface
(plus uAPI bits) to use sources generated by YNL using a YAML spec file.

This new YAML file is useful to validate the API and to generate a good
documentation page.

Patch 1 modifies YNL spec to support "uns-admin-perm" for genetlink
legacy.

Patch 2 adds support for validating exact length of netlink attrs.

Patch 3 converts Netlink structures from small_ops to ops to prepare the
switch to YAML.

Patch 4 adds the Netlink YAML spec for MPTCP.

Patch 5 adds and uses a new header file generated from the new YAML
spec.

Patch 6 renames some handlers to match the ones generated from the YAML
spec.

Patch 7 adds and uses Netlink policies automatically generated from the
YAML spec.
====================

Link: https://lore.kernel.org/r/20231023-send-net-next-20231023-1-v2-0-16b1f701f900@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>