Unverified Commit c3a9d74e authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Nathan Chancellor
Browse files

kbuild: uapi: upgrade check_sizetypes() warning to error



No problematic type usages exist anymore.

Make sure it stays this way.

Signed-off-by: default avatarThomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: default avatarNicolas Schier <nsc@kernel.org>
Link: https://lore.kernel.org/r/20250813-kbuild-hdrtest-fixes-v2-4-8a7921ca3a03@linutronix.de


Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
parent 24b1bd64
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
	}
}