[GIT PULL] arm64 fixes for 6.19-rc6

Catalin Marinas cmarinas at kernel.org
Sat Jan 17 06:05:37 PST 2026


Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit bdf3f4176092df5281877cacf42f843063b4784d:

  arm64: Fix cleared E0POE bit after cpu_suspend()/resume() (2026-01-09 10:41:45 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b9f5c38e4af1a094384650d2fc79fb992d6d5e64:

  arm_mpam: Use non-atomic bitops when modifying feature bitmap (2026-01-16 12:04:20 +0000)

----------------------------------------------------------------
arm64/mpam fix to use non-atomic bitops on struct mmap_props member
(atomicity not required). For kunit testing, the structure is packed to
avoid memcmp() errors but this affects atomic bitops as they have strict
alignment requirements.

Also remove a duplicate include in the mpam driver.

----------------------------------------------------------------
Ben Horgan (1):
      arm_mpam: Use non-atomic bitops when modifying feature bitmap

Jiapeng Chong (1):
      arm_mpam: Remove duplicate linux/srcu.h header

 drivers/resctrl/mpam_internal.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

-- 
Catalin



More information about the linux-arm-kernel mailing list