acrn-kernel/arch/arm64
Mark Brown c5721ba0f2 arm64/cpufeature: Fix field sign for DIT hwcap detection
[ Upstream commit 50daf5b7c4 ]

Since it was added our hwcap for DIT has specified that DIT is a signed
field but this appears to be incorrect, the two values for the enumeration
are:

	0b0000	NI
	0b0001	IMP

which look like a normal unsigned enumeration and the in-kernel DIT usage
added by 01ab991fc0 ("arm64: Enable data independent timing (DIT) in the
kernel") detects the feature with an unsigned enum. Fix the hwcap to specify
the field as unsigned.

Fixes: 7206dc93a5 ("arm64: Expose Arm v8.4 features")
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221207-arm64-sysreg-helpers-v3-1-0d71a7b174a8@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-03-10 09:32:53 +01:00
..
boot arm64: dts: qcom: pmk8350: Use the correct PON compatible 2023-03-10 09:32:46 +01:00
configs
crypto
hyperv
include arm64: efi: Account for the EFI runtime stack in stack unwinder 2023-02-01 08:34:35 +01:00
kernel arm64/cpufeature: Fix field sign for DIT hwcap detection 2023-03-10 09:32:53 +01:00
kvm KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation 2023-02-01 08:34:39 +01:00
lib
mm arm64: efi: Recover from synchronous exceptions occurring in firmware 2023-02-01 08:34:34 +01:00
net
tools
xen
Kbuild
Kconfig
Kconfig.debug
Kconfig.platforms
Makefile