lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 2 Oct 2023 01:56:16 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.6-rc4

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ