[GIT PULL] arm64 fixes for -rc5

From: Will Deacon
Date: Fri Jul 21 2023 - 07:44:35 EST


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(-)