linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
@ 2024-06-10 11:25 Masahiro Yamada
  2024-06-10 11:25 ` [PATCH v3 2/3] kbuild: remove PROVIDE() for kallsyms symbols Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2024-06-10 11:25 UTC (permalink / raw)
  To: linux-kbuild
  Cc: linux-kernel, Masahiro Yamada, Arnd Bergmann, Nathan Chancellor,
	Nicolas Schier, linux-arch


 - Remove PROVIDE() in the linker script
 - Merge temporary vmlinux link steps for BTF and kallsyms


Masahiro Yamada (3):
  kbuild: refactor variables in scripts/link-vmlinux.sh
  kbuild: remove PROVIDE() for kallsyms symbols
  kbuild: merge temporary vmlinux for BTF and kallsyms

 include/asm-generic/vmlinux.lds.h |  19 ------
 kernel/kallsyms_internal.h        |   5 --
 scripts/kallsyms.c                |   6 --
 scripts/link-vmlinux.sh           | 101 +++++++++++++++++-------------
 4 files changed, 58 insertions(+), 73 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-06-13  3:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 11:25 [PATCH v3 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps Masahiro Yamada
2024-06-10 11:25 ` [PATCH v3 2/3] kbuild: remove PROVIDE() for kallsyms symbols Masahiro Yamada
2024-06-13  3:57   ` Nicolas Schier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).