commit | b11483ef5a502663732c6ca1b58d14ff9eedd6f7 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Jul 16 17:11:08 2020 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Sep 21 18:31:09 2020 +0100 |
tree | 67883d1bcd74dba1a55215d4dbcaf840123bd8b6 | |
parent | f75aef392f869018f78cfedf3c320a6b3fcfda6b [diff] |
arm64: Make use of ARCH_WORKAROUND_1 even when KVM is not enabled We seem to be pretending that we don't have any firmware mitigation when KVM is not compiled in, which is not quite expected. Bring back the mitigation in this case. Fixes: 4db61fef16a1 ("arm64: kvm: Modernize __smccc_workaround_1_smc_start annotations") Cc: <stable@vger.kernel.org> Signed-off-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Will Deacon <will@kernel.org>