Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Thomas Weißschuh and committed by
Nathan Chancellor
c3a9d74e 24b1bd64

+1 -2
+1 -2
usr/include/headers_check.pl
··· 159 159 "found __[us]{8,16,32,64} type " . 160 160 "without #include <linux/types.h>\n"; 161 161 $linux_types = 2; 162 - # Warn until headers are all fixed 163 - #$ret = 1; 162 + $ret = 1; 164 163 } 165 164 }