[GIT PULL] clang-lto fixes for v5.12-rc1

From: Kees Cook
Date: Thu Feb 25 2021 - 16:07:01 EST


Hi Linus,

Please pull these clang-lto fixes for v5.12-rc1. This gets parisc
building again and moves LTO artifact caching cleanup from the
"distclean" build target to "clean".

Thanks!

-Kees

The following changes since commit 5e95325fbbbdea96de91e7bdb05fe95a3031e37d:

kbuild: lto: force rebuilds when switching CONFIG_LTO (2021-02-23 14:10:44 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/clang-lto-v5.12-rc1-fix1

for you to fetch changes up to 4c7858b9001c85aacf86a74b3a68aa384bc33760:

kbuild: Move .thinlto-cache removal to 'make clean' (2021-02-25 12:21:06 -0800)

----------------------------------------------------------------
clang-lto fixes for v5.12-rc1

- Fix parisc build for ftrace vs mcount (Sami Tolvanen)
- Move .thinlto-cache remove to "clean" from "distclean" (Masahiro Yamada)

----------------------------------------------------------------
Masahiro Yamada (1):
kbuild: Move .thinlto-cache removal to 'make clean'

Sami Tolvanen (1):
parisc: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY

Makefile | 4 ++--
arch/parisc/Kconfig | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)

--
Kees Cook