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>] [day] [month] [year] [list]
Message-ID: <20251109025637.GA2001503@ax162>
Date: Sat, 8 Nov 2025 19:56:37 -0700
From: Nathan Chancellor <nathan@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Nicolas Schier <nsc@...nel.org>,
	linux-kbuild@...r.kernel.org
Subject: [GIT PULL] Kbuild fixes for 6.18 #3

Hi Linus,

Please pull these three fixes for 6.18. The first change is a regression
fix for a change that came in the last kbuild pull request and the other
two are low risk changes to ultimately address build warnings. If there
are any issues, please let me know.

Cheers,
Nathan

The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:

  Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-fixes-6.18-3

for you to fetch changes up to 002621a4df3c166fab1427e8e502bc15acc26b13:

  kbuild: Let kernel-doc.py use PYTHON3 override (2025-11-08 19:42:22 -0700)

----------------------------------------------------------------
Third round of Kbuild fixes for 6.19

- Strip trailing padding bytes from modules.builtin.modinfo to fix error
  during modules_install with certain versions of kmod

- Drop unused static inline function warning in .c files with clang from
  W=1 to W=2

- Ensure kernel-doc.py invocations use the PYTHON3 make variable to
  ensure user's choice of Python interpreter is always respected

Signed-off-by: Nathan Chancellor <nathan@...nel.org>

----------------------------------------------------------------
Jean Delvare (1):
      kbuild: Let kernel-doc.py use PYTHON3 override

Nathan Chancellor (1):
      kbuild: Strip trailing padding bytes from modules.builtin.modinfo

Peter Zijlstra (1):
      compiler_types: Move unused static inline functions warning to W=2

 drivers/gpu/drm/Makefile       |  2 +-
 drivers/gpu/drm/i915/Makefile  |  2 +-
 include/drm/Makefile           |  2 +-
 include/linux/compiler_types.h |  5 ++---
 scripts/Makefile.build         |  2 +-
 scripts/Makefile.vmlinux       | 15 ++++++++++++++-
 6 files changed, 20 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ