]> git.feebdaed.xyz Git - 0xmirror/iproute2.git/commit
scripts: Add uapi header import script
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 9 Sep 2025 13:21:42 +0000 (15:21 +0200)
committerDavid Ahern <dsahern@kernel.org>
Thu, 11 Sep 2025 20:54:53 +0000 (20:54 +0000)
commit87fda503c4fc055c5950b69ba14146ac92554ab6
tree6d311eabae809a616c06c21b7cb40bf0893b058c
parent5734dc8aa7034bfffdb1332ca4ec67c10bf0edcb
scripts: Add uapi header import script

Add a script to automate importing Linux UAPI headers from kernel source.
The script handles dependency resolution and creates a commit with proper
attribution, similar to the ethtool project approach.

Usage:
    $ LINUX_GIT="$LINUX_PATH" iproute2-import-uapi [commit]

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
scripts/iproute2-import-uapi [new file with mode: 0755]