From: Linus Torvalds Date: Sun, 1 Oct 2023 20:48:46 +0000 (-0700) Subject: Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.6.17~3819 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e81a2dabc3f3faa0d96808708a8dc2025f2bdde3;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'kbuild-fixes-v6.6-2' of git://git./linux/kernel/git/masahiroy/linux-kbuild Pull Kbuild fixes from Masahiro Yamada: - 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 * tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: remove stale code for 'source' symlink in packaging scripts modpost: Don't let "driver"s reference .exit.* vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros modpost: add missing else to the "of" check Documentation: kbuild: explain handling optional dependencies kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules --- e81a2dabc3f3faa0d96808708a8dc2025f2bdde3