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