mbox series

[GIT,PULL] arm64 fixes for -rc5

Message ID 20230721114423.GA12852@willie-the-truck (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fixes for -rc5 | expand

Pull-request

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

Message

Will Deacon July 21, 2023, 11:44 a.m. UTC
Hi Linus,

I've picked up a handful of arm64 fixes while Catalin's been away, so here
they are. The tag has the usual summary, but we have basically have two
cleanups, a fix for an SME crash and a fix for hibernation.

There's a pending issue with memory hot-unplug in some configurations,
but we're still diagnosing that one.

Please pull.

Cheers,

Will

--->8

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

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 d4d5be94a87872421ea2569044092535aff0b886:

  arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes (2023-07-21 11:11:09 +0100)

----------------------------------------------------------------
arm64 fixes for -rc3

- Fix saving of SME state after SVE vector length is changed

- Fix sparse warnings for missing vDSO function prototypes

- Fix hibernation resume path when kfence is enabled

- Fix field names for the HFGxTR_EL2 register

----------------------------------------------------------------
Marc Zyngier (1):
      arm64: Fix HFGxTR_EL2 field naming

Mark Brown (1):
      arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes

Nikhil V (1):
      arm64: mm: Make hibernation aware of KFENCE

Zhen Lei (1):
      arm64: vdso: Clear common make C=2 warnings

 arch/arm64/kernel/fpsimd.c             | 33 +++++++++++++++++++++++++--------
 arch/arm64/kernel/vdso/vgettimeofday.c |  4 ++++
 arch/arm64/mm/trans_pgd.c              |  4 +++-
 arch/arm64/tools/sysreg                | 12 ++++++------
 4 files changed, 38 insertions(+), 15 deletions(-)

Comments

Will Deacon July 21, 2023, 11:45 a.m. UTC | #1
On Fri, Jul 21, 2023 at 12:44:23PM +0100, Will Deacon wrote:
> Please pull.

Duh, $subject should've been "6.5-rc3" not "-rc5", so please don't wait
that long!

Will
pr-tracker-bot@kernel.org July 21, 2023, 5:28 p.m. UTC | #2
The pull request you sent on Fri, 21 Jul 2023 12:44:23 +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/d192f5382581d972c4ae1b4d72e0b59b34cadeb9

Thank you!