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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Jul 2024 01:55:40 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.10-rc6

Hello Linus,

Please pull Kbuild fixes for v6.10-rc6.
Thanks.



The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -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.10-3

for you to fetch changes up to a11aaf6d0bb4282ce1989e388b13f8d87154ba75:

  kbuild: scripts/gdb: bring the "abspath" back (2024-06-27 04:20:32 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.10 (third)

 - Remove the executable bit from installed DTB files

 - Escape $ in subshell execution in the debian-orig target

 - Fix RPM builds with CONFIG_MODULES=n

 - Fix xconfig with the O= option

 - Fix scripts_gdb with the O= option

----------------------------------------------------------------
Dragan Simic (1):
      kbuild: Install dtb files as 0644 in Makefile.dtbinst

Joel Granados (1):
      kbuild: scripts/gdb: bring the "abspath" back

Mark-PK Tsai (1):
      kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates

Masahiro Yamada (1):
      kbuild: rpm-pkg: fix build error with CONFIG_MODULES=n

Nicolas Schier (1):
      kbuild: Use $(obj)/%.cc to fix host C++ module builds

Thayne Harbaugh (1):
      kbuild: Fix build target deb-pkg: ln: failed to create hard link

 Documentation/kbuild/modules.rst | 8 ++++----
 scripts/Makefile.dtbinst         | 2 +-
 scripts/Makefile.host            | 2 +-
 scripts/Makefile.package         | 2 +-
 scripts/gdb/linux/Makefile       | 2 +-
 scripts/package/kernel.spec      | 8 +++-----
 6 files changed, 11 insertions(+), 13 deletions(-)


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ