mbox series

[GIT,PULL] Kbuild fixes for v6.1-rc7

Message ID CAK7LNARrgsRx7FqeS4ojaNKr9u4bvOY-j4p7YGLV5i2H4scsig@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.1-rc7 | expand

Pull-request

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

Message

Masahiro Yamada Nov. 26, 2022, 11:35 p.m. UTC
Hi Linus,

Please pull yet more Kbuild fixes.

Thank you.





The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 869e4ae4cd2a23d625aaa14ae62dbebf768cb77d:

  nios2: add FORCE for vmlinuz.gz (2022-11-27 08:28:41 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.1 (4th)

 - Fix CC_HAS_ASM_GOTO_TIED_OUTPUT test in Kconfig

 - Fix noisy "No such file or directory" message when KBUILD_BUILD_VERSION
   is passed

 - Include rust/ in source tarballs

 - Fix missing FORCE for ARCH=nios2 builds

----------------------------------------------------------------
Alexandre Belloni (1):
      init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash

Masahiro Yamada (1):
      kbuild: fix "cat: .version: No such file or directory"

Paran Lee (1):
      scripts: add rust in scripts/Makefile.package

Randy Dunlap (1):
      nios2: add FORCE for vmlinuz.gz

 arch/microblaze/Makefile | 4 ++--
 arch/nios2/boot/Makefile | 2 +-
 arch/x86/boot/Makefile   | 2 +-
 init/Kconfig             | 2 +-
 scripts/Makefile.package | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 27, 2022, 12:47 a.m. UTC | #1
The pull request you sent on Sun, 27 Nov 2022 08:35:44 +0900:

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

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

Thank you!