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.18-rc2
Date: Fri, 17 Oct 2025 22:48:26 +0100 [thread overview]
Message-ID: <aPK5qkFphJvpJBkJ@arm.com> (raw)
Hi Linus,
Please pull a couple of arm64 fixes below. Normally it's Will handling
the fixes this time around but he's fishing on some remote lake away
from the modern world (and internet connection). Thanks.
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
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 ea0d55ae4b3207c33691a73da3443b1fd379f1d2:
arm64: debug: always unmask interrupts in el0_softstp() (2025-10-17 18:08:05 +0100)
----------------------------------------------------------------
arm64 fixes:
- Explicitly encode the XZR register if the value passed to
write_sysreg_s() is 0. The GIC CDEOI instruction is encoded as a
system register write with XZR as the source register. However, clang
does not honour the "Z" register constraint, leading to incorrect
code generation
- Ensure the interrupts (DAIF.IF) are unmasked when completing
single-step of a suspended breakpoint before calling
exit_to_user_mode(). With pseudo-NMIs, interrupts are (additionally)
masked at the PMR_EL1 register, handled by local_irq_*()
----------------------------------------------------------------
Ada Couprie Diaz (1):
arm64: debug: always unmask interrupts in el0_softstp()
Lorenzo Pieralisi (1):
arm64/sysreg: Fix GIC CDEOI instruction encoding
arch/arm64/include/asm/sysreg.h | 11 ++++++++++-
arch/arm64/kernel/entry-common.c | 8 +++++---
2 files changed, 15 insertions(+), 4 deletions(-)
--
Catalin
next reply other threads:[~2025-10-17 21:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 21:48 Catalin Marinas [this message]
2025-10-17 23:07 ` [GIT PULL] arm64 fixes for 6.18-rc2 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=aPK5qkFphJvpJBkJ@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