[GIT,PULL] Kbuild fixes for v6.5-rc3

Message ID CAK7LNAS7+XWY8Vy4Hfst7DnpOwx3tnGpAbPTAojjzzH40+gDgQ@mail.gmail.com
State New
Headers
Series [GIT,PULL] Kbuild fixes for v6.5-rc3 |

Pull-request

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

Message

Masahiro Yamada July 23, 2023, 6:51 p.m. UTC
  Hello Linus,

Please pull some Kbuild fixes.

Thank you.



The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.5

for you to fetch changes up to df01b7cfcef08bf3fdcac2909d0e1910781d6bfd:

  kbuild: rust: avoid creating temporary files (2023-07-24 03:15:31 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.5

 - Fix stale help text in gconfig

 - Support *.S files in compile_commands.json

 - Flatten KBUILD_CFLAGS

 - Fix external module builds with Rust so that temporary files are
   created in the modules directories instead of the kernel tree

----------------------------------------------------------------
Alexey Dobriyan (1):
      kbuild: flatten KBUILD_CFLAGS

Benjamin Gray (1):
      gen_compile_commands: add assembly files to compilation database

Miguel Ojeda (1):
      kbuild: rust: avoid creating temporary files

Randy Dunlap (2):
      kconfig: gconfig: drop the Show Debug Info help text
      kconfig: gconfig: correct program name in help text

 Makefile                                    | 22 +++++++++++++++++-----
 scripts/Makefile.build                      |  5 ++++-
 scripts/Makefile.host                       |  6 +++++-
 scripts/clang-tools/gen_compile_commands.py |  2 +-
 scripts/kconfig/gconf.c                     | 11 ++++-------
 5 files changed, 31 insertions(+), 15 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 23, 2023, 10:28 p.m. UTC | #1
The pull request you sent on Mon, 24 Jul 2023 03:51:00 +0900:

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

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

Thank you!