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

From: Masahiro Yamada
Date: Sun Sep 27 2020 - 13:39:52 EST


Hi Linus,

Please pull more fixes.
Thanks.


-- The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.9-4

for you to fetch changes up to e30d694c3381b565e043cf74b0bed059db1b4ac9:

Documentation/llvm: Fix clang target examples (2020-09-26 13:54:08 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.9 (4th)

- Ignore compiler stubs for PPC to fix builds

- Fix the usage of --target mentioned in the LLVM document

----------------------------------------------------------------
Florian Fainelli (1):
Documentation/llvm: Fix clang target examples

Masahiro Yamada (1):
scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*

Documentation/kbuild/llvm.rst | 4 ++--
scripts/kallsyms.c | 16 +++++++++++++++-
2 files changed, 17 insertions(+), 3 deletions(-)

Best Regards
Masahiro Yamada