[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aB42GJfIypFqk9aC@arm.com>
Date: Fri, 9 May 2025 18:06:32 +0100
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.15-rc6
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
Powered by blists - more mailing lists