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]
Message-ID: <CAK7LNAQezLBpYLqJ+=ONqoYKwdaw0_eywN9O26LTnifGq_g+tg@mail.gmail.com>
Date: Thu, 15 May 2025 14:14:26 +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.15-rc7

Hello Linus,

Please pull some Kbuild fixes.

Thank you.





The following changes since commit 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3:

  Linux 6.15-rc6 (2025-05-11 14:54:11 -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.15

for you to fetch changes up to e0cd396d899805d56df91b989f8efad3a36df0da:

  kbuild: fix typos "module.builtin" to "modules.builtin" (2025-05-12
15:04:52 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.15

 - Add proper pahole version dependency to CONFIG_GENDWARFKSYMS to avoid
   module loading errors

 - Fix UAPI header tests for the OpenRISC architecture

 - Add dependency on the libdw package in Debian and RPM packages

 - Disable -Wdefault-const-init-unsafe warnings on Clang

 - Make "make clean ARCH=um" also clean the arch/x86/ directory

 - Revert the use of -fmacro-prefix-map=, which causes issues with
   debugger usability

----------------------------------------------------------------
Masahiro Yamada (4):
      um: let 'make clean' properly clean underlying SUBARCH as well
      init: remove unused CONFIG_CC_CAN_LINK_STATIC
      kbuild: fix dependency on sorttable
      kbuild: fix typos "module.builtin" to "modules.builtin"

Nathan Chancellor (1):
      kbuild: Disable -Wdefault-const-init-unsafe

Randy Dunlap (1):
      usr/include: openrisc: don't HDRTEST bpf_perf_event.h

Sami Tolvanen (1):
      kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86

Thomas Weißschuh (2):
      Revert "kbuild: make all file references relative to source root"
      Revert "kbuild, rust: use -fremap-path-prefix to make paths relative"

WangYuli (2):
      kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch
      kbuild: rpm-pkg: Add (elfutils-devel or libdw-devel) to BuildRequires

 Documentation/kbuild/reproducible-builds.rst | 17 +++++++++++++++++
 Makefile                                     |  3 +--
 arch/um/Makefile                             |  1 +
 init/Kconfig                                 |  5 -----
 kernel/module/Kconfig                        |  5 +++++
 scripts/Makefile.extrawarn                   | 12 ++++++++++++
 scripts/Makefile.vmlinux                     |  4 ++--
 scripts/Makefile.vmlinux_o                   |  4 ++--
 scripts/package/kernel.spec                  |  1 +
 scripts/package/mkdebian                     |  2 +-
 usr/include/Makefile                         |  4 ++++
 11 files changed, 46 insertions(+), 12 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ