]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Jun 2026 14:37:39 +0000 (15:37 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Jun 2026 14:37:39 +0000 (15:37 +0100)
commit424280953322cf66314f3ba5e2d1ef345f21c770
treeb60272675976be52c6ae25c2eb688f4f24f49b9d
parente21ee273e6fa3879aec9a27251cfce98156e07c4
parent009b6c6486b94a3aff566b017256b598dc96bf18
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