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

Message ID CAK7LNATS=c2K7Ttg+Sb6gEmfUkrMbTQ0c62niOFzayzRF-rOdw@mail.gmail.com
State New
Headers
Series [GIT,PULL] Kbuild fixes for v6.7-rc2 |

Pull-request

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

Message

Masahiro Yamada Nov. 19, 2023, 5:01 p.m. UTC
  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
  

Comments

pr-tracker-bot@kernel.org Nov. 19, 2023, 10:03 p.m. UTC | #1
The pull request you sent on Mon, 20 Nov 2023 02:01:14 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eb3479bc23fafbc408558cd8450b35f07fad2a63

Thank you!