[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAS7+XWY8Vy4Hfst7DnpOwx3tnGpAbPTAojjzzH40+gDgQ@mail.gmail.com>
Date: Mon, 24 Jul 2023 03:51:00 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.5-rc3
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(-)
Powered by blists - more mailing lists