Revision 2db138bb9fa10f5652f55d3c3f427af54626a086 authored by Linus Torvalds on 07 February 2021, 17:37:37 UTC, committed by Linus Torvalds on 07 February 2021, 17:37:37 UTC
Pull Kbuild fixes from Masahiro Yamada:

 - 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

* tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kallsyms: fix nonconverging kallsyms table with lld
  kbuild: fix duplicated flags in DEBUG_CFLAGS
  scripts/clang-tools: switch explicitly to Python 3
  kbuild: remove PYTHON variable
  Documentation/llvm: Add a section about supported architectures
  Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"
  scripts: use pkg-config to locate libcrypto
  kconfig: mconf: fix HOSTCC call
  doc: gcc-plugins: update gcc-plugins.rst
  kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc
  Documentation/Kbuild: Remove references to gcc-plugin.sh
  scripts: switch explicitly to Python 3
2 parent s 825b599 + efe6e30
History
File Mode Size
Kconfig -rw-r--r-- 3.0 KB
Makefile -rw-r--r-- 778 bytes
affinity.c -rw-r--r-- 12.9 KB
autoprobe.c -rw-r--r-- 4.6 KB
chip.c -rw-r--r-- 39.9 KB
cpuhotplug.c -rw-r--r-- 6.6 KB
debug.h -rw-r--r-- 1.2 KB
debugfs.c -rw-r--r-- 7.0 KB
devres.c -rw-r--r-- 7.9 KB
dummychip.c -rw-r--r-- 1.3 KB
generic-chip.c -rw-r--r-- 16.3 KB
handle.c -rw-r--r-- 5.8 KB
internals.h -rw-r--r-- 14.2 KB
ipi.c -rw-r--r-- 9.2 KB
irq_sim.c -rw-r--r-- 6.3 KB
irqdesc.c -rw-r--r-- 22.7 KB
irqdomain.c -rw-r--r-- 52.3 KB
manage.c -rw-r--r-- 75.3 KB
matrix.c -rw-r--r-- 13.2 KB
migration.c -rw-r--r-- 3.1 KB
msi.c -rw-r--r-- 14.4 KB
pm.c -rw-r--r-- 6.4 KB
proc.c -rw-r--r-- 13.1 KB
resend.c -rw-r--r-- 4.4 KB
settings.h -rw-r--r-- 4.6 KB
spurious.c -rw-r--r-- 11.9 KB
timings.c -rw-r--r-- 25.0 KB

back to top