[GIT PULL] arm64 fix for 6.9-rc4

From: Catalin Marinas
Date: Fri Apr 12 2024 - 13:57:27 EST


Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e3ba51ab24fddef79fc212f9840de54db8fd1685:

arm64: tlb: Fix TLBI RANGE operand (2024-04-10 18:22:28 +0100)

----------------------------------------------------------------
Fix the TLBI RANGE operand calculation causing live migration under
KVM/arm64 to miss dirty pages due to stale TLB entries.

----------------------------------------------------------------
Gavin Shan (1):
arm64: tlb: Fix TLBI RANGE operand

arch/arm64/include/asm/tlbflush.h | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

--
Catalin