Re: [PATCH v2] kbuild: uapi: Strip comments before size type check

From: Nathan Chancellor

Date: Tue Oct 07 2025 - 12:55:54 EST



On Mon, 06 Oct 2025 14:33:42 +0200, Geert Uytterhoeven wrote:
> On m68k, check_sizetypes in headers_check reports:
>
> ./usr/include/asm/bootinfo-amiga.h:17: found __[us]{8,16,32,64} type without #include <linux/types.h>
>
> This header file does not use any of the Linux-specific integer types,
> but merely refers to them from comments, so this is a false positive.
> As of commit c3a9d74ee413bdb3 ("kbuild: uapi: upgrade check_sizetypes()
> warning to error"), this check was promoted to an error, breaking m68k
> all{mod,yes}config builds.
>
> [...]

Applied, thanks!

[1/1] kbuild: uapi: Strip comments before size type check
https://git.kernel.org/kbuild/c/66128f4287b04

Best regards,
--
Nathan Chancellor <nathan@xxxxxxxxxx>