]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kbuild/btf: Propagate CONFIG_WERROR to resolve_btfids
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 4 Dec 2024 19:37:45 +0000 (20:37 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 10 Dec 2024 16:57:42 +0000 (17:57 +0100)
commit6e8ba494d87d05cba49224d2068dd313190adbd0
tree7644d9c6f137baf04941fa52b059c107d60f9f78
parentb70b073979ebf7a5271e7ce655ea1c25b4673f04
kbuild/btf: Propagate CONFIG_WERROR to resolve_btfids

Use CONFIG_WERROR to also fail on warnings emitted by resolve_btfids.
Allow the CI bots to prevent the introduction of new warnings.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/bpf/20241204-resolve_btfids-v3-2-e6a279a74cfd@weissschuh.net
scripts/link-vmlinux.sh