From: Catalin Marinas <cmarinas@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 6.19-rc5
Date: Fri, 9 Jan 2026 18:27:27 +0000 [thread overview]
Message-ID: <aWFIj0hGUQK1ywDu@arm.com> (raw)
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
next reply other threads:[~2026-01-09 18:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-09 18:27 Catalin Marinas [this message]
2026-01-10 2:15 ` [GIT PULL] arm64 fixes for 6.19-rc5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aWFIj0hGUQK1ywDu@arm.com \
--to=cmarinas@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox