[GIT PULL] Kbuild fixes for v6.6-rc4

From: Masahiro Yamada
Date: Sun Oct 01 2023 - 12:57:03 EST


Hello Linus,

Please pull Kbuild fixes for v6.6-rc4.
Thank you.


The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:

Linux 6.6-rc3 (2023-09-24 14:31:13 -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.6-2

for you to fetch changes up to 2d7d1bc119a4d7f54cfe0b1be480c34e8c712d06:

kbuild: remove stale code for 'source' symlink in packaging scripts
(2023-10-01 23:06:06 +0900)

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

- Fix the module compression with xz so the in-kernel decompressor works

- Document a kconfig idiom to express an optional dependency between
modules

- Make modpost, when W=1 is given, detect broken drivers that reference
.exit.* sections

- Remove unused code

----------------------------------------------------------------
Arnd Bergmann (1):
Documentation: kbuild: explain handling optional dependencies

Martin Nybo Andersen (1):
kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules

Masahiro Yamada (2):
vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros
kbuild: remove stale code for 'source' symlink in packaging scripts

Mauricio Faria de Oliveira (1):
modpost: add missing else to the "of" check

Uwe Kleine-König (1):
modpost: Don't let "driver"s reference .exit.*

Documentation/kbuild/kconfig-language.rst | 26 ++++++++++++++++++++++++++
include/asm-generic/vmlinux.lds.h | 7 -------
scripts/Makefile.modinst | 2 +-
scripts/mod/file2alias.c | 2 +-
scripts/mod/modpost.c | 15 +++++++++++++--
scripts/package/builddeb | 1 -
scripts/package/kernel.spec | 3 ---
7 files changed, 41 insertions(+), 15 deletions(-)


--
Best Regards
Masahiro Yamada