]> Gentwo Git Trees - linux/.git/commit
kbuild: uapi: Drop types.h check from headers_check.pl
authorNathan Chancellor <nathan@kernel.org>
Thu, 23 Oct 2025 22:51:29 +0000 (23:51 +0100)
committerNicolas Schier <nsc@kernel.org>
Sat, 8 Nov 2025 11:18:00 +0000 (12:18 +0100)
commit2d7eda1db504e98650c03706e8c551b35a468c34
tree83a8b16e1876b43c2aef94cafa56106c4fc1b147
parent7319256dda306b867506899b6438e6eb96a1ead0
kbuild: uapi: Drop types.h check from headers_check.pl

Since commit d6fc9fcbaa65 ("kbuild: compile-test exported headers to
ensure they are self-contained"), the UAPI headers are compile tested
standalone with the compiler. This compile testing will catch a missing
include of types.h, making the types.h checking in headers_check.pl
originally added in commit 483b41218fa9 ("kbuild: add checks for include
of linux/types in userspace headers") obsolete.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://patch.msgid.link/20251023-headers-pl-drop-check-sizes-v1-1-18bd21cf8f5e@kernel.org
Signed-off-by: Nicolas Schier <nsc@kernel.org>
usr/include/headers_check.pl