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

From: Masahiro Yamada
Date: Sun Jul 23 2023 - 14:51:41 EST


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(-)