commit | 87fda503c4fc055c5950b69ba14146ac92554ab6 | [log] [tgz] |
---|---|---|
author | Kory Maincent <kory.maincent@bootlin.com> | Tue Sep 09 15:21:42 2025 +0200 |
committer | David Ahern <dsahern@kernel.org> | Thu Sep 11 20:54:53 2025 +0000 |
tree | 6d311eabae809a616c06c21b7cb40bf0893b058c | |
parent | 5734dc8aa7034bfffdb1332ca4ec67c10bf0edcb [diff] |
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>