Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes for 7.1-rc5
@ 2026-05-22 13:08 Catalin Marinas
  0 siblings, 0 replies; only message in thread
From: Catalin Marinas @ 2026-05-22 13:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-arm-kernel, linux-kernel

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 6ccbb613b42a1f1ba7bfd547a148f644a902a25c:

  arm_mpam: Check whether the config array is allocated before destroying it (2026-05-14 09:52:05 +0100)

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 c2ff4764e03e7a8d758352f4aceb8fe1be6ac971:

  arm64: tlb: Flush walk cache when unsharing PMD tables (2026-05-22 11:13:51 +0100)

----------------------------------------------------------------
arm64 fixes:

 - Handle probe on hinted conditional branch instructions. BC.cond
   instructions can be simulated in the same way as B.cond instructions,
   so extend the decode mask for B.cond to cover BC.cond

 - Flush the walk cache when unsharing PMD tables. Recent changes to
   huge_pmd_unshare() introduced mmu_gather::unshared_tables but the
   arm64 code was still treating the TLB flushing as only targeting leaf
   entries (TLBI VALE1IS). Fix it by using non-leaf-only instructions
   (TLBI VAE1IS) when tlb->unshared_tables is set

----------------------------------------------------------------
Vladimir Murzin (1):
      arm64: probes: Handle probes on hinted conditional branch instructions

Zeng Heng (1):
      arm64: tlb: Flush walk cache when unsharing PMD tables

 arch/arm64/include/asm/insn.h | 2 +-
 arch/arm64/include/asm/tlb.h  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
Catalin


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-22 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-22 13:08 [GIT PULL] arm64 fixes for 7.1-rc5 Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox