Skip to content

Commit c3a9d74

Browse files
t-8chnathanchance
authored andcommitted
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>
1 parent 24b1bd6 commit c3a9d74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

usr/include/headers_check.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ sub check_sizetypes
159159
"found __[us]{8,16,32,64} type " .
160160
"without #include <linux/types.h>\n";
161161
$linux_types = 2;
162-
# Warn until headers are all fixed
163-
#$ret = 1;
162+
$ret = 1;
164163
}
165164
}

0 commit comments

Comments
 (0)