From: Will Deacon <will@kernel.org>
To: torvalds@linux-foundation.org
Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kernel-team@android.com,
ojeda@kernel.org
Subject: [GIT PULL] arm64 fixes for -rc3
Date: Fri, 14 Feb 2025 14:04:32 +0000 [thread overview]
Message-ID: <20250214140431.GA13374@willie-the-truck> (raw)
Hi Linus,
Please pull this batch of arm64 fixes for -rc3. I've provided the usual
summary in the tag but there's nothing particularly major here.
Cheers,
Will
--->8
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
for you to fetch changes up to 446a8351f160d65a1c5df7097f31c74102ed2bb1:
arm64: rust: clean Rust 1.85.0 warning using softfloat target (2025-02-13 11:45:49 +0000)
----------------------------------------------------------------
arm64 fixes for -rc3
* Fix kexec and hibernation when using 5-level page-table configuration
* Remove references to non-existent SF8MM4 and SF8MM8 ID register
fields, hooking up hwcaps for the FPRCVT, F8MM4 and F8MM8 fields
instead
* Drop unused .ARM.attributes ELF sections
* Fix array indexing when probing CPU cache topology from firmware
* Fix potential use-after-free in AMU initialisation code
* Work around broken GTDT entries by tolerating excessively large timer
arrays
* Force use of Rust's "softfloat" target to avoid a threatening warning
about the NEON target feature
* Typo fix in GCS documentation and removal of duplicate Kconfig select
----------------------------------------------------------------
Ard Biesheuvel (1):
arm64: Fix 5-level paging support in kexec/hibernate trampoline
Beata Michalska (1):
arm64: amu: Delay allocating cpumask for AMU FIE support
Lukas Bulwahn (1):
arm64: Kconfig: Remove selecting replaced HAVE_FUNCTION_GRAPH_RETVAL
Mark Brown (3):
arm64/gcs: Fix documentation for HWCAP
arm64/hwcap: Remove stray references to SF8MMx
arm64: Add missing registrations of hwcaps
Miguel Ojeda (1):
arm64: rust: clean Rust 1.85.0 warning using softfloat target
Nathan Chancellor (1):
arm64: Handle .ARM.attributes section in linker scripts
Oliver Upton (1):
ACPI: GTDT: Relax sanity checking on Platform Timers array count
Radu Rendec (1):
arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array
Documentation/arch/arm64/gcs.rst | 2 +-
arch/arm64/Kconfig | 1 -
arch/arm64/Makefile | 4 ++++
arch/arm64/kernel/cacheinfo.c | 12 +++++++-----
arch/arm64/kernel/cpufeature.c | 5 +++--
arch/arm64/kernel/topology.c | 22 ++++++++++------------
arch/arm64/kernel/vdso/vdso.lds.S | 1 +
arch/arm64/kernel/vmlinux.lds.S | 1 +
arch/arm64/mm/trans_pgd.c | 7 +++++++
drivers/acpi/arm64/gtdt.c | 12 ++++++++----
10 files changed, 42 insertions(+), 25 deletions(-)
next reply other threads:[~2025-02-14 14:06 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-14 14:04 Will Deacon [this message]
2025-02-14 19:29 ` [GIT PULL] arm64 fixes for -rc3 pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2026-03-06 22:49 Will Deacon
2026-03-07 4:34 ` pr-tracker-bot
2025-06-20 10:50 Will Deacon
2025-06-20 17:29 ` pr-tracker-bot
2024-06-07 11:30 Will Deacon
2024-06-07 22:07 ` pr-tracker-bot
2024-02-02 11:11 Will Deacon
2024-02-02 20:43 ` pr-tracker-bot
2023-09-22 16:19 Will Deacon
2023-09-22 20:19 ` pr-tracker-bot
2023-05-19 11:46 Will Deacon
2023-05-19 18:32 ` pr-tracker-bot
2022-08-26 17:58 Will Deacon
2022-08-26 19:09 ` pr-tracker-bot
2021-11-26 13:22 Will Deacon
2021-11-26 18:35 ` pr-tracker-bot
2021-07-22 15:55 Will Deacon
2021-07-22 18:00 ` pr-tracker-bot
2021-03-12 13:34 [GIT PULL] arm64: Fixes " Will Deacon
2021-03-12 20:03 ` pr-tracker-bot
2020-11-06 13:20 [GIT PULL] arm64 fixes " Will Deacon
2020-11-06 21:13 ` pr-tracker-bot
2020-06-26 13:21 Will Deacon
2020-06-27 16:00 ` pr-tracker-bot
2020-02-21 16:01 Will Deacon
2020-02-22 0:07 ` Linus Torvalds
2020-02-22 0:15 ` pr-tracker-bot
2019-10-09 13:30 [GIT PULL] arm64: Fixes " Will Deacon
2019-10-09 19:30 ` pr-tracker-bot
2019-05-30 16:11 [GIT PULL] arm64: fixes " Will Deacon
2019-05-31 4:25 ` pr-tracker-bot
2019-01-20 0:04 Will Deacon
2019-01-20 3:29 ` Linus Torvalds
2019-01-20 4:00 ` pr-tracker-bot
2018-04-27 16:23 Will Deacon
2017-12-07 17:58 Will Deacon
2016-10-28 16:01 Will Deacon
2016-02-04 18:49 Will Deacon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250214140431.GA13374@willie-the-truck \
--to=will@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=kernel-team@android.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ojeda@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox