]> www.infradead.org Git - users/dwmw2/linux.git/commit
arm64: Add missing registrations of hwcaps
authorMark Brown <broonie@kernel.org>
Wed, 12 Feb 2025 00:30:42 +0000 (00:30 +0000)
committerWill Deacon <will@kernel.org>
Thu, 13 Feb 2025 11:13:09 +0000 (11:13 +0000)
commita4cc8494f1d853a0945d2a655b4891935d717355
tree43160045116c8a7e69b49b322471a4c3e6072d7d
parentf818227a2f3d1d4f26469347e428323d61cc83f0
arm64: Add missing registrations of hwcaps

Commit 819935464cb2 ("arm64/hwcap: Describe 2024 dpISA extensions to
userspace") added definitions for HWCAP_FPRCVT, HWCAP_F8MM8 and
HWCAP_F8MM4 but did not include the crucial registration in
arm64_elf_hwcaps.  Add it.

Fixes: 819935464cb2 ("arm64/hwcap: Describe 2024 dpISA extensions to userspace")
Reported-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20250212-arm64-fix-2024-dpisa-v2-1-67a1c11d6001@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/cpufeature.c