From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD3B8CDB483 for ; Tue, 17 Oct 2023 11:13:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234674AbjJQLNI (ORCPT ); Tue, 17 Oct 2023 07:13:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233570AbjJQLNG (ORCPT ); Tue, 17 Oct 2023 07:13:06 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E9B5A2; Tue, 17 Oct 2023 04:13:05 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8141CC433C8; Tue, 17 Oct 2023 11:13:03 +0000 (UTC) Date: Tue, 17 Oct 2023 12:13:00 +0100 From: Catalin Marinas To: Stephen Rothwell Cc: Christoffer Dall , Marc Zyngier , Will Deacon , Linux Kernel Mailing List , Linux Next Mailing List , Mark Rutland , Oliver Upton Subject: Re: linux-next: manual merge of the kvm-arm tree with the arm64 tree Message-ID: References: <20231017123017.3907baac@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231017123017.3907baac@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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