public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes for 6.19-rc5
@ 2026-01-09 18:27 Catalin Marinas
  2026-01-10  2:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Catalin Marinas @ 2026-01-09 18:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-arm-kernel, linux-kernel

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit f4ea8e05f2a857d5447c25f7daf00807d38b307d:

  lkdtm/bugs: Do not confuse the clang/objtool with busy wait loop (2025-12-19 15:09:09 +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 bdf3f4176092df5281877cacf42f843063b4784d:

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

----------------------------------------------------------------
arm64 fixes:

 - Do not return false if !preemptible() in current_in_efi(). EFI
   runtime services can now run with preemption enabled

 - Fix uninitialised variable in the arm MPAM driver, reported by sparse

 - Fix partial kasan_reset_tag() use in change_memory_common() when
   calculating page indices or comparing ranges

 - Save/restore TCR2_EL1 during suspend/resume, otherwise the E0POE bit
   is lost

----------------------------------------------------------------
Ben Horgan (2):
      arm64/efi: Don't fail check current_in_efi() if preemptible
      arm_mpam: Stop using uninitialized variables in __ris_msmon_read()

Jiayuan Chen (1):
      arm64: mm: Fix incomplete tag reset in change_memory_common()

Yeoreum Yun (1):
      arm64: Fix cleared E0POE bit after cpu_suspend()/resume()

 arch/arm64/include/asm/efi.h     | 2 +-
 arch/arm64/include/asm/suspend.h | 2 +-
 arch/arm64/mm/pageattr.c         | 6 ++++--
 arch/arm64/mm/proc.S             | 8 ++++++++
 drivers/resctrl/mpam_devices.c   | 7 ++++---
 5 files changed, 18 insertions(+), 7 deletions(-)

-- 
Catalin


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-10  2:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 18:27 [GIT PULL] arm64 fixes for 6.19-rc5 Catalin Marinas
2026-01-10  2:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox