[GIT PULL] arm64 fixes for 6.17-rc4

Catalin Marinas cmarinas at kernel.org
Sat Aug 30 05:55:52 PDT 2025


Hi Linus,

Please pull a couple of small arm64 fixes below (for -rc4 if there's
still time, otherwise -rc5 is fine as well). Thanks.

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

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 d82aa5d3501b25bfb7bc2a24a68ad0a83b2ad10b:

  kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace (2025-08-30 11:31:11 +0100)

----------------------------------------------------------------
Two arm64 fixes:

- CFI failure due to kpti_ng_pgd_alloc() signature mismatch

- Underallocation bug in the SVE ptrace kselftest

----------------------------------------------------------------
Kees Cook (1):
      arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signature

Mark Brown (1):
      kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace

 arch/arm64/include/asm/mmu.h                 | 7 +++++++
 arch/arm64/kernel/cpufeature.c               | 5 +++--
 arch/arm64/mm/mmu.c                          | 7 -------
 tools/testing/selftests/arm64/fp/fp-ptrace.c | 5 ++---
 4 files changed, 12 insertions(+), 12 deletions(-)

-- 
Catalin



More information about the linux-arm-kernel mailing list