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(-) -- Best Regards Masahiro Yamada