mbox series

[GIT,PULL] Kbuild fixes for v6.10-rc2

Message ID CAK7LNATB7Gkq-rDeGy0VyZhEa1M8cMYQmUSQTQOLCGtJYUzD7g@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.10-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.10

Message

Masahiro Yamada June 1, 2024, 4:24 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 1, 2024, 4:38 p.m. UTC | #1
The pull request you sent on Sun, 2 Jun 2024 01:24:01 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v6.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec9eeb89e60d86fcc0243f47c2383399ce0de8f8

Thank you!