[GIT PULL] arm64 fixes for -rc7
From: Will Deacon
Date: Fri Mar 20 2020 - 11:35:15 EST
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(-)