Commit 36343a8ff328 for kernel

commit 36343a8ff328efd3eb5604e3567d63e6c7906deb
Merge: 30e0ff6d6a83 6ccbb613b42a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri May 15 15:40:25 2026 -0700

    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