[GIT PULL] arm64 fixes for -rc5

From: Will Deacon

Date: Fri Mar 20 2026 - 09:09:21 EST


Hi Linus,

Please pull these arm64 fixes for -rc5. There's a small crop of fixes
for the MPAM resctrl driver, a fix for SCS/PAC patching with the AMDGPU
driver and a page-table fix for realms running with 52-bit physical
addresses.

Summary in the tag.

Cheers,

Will

--->8

The following changes since commit d87c828daa7ead9763416f75cc416496969cf1dc:

selftest/arm64: Fix sve2p1_sigill() to hwcap test (2026-03-06 11:54:26 +0000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

for you to fetch changes up to 8c6e9b60f5c7985a9fe41320556a92d7a33451df:

arm64: realm: Fix PTE_NS_SHARED for 52bit PA support (2026-03-19 12:46:05 +0000)

----------------------------------------------------------------
arm64 fixes for -rc5

- Fix DWARF parsing for SCS/PAC patching to work with very large modules
(such as the amdgpu driver).

- Fixes to the mpam resctrl driver.

- Fix broken handling of 52-bit physical addresses when sharing memory
from within a realm.

----------------------------------------------------------------
Ben Horgan (2):
arm_mpam: Fix null pointer dereference when restoring bandwidth counters
arm_mpam: Disable preemption when making accesses to fake MSC in kunit test

Krzysztof Kozlowski (1):
arm_mpam: Force __iomem casts

Pepper Gray (1):
arm64/scs: Fix handling of advance_loc4

Suzuki K Poulose (1):
arm64: realm: Fix PTE_NS_SHARED for 52bit PA support

arch/arm64/kernel/pi/patch-scs.c | 8 ++++++++
arch/arm64/kernel/rsi.c | 3 ++-
drivers/resctrl/mpam_devices.c | 2 ++
drivers/resctrl/test_mpam_devices.c | 22 +++++++++++++++-------
4 files changed, 27 insertions(+), 8 deletions(-)