mbox series

[GIT,PULL] arm64: Fixes for -rc1

Message ID 20190920133703.zor3t4dvwam6uyqj@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64: Fixes for -rc1 | expand

Pull-request

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

Message

Will Deacon Sept. 20, 2019, 1:37 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 20, 2019, 7:10 p.m. UTC | #1
The pull request you sent on Fri, 20 Sep 2019 14:37:04 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8c2b418c3f95a488f5226870eee68574d323f0f8

Thank you!