[GIT PULL] Kbuild fixes for v6.7-rc2

From: Masahiro Yamada
Date: Sun Nov 19 2023 - 12:03:07 EST


Hello Linus,


Please pull Kbuild fixes for v6.7-rc2.
Thanks.





The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.7

for you to fetch changes up to ae1eff0349f2e908fc083630e8441ea6dc434dc0:

kconfig: fix memory leak from range properties (2023-11-17 13:24:08 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.7

- Fix section mismatch warning messages for riscv and loongarch

- Remove CONFIG_IA64 left-over from linux/export-internal.h

- Fix the location of the quotes for UIMAGE_NAME

- Fix a memory leak bug in Kconfig

----------------------------------------------------------------
Lukas Bulwahn (1):
linux/export: clean up the IA-64 KSYM_FUNC macro

Masahiro Yamada (2):
modpost: fix section mismatch message for RELA
kconfig: fix memory leak from range properties

Simon Glass (1):
kbuild: Move the single quotes for image name

include/linux/export-internal.h | 4 +---
scripts/Makefile.lib | 4 ++--
scripts/kconfig/symbol.c | 14 ++++++--------
scripts/mod/modpost.c | 6 ++++--
4 files changed, 13 insertions(+), 15 deletions(-)



--
Best Regards
Masahiro Yamada