[GIT PULL] arm64 fixes for -rc1
From: Will Deacon
Date: Fri Jun 26 2026 - 06:59:21 EST
Hi Linus,
Please pull this small crop of arm64 fixes for -rc1. We've got a build
fix for a new randconfig permutation, a fix for a long-standing
truncation issue with hardware watchpoints and a KVM initialisation fix
for the newly merged remapping of the kernel data and bss sections.
There will be more to come, but this is the solid stuff for now.
Cheers,
Will
--->8
The following changes since commit 61c19a9feb1d87156e46e38d7759f3ad23710e24:
Merge branch 'for-next/sysregs' into for-next/core (2026-06-14 12:18:27 +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 36fa5ffa60344bcc59fb3f50b33af8187e6b8753:
arm64: mm: Defer read-only remap of data/bss linear alias (2026-06-24 14:52:14 +0100)
----------------------------------------------------------------
arm64 fixes for -rc1
- Fix randconfig build failure due to missing include of asm/insn.h.
- Reject unaligned hardware watchpoints which were silently being
truncated.
- Fix crash in KVM initialisation by deferring the read-only remapping
of the kernel data and bss sections.
----------------------------------------------------------------
Ard Biesheuvel (1):
arm64: mm: Defer read-only remap of data/bss linear alias
Arnd Bergmann (1):
arm64: static_call: include asm/insns.h
Breno Leitao (1):
arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
arch/arm64/kernel/hw_breakpoint.c | 9 +++++++++
arch/arm64/kernel/static_call.c | 1 +
arch/arm64/mm/mmu.c | 11 ++++++-----
3 files changed, 16 insertions(+), 5 deletions(-)