mbox series

[GIT,PULL] Kbuild fixes for v6.12-rc6

Message ID CAK7LNARe1AnzxumbfOD7y2CpRXSa59RvsEDTw5YAjCTim9-5GQ@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.12-rc6 | expand

Pull-request

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

Message

Masahiro Yamada Nov. 3, 2024, 3:49 p.m. UTC
Hello Linus,

Please pull some Kbuild fixes.

Thank you.



The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:

  Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 77dc55a978e69625f9718460012e5ef0172dc4de:

  modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit
host (2024-11-03 23:58:56 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.12 (2nd)

 - Fix a memory leak in modpost

 - Resolve build issues when cross-compiling RPM and Debian packages

 - Fix another regression in Kconfig

 - Fix incorrect MODULE_ALIAS() output in modpost

----------------------------------------------------------------
Elena Salomatkina (1):
      sumversion: Fix a memory leak in get_src_version()

Masahiro Yamada (6):
      kbuild: rpm-pkg: disable kernel-devel package when cross-compiling
      kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile
      kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile
      kconfig: show sub-menu entries even if the prompt is hidden
      modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness
      modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host

 scripts/Makefile.package             |  7 ++++++-
 scripts/kconfig/menu.c               | 13 ++++++++++++-
 scripts/mod/file2alias.c             | 12 ++++++------
 scripts/mod/sumversion.c             |  5 +++--
 scripts/package/builddeb             |  2 +-
 scripts/package/install-extmod-build |  6 ++----
 scripts/package/mkdebian             | 10 +++++++++-
 7 files changed, 39 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 3, 2024, 6:35 p.m. UTC | #1
The pull request you sent on Mon, 4 Nov 2024 00:49:28 +0900:

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

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

Thank you!