Re: [PATCH] kbuild: uapi: Drop check_config()

From: Nicolas Schier

Date: Tue Dec 30 2025 - 03:33:19 EST


On Tue, Dec 30, 2025 at 08:09:29AM +0100, Thomas Weißschuh wrote:
> 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@xxxxxxxxxxxxx>
> ---
> usr/include/headers_check.pl | 8 --------
> 1 file changed, 8 deletions(-)

Thanks for spotting!

Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>