Commit e7c93451eeb0 for kernel

commit e7c93451eeb06b67b4eb23017824b3dee90b360e
Merge: c292ea294dde 36fa5ffa6034
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 26 08:40:35 2026 -0700

    Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

    Pull arm64 fixes from Will Deacon:
     "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:

       - 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"

    * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
      arm64: mm: Defer read-only remap of data/bss linear alias
      arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
      arm64: static_call: include asm/insns.h