]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kbuild: uapi: Drop check_config()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 30 Dec 2025 07:09:29 +0000 (08:09 +0100)
committerNathan Chancellor <nathan@kernel.org>
Tue, 30 Dec 2025 20:06:03 +0000 (13:06 -0700)
commit1b5e068d598e16b3a4ee3fa632108ea393d4e3f1
tree1162a890b7a4bb1795e431460570a4bd9bcda8c8
parentf8e05c10631e665ccabc8410beec6058d2a07c57
kbuild: uapi: Drop check_config()

headers_install.sh already tests for CONFIG symbols. It does so in a
more comprehensive way, by only checking for references in code and
also running even if CONFIG_UAPI_HEADER_TEST is disabled.
And check_config() has been disabled any case.

Drop the pointless check.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20251230-uapi-check_config-v1-1-00ecec109f39@linutronix.de
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
usr/include/headers_check.pl