[GIT PULL] arm64 fixes for 6.17-rc5

Catalin Marinas cmarinas at kernel.org
Fri Sep 5 10:35:58 PDT 2025


Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit d82aa5d3501b25bfb7bc2a24a68ad0a83b2ad10b:

  kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace (2025-08-30 11:31:11 +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 a7ed7b9d0ebb038db9963d574da0311cab0b666a:

  arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE (2025-09-05 16:56:20 +0100)

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

 - Incorrect __BITS_PER_LONG as 64 when compiling the compat vDSO

 - Unreachable PLT for ftrace_caller() in a module's .init.text
   following past reworking of the module VA range selection

 - Memory leak in the ACPI iort_rmr_alloc_sids() after a failed
   krealloc_array()

----------------------------------------------------------------
Miaoqian Lin (1):
      ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()

Thomas Weißschuh (1):
      arm64: uapi: Provide correct __BITS_PER_LONG for the compat vDSO

panfan (1):
      arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE

 arch/arm64/include/asm/module.h           |  1 +
 arch/arm64/include/asm/module.lds.h       |  1 +
 arch/arm64/include/uapi/asm/bitsperlong.h |  5 +++++
 arch/arm64/kernel/ftrace.c                | 13 ++++++++++---
 arch/arm64/kernel/module-plts.c           | 12 +++++++++++-
 arch/arm64/kernel/module.c                | 11 +++++++++++
 drivers/acpi/arm64/iort.c                 |  4 +++-
 7 files changed, 42 insertions(+), 5 deletions(-)

-- 
Catalin



More information about the linux-arm-kernel mailing list