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: Sun, 2 Jun 2024 01:24:01 +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.10-rc2

Hello Linus,


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




The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -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

for you to fetch changes up to 1b1c9f0fd3fb70adf1f3b0aec58ab037d6e595d0:

  dt-bindings: kbuild: Fix dt_binding_check on unconfigured build
(2024-05-30 01:15:58 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.10

 - Fix a Kconfig bug regarding comparisons to 'm' or 'n'

 - Replace missed $(srctree)/$(src)

 - Fix unneeded kallsyms step 3

 - Remove incorrect "compatible" properties from image nodes in image.fit

 - Improve gen_kheaders.sh

 - Fix 'make dt_binding_check'

 - Clean up unnecessary code

----------------------------------------------------------------
Chen-Yu Tsai (1):
      scripts/make_fit: Drop fdt image entry compatible string

Douglas Anderson (1):
      kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)

Masahiro Yamada (7):
      kconfig: remove unused expr_is_no()
      kconfig: fix comparison to constant symbols, 'm', 'n'
      kconfig: remove redundant check in expr_join_or()
      kbuild: avoid unneeded kallsyms step 3
      kbuild: change scripts/mksysmap into sed script
      kbuild: fix short log for AS in link-vmlinux.sh
      kbuild: remove a stale comment about cleaning in link-vmlinux.sh

Matthias Maennich (1):
      kheaders: explicitly define file modes for archived headers

Miguel Ojeda (1):
      kheaders: use `command -v` to test for existence of `cpio`

Rob Herring (Arm) (1):
      dt-bindings: kbuild: Fix dt_binding_check on unconfigured build

 kernel/gen_kheaders.sh     |  9 +++++++--
 scripts/dtc/Makefile       |  2 +-
 scripts/gdb/linux/Makefile |  2 +-
 scripts/kconfig/expr.c     |  2 +-
 scripts/kconfig/expr.h     |  5 -----
 scripts/kconfig/symbol.c   |  6 ++++--
 scripts/link-vmlinux.sh    |  9 ++++-----
 scripts/make_fit.py        |  3 +--
 scripts/mksysmap           | 28 ++++++----------------------
 9 files changed, 25 insertions(+), 41 deletions(-)



-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ