]> git.ipfire.org Git - thirdparty/linux.git/commit
check-uapi: use dummy libc includes
authorArnd Bergmann <arnd@arndb.de>
Fri, 6 Mar 2026 16:33:09 +0000 (17:33 +0100)
committerNicolas Schier <nsc@kernel.org>
Fri, 20 Mar 2026 20:43:56 +0000 (21:43 +0100)
commitbb25b5635e90e33c8c1c4ef231d4d7351c06be49
tree00faf4bd59d639004eeee0130f0ec9e74fb089fb
parent9940ec38f12ed8ffe8edc1944f9bbdf9b9a4689e
check-uapi: use dummy libc includes

Based on Thomas Weißschuh's series to kernel headers to no longer require
an installed libc when build testing the uapi headers, the same can now
be done for the scripts/check-uapi.sh script.

The only required change here is to add the  usr/dummy-include include
path.

Link: https://lore.kernel.org/lkml/20260227-kbuild-uapi-libc-v1-0-c17de0d19776@weissschuh.net/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Nathan Chancellor <nathan@kernel.org>
Link: https://patch.msgid.link/20260306163309.2015837-4-arnd@kernel.org
Signed-off-by: Nicolas Schier <nsc@kernel.org>
scripts/check-uapi.sh