[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aWuXMab4BxnbUbOG@arm.com>
Date: Sat, 17 Jan 2026 14:05:37 +0000
From: Catalin Marinas <cmarinas@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Will Deacon <will@...nel.org>, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] arm64 fixes for 6.19-rc6
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
Powered by blists - more mailing lists