Skip to content

Commit 4faf521

Browse files
author
Marc Zyngier
committed
KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
We already have specific constraints for SCTLR_EL1.{EE,E0E}, and making them depend on FEAT_AA64EL1 is just buggy. Fixes: 6bd4a27 ("KVM: arm64: Convert SCTLR_EL1 to config-driven sanitisation") Reviewed-by: Fuad Tabba <tabba@google.com> Tested-by: Fuad Tabba <tabba@google.com> Link: https://patch.msgid.link/20260202184329.2724080-3-maz@kernel.org Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 0a35bd2 commit 4faf521

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/kvm/config.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,6 @@ static const struct reg_bits_to_feat_map sctlr_el1_feat_map[] = {
11401140
SCTLR_EL1_TWEDEn,
11411141
FEAT_TWED),
11421142
NEEDS_FEAT(SCTLR_EL1_UCI |
1143-
SCTLR_EL1_EE |
1144-
SCTLR_EL1_E0E |
11451143
SCTLR_EL1_WXN |
11461144
SCTLR_EL1_nTWE |
11471145
SCTLR_EL1_nTWI |

0 commit comments

Comments
 (0)