[GIT PULL] arm64: Fixes for -rc1

From: Will Deacon
Date: Fri Sep 20 2019 - 09:37:10 EST


Hi Linus,

We've had a few arm64 fixes trickle in this week, so please can you pick
them up for -rc1? Nothing catastophic, but all things that should be
addressed.

Cheers,

Will

--->8

The following changes since commit e376897f424a1c807779a2635f62eb02d7e382f9:

arm64: remove __iounmap (2019-09-04 13:12:26 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

for you to fetch changes up to 799c85105233514309b201a2d2d7a7934458c999:

arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABI (2019-09-18 11:33:20 +0100)

----------------------------------------------------------------
arm64 fixes for -rc1

- Fix clang build breakage with CONFIG_OPTIMIZE_INLINING=y

- Fix compilation of pointer tagging selftest

- Fix COND_SYSCALL definitions to work with CFI checks

- Fix stale documentation reference in our Kconfig

----------------------------------------------------------------
Andrey Konovalov (1):
selftests, arm64: add kernel headers path for tags_test

Arnd Bergmann (1):
arm64: fix unreachable code issue with cmpxchg

Jeremy Cline (1):
arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABI

Sami Tolvanen (1):
arm64: fix function types in COND_SYSCALL

arch/arm64/Kconfig | 2 +-
arch/arm64/include/asm/cmpxchg.h | 6 +++---
arch/arm64/include/asm/syscall_wrapper.h | 15 ++++++++++++---
tools/testing/selftests/arm64/Makefile | 1 +
4 files changed, 17 insertions(+), 7 deletions(-)