Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Sep 2025 20:11:10 +0000 (13:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Sep 2025 20:11:10 +0000 (13:11 -0700)
commite5d5d23319565a7e48232707c3fe30bd4eb638cd
tree4c5de3b5bdd76c04ea271905a146a5d6b5599f35
parent730c1451fbc3942d434a4203bd4616ad0b71b23d
parenta7ed7b9d0ebb038db9963d574da0311cab0b666a
Merge tag 'arm64-fixes' of git://git./linux/kernel/git/arm64/linux

Pull arm64 fixes from Catalin Marinas:

 - 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()

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE
  ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()
  arm64: uapi: Provide correct __BITS_PER_LONG for the compat vDSO