]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'netlink-specs-rtnetlink-adjust-specs-for-c-codegen'
authorJakub Kicinski <kuba@kernel.org>
Wed, 23 Apr 2025 23:07:22 +0000 (16:07 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Apr 2025 23:07:23 +0000 (16:07 -0700)
commitd219fab87542f1b9f1f4f47f7c02fdf395d0ca61
treec29246f202ca40ccddcc46176d8d99b949c0ea1d
parent87f43e6f06a2b027ec2a7e86b5b767c9d60f5fc8
parent620b38232f432b51e62bb83abdbfaec6317c54d1
Merge branch 'netlink-specs-rtnetlink-adjust-specs-for-c-codegen'

Jakub Kicinski says:

====================
netlink: specs: rtnetlink: adjust specs for C codegen

The first patch brings a schema extension allowing specifying
"header" (as in .h file) properties in attribute sets.
This is used for rare cases where we carry attributes from
another family in a nest - we need to include the extra
headers. If we were to generate kernel code we'd also
need to skip it in the uAPI output.

The remaining 11 patches are pretty boring schema adjustments.
====================

Link: https://patch.msgid.link/20250418021706.1967583-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>