[GIT PULL] arm64 fixes for 6.12-rc2
From: Catalin Marinas
Date: Fri Oct 04 2024 - 12:22:30 EST
Hi Linus,
As Will is gone fishing this week, I'm sending some fixes for the arm64
tree: a couple of build/config issues and expanding the speculative SSBS
workaround to more CPUs. Thanks.
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -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 3eddb108abe3de6723cc4b77e8558ce1b3047987:
arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386 (2024-10-04 12:38:03 +0100)
----------------------------------------------------------------
arm64 fixes for 6.12-rc2:
- Expand the speculative SSBS workaround to cover Cortex-A715,
Neoverse-N3 and Microsoft Azure Cobalt 100
- Force position-independent veneers - in some kernel configurations,
the LLD linker generates position-dependent veneers for otherwise
position-independent code, resulting in early boot-time failures
- Fix Kconfig selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS so that it is
not enabled when not supported by the combination of clang and GNU ld
----------------------------------------------------------------
Easwar Hariharan (1):
arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386
Mark Rutland (4):
arm64: Force position-independent veneers
arm64: cputype: Add Neoverse-N3 definitions
arm64: errata: Expand speculative SSBS workaround once more
arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS
Documentation/arch/arm64/silicon-errata.rst | 6 ++++++
arch/arm64/Kconfig | 7 ++++---
arch/arm64/Makefile | 2 +-
arch/arm64/include/asm/cputype.h | 2 ++
arch/arm64/kernel/cpu_errata.c | 3 +++
5 files changed, 16 insertions(+), 4 deletions(-)
--
Catalin