[GIT PULL] Kbuild fixes for v6.0-rc2
From: Masahiro Yamada
Date: Sat Aug 20 2022 - 14:08:09 EST
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(-)
--
Best Regards
Masahiro Yamada