mbox series

[GIT,PULL] Kbuild fixes for v6.11-rc5

Message ID CAK7LNAQX2tTZNnUD519Y1Kx5YxtnHy8WHPUB+L9K7ji_8nT89Q@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.11-rc5 | expand

Pull-request

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

Message

Masahiro Yamada Aug. 22, 2024, 6:16 p.m. UTC
Hello Linus,


Please pull Kbuild fixes for v6.11-rc5.
Thanks.



The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -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.11-2

for you to fetch changes up to 8fb4ac1cee88a57e7a56faba49b408a41a4af4db:

  kbuild: fix typos "prequisites" to "prerequisites" (2024-08-23 02:41:02 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.11 (2nd)

 - Eliminate the fdtoverlay command duplication in scripts/Makefile.lib

 - Fix 'make compile_commands.json' for external modules

 - Ensure scripts/kconfig/merge_config.sh handles missing newlines

 - Fix some build errors on macOS

----------------------------------------------------------------
Alexandre Courbot (1):
      Makefile: add $(srctree) to dependency of compile_commands.json target

Anders Roxell (1):
      scripts: kconfig: merge_config: config files: add a trailing newline

Javier Carrasco (1):
      Documentation/llvm: turn make command for ccache into code block

Masahiro Yamada (4):
      kbuild: clean up code duplication in cmd_fdtoverlay
      treewide: remove unnecessary <linux/version.h> inclusion
      kbuild: avoid scripts/kallsyms parsing /dev/null
      kbuild: fix typos "prequisites" to "prerequisites"

 Documentation/kbuild/llvm.rst                         |  2 +-
 Makefile                                              |  2 +-
 drivers/accessibility/speakup/genmap.c                |  1 -
 drivers/accessibility/speakup/makemapdata.c           |  1 -
 drivers/staging/media/atomisp/include/linux/atomisp.h |  1 -
 samples/trace_events/trace_custom_sched.c             |  1 -
 scripts/Makefile.build                                |  2 +-
 scripts/Makefile.lib                                  | 28
++++++++++------------------
 scripts/Makefile.modfinal                             |  2 +-
 scripts/Makefile.vmlinux                              |  2 +-
 scripts/Makefile.vmlinux_o                            |  2 +-
 scripts/kconfig/merge_config.sh                       |  2 ++
 scripts/link-vmlinux.sh                               |  3 ++-
 sound/soc/codecs/cs42l42.c                            |  1 -
 14 files changed, 20 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 22, 2024, 11:52 p.m. UTC | #1
The pull request you sent on Fri, 23 Aug 2024 03:16:08 +0900:

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

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

Thank you!