mbox series

[GIT,PULL] arm64 fixes for -rc7

Message ID 20200320153508.GA6815@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64 fixes for -rc7 | expand

Pull-request

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

Message

Will Deacon March 20, 2020, 3:35 p.m. UTC
Hi Linus,

Please pull these four arm64 fixes for -rc7. Summary in the tag.

Cheers,

Will

--->8

The following changes since commit 9abd515a6e4a5c58c6eb4d04110430325eb5f5ac:

  arm64: context: Fix ASID limit in boot messages (2020-03-02 12:10:38 +0000)

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 3568b88944fef28db3ee989b957da49ffc627ede:

  arm64: compat: Fix syscall number of compat_clock_getres (2020-03-19 19:23:46 +0000)

----------------------------------------------------------------
arm64 fixes for -rc7

- Fix panic() when it occurs during secondary CPU startup

- Fix "kpti=off" when KASLR is enabled

- Fix howler in compat syscall table for vDSO clock_getres() fallback

----------------------------------------------------------------
Cristian Marussi (2):
      arm64: smp: fix smp_send_stop() behaviour
      arm64: smp: fix crash_smp_send_stop() behaviour

Vincenzo Frascino (1):
      arm64: compat: Fix syscall number of compat_clock_getres

Will Deacon (1):
      arm64: kpti: Fix "kpti=off" when KASLR is enabled

 arch/arm64/include/asm/mmu.h          |  4 +---
 arch/arm64/include/asm/pgtable-prot.h |  6 ++++--
 arch/arm64/include/asm/unistd.h       |  2 +-
 arch/arm64/kernel/smp.c               | 25 ++++++++++++++++++++-----
 4 files changed, 26 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org March 20, 2020, 5:15 p.m. UTC | #1
The pull request you sent on Fri, 20 Mar 2020 15:35:09 +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/5ad0ec0b86525d0c5d3d250d3cfad7f183b00cfa

Thank you!