public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] kbuild: enable objtool for more objects and re-enable KCSAN for *.mod.o
@ 2024-11-13 23:45 Masahiro Yamada
  2024-11-13 23:45 ` [PATCH 1/3] kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.lib Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Masahiro Yamada @ 2024-11-13 23:45 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Paul Menzel, Borislav Petkov, Nikolay Borisov, Marco Elver,
	Josh Poimboeuf, Masahiro Yamada, Nathan Chancellor,
	Nicolas Schier, linux-kernel


Now, objtool will have better coverage, and we can revert 54babdc0343f.



Masahiro Yamada (3):
  kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.lib
  kbuild: enable objtool for *.mod.o and additional kernel objects
  kbuild: re-enable KCSAN for autogenerated *.mod.c intermediaries

 scripts/Makefile.build    | 25 -------------------------
 scripts/Makefile.lib      | 31 +++++++++++++++++++++++++++++++
 scripts/Makefile.modfinal | 11 ++++-------
 scripts/Makefile.vmlinux  | 12 +++---------
 4 files changed, 38 insertions(+), 41 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-11-19 17:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 23:45 [PATCH 0/3] kbuild: enable objtool for more objects and re-enable KCSAN for *.mod.o Masahiro Yamada
2024-11-13 23:45 ` [PATCH 1/3] kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.lib Masahiro Yamada
2024-11-16  9:19   ` Masahiro Yamada
2024-11-13 23:45 ` [PATCH 2/3] kbuild: enable objtool for *.mod.o and additional kernel objects Masahiro Yamada
2024-11-19  2:27   ` Nathan Chancellor
2024-11-19 17:22     ` Masahiro Yamada
2024-11-13 23:45 ` [PATCH 3/3] kbuild: re-enable KCSAN for autogenerated *.mod.c intermediaries Masahiro Yamada

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