summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2025-08-13 08:16:59 +0200
committerNathan Chancellor <nathan@kernel.org>2025-08-13 14:00:34 -0700
commitc3a9d74ee413bdb3007b39e62418f9757a0642e6 (patch)
tree119227f81169d69262590ef84ba259773162dd4f
parent24b1bd64ee4030a306f74811c346db4042f4c98a (diff)
downloadlinux-c3a9d74ee413bdb3007b39e62418f9757a0642e6.tar.gz
linux-c3a9d74ee413bdb3007b39e62418f9757a0642e6.tar.bz2
linux-c3a9d74ee413bdb3007b39e62418f9757a0642e6.zip
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 <thomas.weissschuh@linutronix.de> Reviewed-by: Nicolas Schier <nsc@kernel.org> Link: https://lore.kernel.org/r/20250813-kbuild-hdrtest-fixes-v2-4-8a7921ca3a03@linutronix.de Signed-off-by: Nathan Chancellor <nathan@kernel.org>
-rwxr-xr-xusr/include/headers_check.pl3
1 files changed, 1 insertions, 2 deletions
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 <linux/types.h>\n";
$linux_types = 2;
- # Warn until headers are all fixed
- #$ret = 1;
+ $ret = 1;
}
}