Skip to content

Commit a3c4a00

Browse files
committed
KVM: arm64: Advertise support for FEAT_DoubleFault2
KVM's external abort injection now respects the exception routing wreckage due to FEAT_DoubleFault2. Advertise the feature. Reviewed-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent 075c2dc commit a3c4a00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/kvm/sys_regs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,6 @@ static u64 __kvm_read_sanitised_id_reg(const struct kvm_vcpu *vcpu,
16131613
val &= ~ARM64_FEATURE_MASK(ID_AA64PFR1_EL1_GCS);
16141614
val &= ~ARM64_FEATURE_MASK(ID_AA64PFR1_EL1_THE);
16151615
val &= ~ARM64_FEATURE_MASK(ID_AA64PFR1_EL1_MTEX);
1616-
val &= ~ARM64_FEATURE_MASK(ID_AA64PFR1_EL1_DF2);
16171616
val &= ~ARM64_FEATURE_MASK(ID_AA64PFR1_EL1_PFAR);
16181617
val &= ~ARM64_FEATURE_MASK(ID_AA64PFR1_EL1_MPAM_frac);
16191618
break;
@@ -2884,7 +2883,6 @@ static const struct sys_reg_desc sys_reg_descs[] = {
28842883
ID_AA64PFR0_EL1_FP)),
28852884
ID_FILTERED(ID_AA64PFR1_EL1, id_aa64pfr1_el1,
28862885
~(ID_AA64PFR1_EL1_PFAR |
2887-
ID_AA64PFR1_EL1_DF2 |
28882886
ID_AA64PFR1_EL1_MTEX |
28892887
ID_AA64PFR1_EL1_THE |
28902888
ID_AA64PFR1_EL1_GCS |

0 commit comments

Comments
 (0)