mbox series

[GIT,PULL] Kbuild fixes for v6.0-rc2

Message ID CAK7LNAS55=qvacmoL3Ooio3yqYR9PLBjRjyp=ZWgdHojO1meoQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.0-rc2 | expand

Pull-request

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

Message

Masahiro Yamada Aug. 20, 2022, 6:07 p.m. UTC
Hello Linus,

Please pull some Kbuild fixes.
Thanks.





The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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.0

for you to fetch changes up to 4be72c1b9f298b4ad42391322eaddef64b282716:

  scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling check
(2022-08-21 02:47:49 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.0

 - Fix module versioning broken on some architectures

 - Make dummy-tools enable CONFIG_PPC_LONG_DOUBLE_128

 - Remove -Wformat-zero-length, which has no warning instance

 - Fix the order between drivers and libs in modules.order

 - Fix false-positive warnings in clang-analyzer

----------------------------------------------------------------
Guru Das Srinagesh (1):
      scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling check

Jiri Slaby (1):
      kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__

Masahiro Yamada (2):
      modpost: fix module versioning when a symbol lacks valid CRC
      kbuild: fix the modules order between drivers and libs

Nathan Chancellor (1):
      scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length

 Makefile                               | 6 ++----
 scripts/Makefile.extrawarn             | 1 -
 scripts/clang-tools/run-clang-tools.py | 1 +
 scripts/dummy-tools/gcc                | 2 +-
 scripts/mod/modpost.c                  | 4 +---
 5 files changed, 5 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 20, 2022, 9:59 p.m. UTC | #1
The pull request you sent on Sun, 21 Aug 2022 03:07:03 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/15b3f48a4339e3c16acf18624e2b7f60bc5e9a2c

Thank you!