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_declarations() warning to error

No problematic declarations 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-5-8a7921ca3a03@linutronix.de
Signed-off-by: Nathan Chancellor <nathan@kernel.org>

authored by

Thomas Weißschuh and committed by
Nathan Chancellor
b8d762c9 c3a9d74e

+1
+1
usr/include/headers_check.pl
··· 74 74 printf STDERR "$filename:$lineno: " . 75 75 "userspace cannot reference function or " . 76 76 "variable defined in the kernel\n"; 77 + $ret = 1; 77 78 } 78 79 } 79 80