[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240609170855.1708665-1-masahiroy@kernel.org>
Date: Mon, 10 Jun 2024 02:04:17 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Masahiro Yamada <masahiroy@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
Nathan Chancellor <nathan@...nel.org>,
Nicolas Schier <nicolas@...sle.eu>,
linux-arch@...r.kernel.org
Subject: [PATCH v2 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
- Remove PROVIDE() in the linker script
- Merge temporary vmlinux link steps for BTF and kallsyms
Changes in v2:
- Fix the handling --strip-debug flag
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 | 90 ++++++++++++++++---------------
4 files changed, 47 insertions(+), 73 deletions(-)
--
2.43.0
Powered by blists - more mailing lists