mbox series

[GIT,PULL] arm64: late fixes for 5.0

Message ID 20190221151517.GB13320@fuggles.cambridge.arm.com (mailing list archive)
State Mainlined, archived
Commit 74698f6971f25d045301139413578865fc2bd8f9
Headers show
Series [GIT,PULL] arm64: late fixes for 5.0 | expand

Pull-request

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

Message

Will Deacon Feb. 21, 2019, 3:15 p.m. UTC
Hi Linus,

Please pull these three small arm64 fixes for 5.0. They fix a build breakage
with clang introduced in 4.20, an oversight in our sigframe restoration
relating to the SSBS bit and a boot fix for systems with newer revisions of
our interrupt controller.

Summary in the tag.

Cheers,

Will

-->8

The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438:

  Linux 5.0-rc7 (2019-02-17 18:46:40 -0800)

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 74698f6971f25d045301139413578865fc2bd8f9:

  arm64: Relax GIC version check during early boot (2019-02-20 14:05:37 +0000)

----------------------------------------------------------------
arm64 fixes for 5.0

- Fix handling of PSTATE.SSBS bit in sigreturn()

- Fix version checking of the GIC during early boot

- Fix clang builds failing due to use of NEON in the crypto code

----------------------------------------------------------------
Mark Rutland (1):
      arm64: fix SSBS sanitization

Nathan Chancellor (1):
      arm64/neon: Disable -Wincompatible-pointer-types when building with Clang

Vladimir Murzin (1):
      arm64: Relax GIC version check during early boot

 arch/arm64/include/asm/neon-intrinsics.h |  4 ++++
 arch/arm64/kernel/head.S                 |  3 +--
 arch/arm64/kernel/ptrace.c               | 15 ++++++++-------
 3 files changed, 13 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 21, 2019, 5:15 p.m. UTC | #1
The pull request you sent on Thu, 21 Feb 2019 15:15:17 +0000:

> 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/d6622d913a637bce224f74425a9dfe734f946358

Thank you!