projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a9d74
)
kbuild: uapi: upgrade check_declarations() warning to error
author
Thomas Weißschuh
<thomas.weissschuh@linutronix.de>
Wed, 13 Aug 2025 06:17:00 +0000
(08:17 +0200)
committer
Nathan Chancellor
<nathan@kernel.org>
Wed, 13 Aug 2025 21:00:35 +0000
(14:00 -0700)
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>
usr/include/headers_check.pl
patch
|
blob
|
history
diff --git
a/usr/include/headers_check.pl
b/usr/include/headers_check.pl
index
36349b2
..
21c2fb9
100755
(executable)
--- a/
usr/include/headers_check.pl
+++ b/
usr/include/headers_check.pl
@@
-74,6
+74,7
@@
sub check_declarations
printf STDERR "$filename:$lineno: " .
"userspace cannot reference function or " .
"variable defined in the kernel\n";
+ $ret = 1;
}
}