From: Thomas Weißschuh Date: Wed, 13 Aug 2025 06:16:59 +0000 (+0200) Subject: kbuild: uapi: upgrade check_sizetypes() warning to error X-Git-Tag: v6.18-rc1~140^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3a9d74ee413bdb3007b39e62418f9757a0642e6;p=thirdparty%2Flinux.git kbuild: uapi: upgrade check_sizetypes() warning to error No problematic type usages exist anymore. Make sure it stays this way. Signed-off-by: Thomas Weißschuh Reviewed-by: Nicolas Schier Link: https://lore.kernel.org/r/20250813-kbuild-hdrtest-fixes-v2-4-8a7921ca3a03@linutronix.de Signed-off-by: Nathan Chancellor --- diff --git a/usr/include/headers_check.pl b/usr/include/headers_check.pl index 36307a137cc1e..36349b21cef5d 100755 --- a/usr/include/headers_check.pl +++ b/usr/include/headers_check.pl @@ -159,7 +159,6 @@ sub check_sizetypes "found __[us]{8,16,32,64} type " . "without #include \n"; $linux_types = 2; - # Warn until headers are all fixed - #$ret = 1; + $ret = 1; } }