Commit 424280953322 for kernel

commit 424280953322cf66314f3ba5e2d1ef345f21c770
Merge: e21ee273e6fa 009b6c6486b9
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jun 14 15:37:39 2026 +0100

    Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux

    Pull ARM fixes from Russell King:

     - Avoid KASAN instrumentation of half-word IO

     - Use a byte load for KASAN shadow stack

     - Fix kexec and hibernation with PAN

    * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:
      ARM: 9476/1: mm: fix kexec and hibernation with CONFIG_CPU_TTBR0_PAN
      ARM: 9475/1: entry: use byte load for KASAN VMAP stack shadow
      ARM: 9474/1: io: avoid KASAN instrumentation of raw halfword I/O