]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2026 22:40:25 +0000 (15:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2026 22:40:25 +0000 (15:40 -0700)
commit36343a8ff328efd3eb5604e3567d63e6c7906deb
tree2fe5960dd65f153476b9ef155ab6bb751499a915
parent30e0ff6d6a83586486674c343db5e9d933bd92e0
parent6ccbb613b42a1f1ba7bfd547a148f644a902a25c
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 MPAM fixes from Catalin Marinas:

 - Fix NULL dereference and a false-positive warning when the driver
   probes hardware with surprising version numbers

 - Fix writing values to the wrong registers when probing
   cache-utilisation counters. Replace 'NRDY' probing with a version
   that is robust for platforms where the bit is writeable by both
   hardware and software

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm_mpam: Check whether the config array is allocated before destroying it
  arm_mpam: Fix false positive assert failure during mpam_disable()
  arm_mpam: Improve check for whether or not NRDY is hardware managed
  arm_mpam: Pretend that NRDY is always hardware managed
  arm_mpam: Fix monitor instance selection when checking for hardware NRDY