On Tue, Oct 17, 2023 at 12:30:17PM +1100, Stephen Rothwell wrote: > Today's linux-next merge of the kvm-arm tree got a conflict in: > > arch/arm64/kvm/arm.c > > between commit: > > d8569fba1385 ("arm64: kvm: Use cpus_have_final_cap() explicitly") > > from the arm64 tree and commit: > > ef150908b6bd ("KVM: arm64: Add generic check for system-supported vCPU features") > > from the kvm-arm tree. > > I fixed it up (I just used the latter) and can carry the fix as > necessary. Thanks Stephen. The fix looks fine, removing the cpus_have_final_cap(ARM64_HAS_32BIT_EL1) check in kvm_vcpu_init_check_features(). -- Catalin