[GIT PULL] Kbuild fixes for v5.11-rc7

From: Masahiro Yamada
Date: Sat Feb 06 2021 - 21:35:04 EST


Hi Linus,

Please pull some Kbuild fixes.
Thanks.






The following changes since commit 19c329f6808995b142b3966301f217c831e7cf31:

Linux 5.11-rc4 (2021-01-17 16:37:05 -0800)

are available in the Git repository at:

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

for you to fetch changes up to efe6e3068067212b85c2d0474b5ee3b2d0c7adab:

kallsyms: fix nonconverging kallsyms table with lld (2021-02-05
17:53:28 +0900)

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

- Use the 'python3' command to invoke python scripts because some
distributions do not provide the 'python' command any more.

- Clean-up and update documents

- Use pkg-config to search libcrypto

- Fix duplicated debug flags

- Ignore some more stubs in scripts/kallsyms.c

----------------------------------------------------------------
Andy Shevchenko (1):
scripts: switch explicitly to Python 3

Arnd Bergmann (1):
kallsyms: fix nonconverging kallsyms table with lld

Enrico Weigelt, metux IT consult (1):
kconfig: mconf: fix HOSTCC call

Masahiro Yamada (6):
kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc
doc: gcc-plugins: update gcc-plugins.rst
Revert "checkpatch: add check for keyword 'boolean' in Kconfig
definitions"
kbuild: remove PYTHON variable
scripts/clang-tools: switch explicitly to Python 3
kbuild: fix duplicated flags in DEBUG_CFLAGS

Nathan Chancellor (1):
Documentation/llvm: Add a section about supported architectures

Robert Karszniewicz (1):
Documentation/Kbuild: Remove references to gcc-plugin.sh

Rolf Eike Beer (1):
scripts: use pkg-config to locate libcrypto

Documentation/Makefile | 2 +-
Documentation/kbuild/gcc-plugins.rst | 47
+++++++++++++++++---------------------
Documentation/kbuild/llvm.rst | 44
+++++++++++++++++++++++++++++++++++
Documentation/kbuild/makefiles.rst | 2 +-
Makefile | 7 +++---
arch/ia64/Makefile | 2 +-
arch/ia64/scripts/unwcheck.py | 2 +-
scripts/Makefile | 8 +++++--
scripts/bloat-o-meter | 2 +-
scripts/checkpatch.pl | 7 ------
scripts/clang-tools/gen_compile_commands.py | 2 +-
scripts/clang-tools/run-clang-tools.py | 2 +-
scripts/diffconfig | 2 +-
scripts/dummy-tools/gcc | 10 +++-----
scripts/jobserver-exec | 2 +-
scripts/kallsyms.c | 6 +++++
scripts/kconfig/mconf-cfg.sh | 2 +-
17 files changed, 94 insertions(+), 55 deletions(-)


--
Best Regards
Masahiro Yamada