mbox series

[GIT,PULL] Kbuild fixes for v5.19-rc6

Message ID CAK7LNATwuZpJNN1hwmb==yBXs9msh+Yc7pCVMxujsB1885QakQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.19-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.19-3

Message

Masahiro Yamada July 10, 2022, 12:33 p.m. UTC
Hi Linus,

Please pull Kbuild fixes.
Thanks.



The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.19-3

for you to fetch changes up to f5a4618587fb5c5eb5fec3dcce165ca8fd7d7f91:

  kbuild: remove unused cmd_none in scripts/Makefile.modinst
(2022-07-10 21:25:15 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.19 (3rd)

 - Adjust gen_compile_commands.py to the format change of *.mod files

 - Remove unused macro in scripts/Makefile.modinst

----------------------------------------------------------------
John Hubbard (1):
      gen_compile_commands: handle multiple lines per .mod file

Masahiro Yamada (1):
      kbuild: remove unused cmd_none in scripts/Makefile.modinst

 scripts/Makefile.modinst                    | 3 ---
 scripts/clang-tools/gen_compile_commands.py | 6 +++---
 2 files changed, 3 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org July 10, 2022, 4:45 p.m. UTC | #1
The pull request you sent on Sun, 10 Jul 2022 21:33:42 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.19-3

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

Thank you!