mbox series

[GIT,PULL] Kbuild fixes for v6.10(-rc8)

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

Pull-request

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

Message

Masahiro Yamada July 14, 2024, 8:30 p.m. UTC
Hello Linus,

Please pull Kbuild fixes for v6.10.
Thanks.




The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -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-4

for you to fetch changes up to 84679f04ceafd58d9b35f790203520b2930f1a03:

  fortify: fix warnings in fortify tests with KASAN (2024-07-15 04:53:49 +0900)

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

 - Make scripts/ld-version.sh robust against the latest LLD

 - Fix warnings in rpm-pkg with device tree support

 - Fix warnings in fortify tests with KASAN

----------------------------------------------------------------
Jose Ignacio Tornos Martinez (1):
      kbuild: rpm-pkg: avoid the warnings with dtb's listed twice

Masahiro Yamada (1):
      fortify: fix warnings in fortify tests with KASAN

Nathan Chancellor (1):
      kbuild: Make ld-version.sh more robust against version string changes

 lib/Makefile                | 4 ++++
 scripts/ld-version.sh       | 8 +++++---
 scripts/package/kernel.spec | 1 -
 3 files changed, 9 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org July 14, 2024, 10:42 p.m. UTC | #1
The pull request you sent on Mon, 15 Jul 2024 05:30:42 +0900:

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

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

Thank you!