[GIT PULL] arm64 fixes for 6.15-rc6
Catalin Marinas
cmarinas at kernel.org
Fri May 9 10:06:32 PDT 2025
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
More information about the linux-arm-kernel
mailing list