[GIT PULL] arm64 fixes for -rc1
Will Deacon
will at kernel.org
Thu May 4 07:22:48 PDT 2023
Hi Linus,
Please pull these few arm64 fixes that came in during the merge window for
-rc1. The main thing is restoring the pointer authentication hwcaps, which
disappeared during some recent refactoring.
Thanks,
Will
--->8
The following changes since commit eeb3557cc188e42ae7f7bef2d6dc5bf0e078412e:
Merge branch 'for-next/sysreg' into for-next/core (2023-04-20 18:03:07 +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 0fddb79bf283a561eb81f09d01f5ac8f61bf8966:
arm64: lds: move .got section out of .text (2023-05-02 13:12:45 +0100)
----------------------------------------------------------------
arm64 fixes for -rc1
- Fix regression in CPU erratum workaround when disabling the MMU
- Fix detection of pointer authentication hwcaps
- Avoid writeable, executable ELF sections in vmlinux
----------------------------------------------------------------
Fangrui Song (1):
arm64: lds: move .got section out of .text
Kristina Martsenko (1):
arm64: cpufeature: Fix pointer auth hwcaps
Neeraj Upadhyay (1):
arm64: Fix label placement in record_mmu_state()
ndesaulniers at google.com (1):
arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text
arch/arm64/kernel/cpu-reset.S | 2 +-
arch/arm64/kernel/cpufeature.c | 12 ++++++------
arch/arm64/kernel/head.S | 4 ++--
arch/arm64/kernel/sleep.S | 2 +-
arch/arm64/kernel/vmlinux.lds.S | 19 +++++++++----------
arch/arm64/mm/proc.S | 6 +++---
6 files changed, 22 insertions(+), 23 deletions(-)
More information about the linux-arm-kernel
mailing list