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-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c3a9d74ee413bdb3007b39e62418f9757a0642e6;p=users%2Fhch%2Fmisc.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 36307a137cc1..36349b21cef5 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; } }