[GIT PULL] Kbuild fixes for v6.12-rc6
From: Masahiro Yamada
Date: Sun Nov 03 2024 - 10:50:13 EST
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(-)
--
Best Regards
Masahiro Yamada