[GIT PULL] Kbuild fixes for v6.1-rc1

From: Masahiro Yamada
Date: Sun Oct 16 2022 - 14:10:50 EST


Hello Linus,

Please pull some Kbuild fixes.
Thanks.






The following changes since commit e2302539dd4f1c62d96651c07ddb05aa2461d29c:

Merge tag 'xtensa-20221010' of
https://github.com/jcmvbkbc/linux-xtensa (2022-10-10 14:21:11 -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.1

for you to fetch changes up to 0a6de78cff600cb991f2a1b7ed376935871796a0:

lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support
to DWARF5 (2022-10-17 02:06:47 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.1

- Fix CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y compile error for
the combination of Clang >= 14 and GAS <= 2.35.

- Drop vmlinux.bz2 from the rpm package as it just annoyingly increased
the package size.

- Fix modpost error under build environments using musl.

- Make *.ll files keep value names for easier debugging

- Fix single directory build

- Prevent RISC-V from selecting the broken DWARF5 support when Clang
and GAS are used together.

----------------------------------------------------------------
Guru Das Srinagesh (1):
scripts/clang-tools: Convert clang-tidy args to list

Masahiro Yamada (3):
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
kbuild: fix single directory build

Nathan Chancellor (1):
lib/Kconfig.debug: Add check for non-constant .{s,u}leb128
support to DWARF5

Nick Desaulniers (1):
kbuild: add -fno-discard-value-names to cmd_cc_ll_c

Richard Acayan (1):
modpost: put modpost options before argument

Zack Rusin (1):
kbuild: Stop including vmlinux.bz2 in the rpm's

Makefile | 2 ++
lib/Kconfig.debug | 10 ++++++++--
scripts/Makefile.build | 2 +-
scripts/Makefile.modpost | 2 +-
scripts/clang-tools/run-clang-tools.py | 11 ++++++-----
scripts/package/mkspec | 2 --
6 files changed, 18 insertions(+), 11 deletions(-)