[GIT PULL] arm64 fixes for -rc8/final

From: Will Deacon
Date: Fri May 20 2022 - 07:53:12 EST


Hi Linus,

Please pull these three arm64 fixes for -rc8/final. The MTE and stolen
time fixes have been doing the rounds for a little while, but review
and testing feedback was ongoing until earlier this week. The kexec fix
showed up on Monday and addresses a failure observed under Qemu.

Summary in the tag. Cheers,

Will

--->8

The following changes since commit 51f559d66527e238f9a5f82027bff499784d4eac:

arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs (2022-05-12 13:15:38 +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 1d0cb4c8864addc362bae98e8ffa5500c87e1227:

arm64: mte: Ensure the cleared tags are visible before setting the PTE (2022-05-17 14:29:51 +0100)

----------------------------------------------------------------
arm64 fixes for -rc8/final

- Add missing write barrier to publish MTE tags before a pte update

- Fix kexec relocation clobbering its own data structures

- Fix stolen time crash if a timer IRQ fires during CPU hotplug

----------------------------------------------------------------
Catalin Marinas (1):
arm64: mte: Ensure the cleared tags are visible before setting the PTE

Mark Rutland (1):
arm64: kexec: load from kimage prior to clobbering

Prakruthi Deepak Heragu (1):
arm64: paravirt: Use RCU read locks to guard stolen_time

arch/arm64/kernel/mte.c | 3 +++
arch/arm64/kernel/paravirt.c | 29 +++++++++++++++++++++--------
arch/arm64/kernel/relocate_kernel.S | 22 +++++++++++++++-------
3 files changed, 39 insertions(+), 15 deletions(-)