From patchwork Wed Jan 18 00:32:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 13105305 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 5C20FC38142 for ; Wed, 18 Jan 2023 00:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbjARAsM (ORCPT ); Tue, 17 Jan 2023 19:48:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229798AbjARArO (ORCPT ); Tue, 17 Jan 2023 19:47:14 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D239616ADC; Tue, 17 Jan 2023 16:32:37 -0800 (PST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4NxRYD5CHhz4xGq; Wed, 18 Jan 2023 11:32:32 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1674001956; bh=52dzgLNSfEjYsbutWH5bQI6p3YDgOnII4xuOmFG9MLk=; h=Date:From:To:Cc:Subject:From; b=TG4pZ9qf4aZQvmhB3ge+fzXkXQGgWV39+N/AjiozIw0g4/nUmDIj2ApNcZ5eArSQp 1Yeb1T2saxaf8Ddm9L+r/sbOlPoTM6DUs4YqOrlcfOIdd9NhDVx8Aa9Axh4/hVmHoo 9lhS6Q6yr9njXvcXqssycSxdoMKQXhB0if24TfngauH//2GsH17P8IYDd2gSLmAQpo ByGapowjBMpp5bgMm/bi701YlccDitrcYIYKtlcf7Bawo6oQ37c7tRQnRXp0+OiZTW pBaDrvJxKFvcm7Je4TSai4Xid5ObbQ7obnq8L9t6OVMjdq60BwZa34FZxTsAShtQTg 8c1wLGncr248A== Date: Wed, 18 Jan 2023 11:32:31 +1100 From: Stephen Rothwell To: Paolo Bonzini , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: KVM , "Borislav Petkov (AMD)" , Kim Phillips , Linux Kernel Mailing List , Linux Next Mailing List , Vitaly Kuznetsov Subject: linux-next: manual merge of the kvm tree with the tip tree Message-ID: <20230118113231.3a111b69@canb.auug.org.au> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Hi all, Today's linux-next merge of the kvm tree got a conflict in: arch/x86/kvm/reverse_cpuid.h between commit: 15fea09b029d ("x86/cpu, kvm: Add support for CPUID_80000021_EAX") from the tip tree and commit: 0fcf86f05af2 ("KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX") from the kvm tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. diff --cc arch/x86/kvm/reverse_cpuid.h index 81f4e9ce0c77,4945456fd646..000000000000 --- a/arch/x86/kvm/reverse_cpuid.h