mbox series

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

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

Pull-request

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

Message

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

Comments

pr-tracker-bot@kernel.org June 30, 2024, 5:03 p.m. UTC | #1
The pull request you sent on Mon, 1 Jul 2024 01:55:40 +0900:

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

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

Thank you!