mbox series

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

Message ID CAK7LNAToVL02t9rApELSbCFfA=PYbgDzyLsJO+J3RV0h0Ry2hA@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.6-rc4 | expand

Pull-request

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

Message

Masahiro Yamada Oct. 1, 2023, 4:56 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 1, 2023, 9:15 p.m. UTC | #1
The pull request you sent on Mon, 2 Oct 2023 01:56:16 +0900:

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

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

Thank you!