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.15-rc6
Date: Fri, 9 May 2025 18:06:32 +0100 [thread overview]
Message-ID: <aB42GJfIypFqk9aC@arm.com> (raw)
Hi Linus,
Please pull the arm64 fix below. Thanks.
The following changes since commit fee4d171451c1ad9e8aaf65fc0ab7d143a33bd72:
arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays (2025-05-01 17:44:18 +0100)
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 363cd2b81cfdf706bbfc9ec78db000c9b1ecc552:
arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent wrong idmap generation (2025-05-06 11:43:44 +0100)
----------------------------------------------------------------
Move the arm64_use_ng_mappings variable from the .bss to the .data
section as it is accessed very early during boot with the MMU off and
before the .bss has been initialised. This can lead to incorrect idmap
page table.
----------------------------------------------------------------
Yeoreum Yun (1):
arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent wrong idmap generation
arch/arm64/kernel/cpufeature.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--
Catalin
next reply other threads:[~2025-05-09 17:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 17:06 Catalin Marinas [this message]
2025-05-09 20:07 ` [GIT PULL] arm64 fixes for 6.15-rc6 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=aB42GJfIypFqk9aC@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