mbox series

[GIT,PULL] arm64 fixes for -rc1

Message ID 20230504142247.GA18895@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 May 4, 2023, 2:22 p.m. UTC
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@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(-)

Comments

pr-tracker-bot@kernel.org May 4, 2023, 7:49 p.m. UTC | #1
The pull request you sent on Thu, 4 May 2023 15:22:48 +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/671e148d079f4d4eca0a98f7dadf1fe69d856374

Thank you!