All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes for 6.17-rc5
@ 2025-09-05 17:35 Catalin Marinas
  2025-09-05 20:17 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Catalin Marinas @ 2025-09-05 17:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-arm-kernel, linux-kernel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-06  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05 17:35 [GIT PULL] arm64 fixes for 6.17-rc5 Catalin Marinas
2025-09-05 20:17 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.