mbox series

[GIT,PULL] arm64 fix for 6.9-rc4

Message ID Zhl1_IacWOADYI4K@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] arm64 fix for 6.9-rc4 | expand

Pull-request

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

Message

Catalin Marinas April 12, 2024, 5:57 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 12, 2024, 8:17 p.m. UTC | #1
The pull request you sent on Fri, 12 Apr 2024 18:57:16 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8f2c057754b25075aa3da132cd4fd4478cdab854

Thank you!