mbox series

[GIT,PULL] arm64 fixes for -rc8/final

Message ID 20220520115250.GA6700@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64 fixes for -rc8/final | expand

Pull-request

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

Message

Will Deacon May 20, 2022, 11:52 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 20, 2022, 6:36 p.m. UTC | #1
The pull request you sent on Fri, 20 May 2022 12:52:51 +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/a956f4e281fe548a541a4970a6e8a0ec283b0d6d

Thank you!