lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aLsffo3bIIH4hYSQ@arm.com>
Date: Fri, 5 Sep 2025 18:35:58 +0100
From: Catalin Marinas <cmarinas@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Will Deacon <will@...nel.org>, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] arm64 fixes for 6.17-rc5

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ