Linux kbuild/kconfig development
 help / color / mirror / Atom feed
* [PATCH 0/2] objtool: Add option to fail build on vmlinux warnings
@ 2024-12-13 11:31 Brendan Jackman
  2024-12-13 11:31 ` [PATCH 1/2] objtool: Add --fail-on-warn Brendan Jackman
  2024-12-13 11:31 ` [PATCH 2/2] kbuild: Add option to fail build on vmlinux objtool issues Brendan Jackman
  0 siblings, 2 replies; 8+ messages in thread
From: Brendan Jackman @ 2024-12-13 11:31 UTC (permalink / raw)
  To: Josh Poimboeuf, Peter Zijlstra, Andrew Morton, Masahiro Yamada,
	Nathan Chancellor, Nicolas Schier
  Cc: linux-kernel, linux-kbuild, Brendan Jackman

This adds an option to objtool to exit with an error when it enounters
warnings.

Then, it adds a config to enable that flag on vmlinux. This enables you
to fail the build e.g. when noinstr is violated.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
---
Brendan Jackman (2):
      objtool: Add --fail-on-warn
      kbuild: Add option to fail build on vmlinux objtool issues

 lib/Kconfig.debug                       | 11 +++++++++++
 scripts/Makefile.vmlinux_o              |  1 +
 tools/objtool/builtin-check.c           |  6 ++++++
 tools/objtool/check.c                   |  7 ++-----
 tools/objtool/include/objtool/builtin.h |  1 +
 5 files changed, 21 insertions(+), 5 deletions(-)
---
base-commit: f932fb9b40749d1c9a539d89bb3e288c077aafe5
change-id: 20241213-objtool-strict-cb9a0a75139e

Best regards,
-- 
Brendan Jackman <jackmanb@google.com>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-12-18  9:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 11:31 [PATCH 0/2] objtool: Add option to fail build on vmlinux warnings Brendan Jackman
2024-12-13 11:31 ` [PATCH 1/2] objtool: Add --fail-on-warn Brendan Jackman
2024-12-14  0:36   ` Josh Poimboeuf
2024-12-16  9:55     ` Brendan Jackman
2024-12-13 11:31 ` [PATCH 2/2] kbuild: Add option to fail build on vmlinux objtool issues Brendan Jackman
2024-12-14  0:52   ` Josh Poimboeuf
2024-12-16 10:00     ` Brendan Jackman
2024-12-18  9:08       ` Josh Poimboeuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox