From patchwork Thu Dec 1 00:24:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 13060844 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 19479C47088 for ; Thu, 1 Dec 2022 00:24:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229576AbiLAAYi (ORCPT ); Wed, 30 Nov 2022 19:24:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbiLAAYg (ORCPT ); Wed, 30 Nov 2022 19:24:36 -0500 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B05D558BC9; Wed, 30 Nov 2022 16:24:35 -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 4NMxfB0bK1z4xG6; Thu, 1 Dec 2022 11:24:33 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1669854274; bh=8Vn/tJhughq3v4sEE4ce0PBjHo/J8FUKxdLHSm73ghU=; h=Date:From:To:Cc:Subject:From; b=HsRtv8mvMTozgdJuuWCh4LyydxgRGAXdN7cUum0zTamKT5wsCd43ikqIYWCWScfWY b7B2pbNrloAiQtPgrIaf5BaaHVXc3E+cs1GVy7ipMrC2zjYWPBtWZf4Q+IToNBw0xW AD03bgcGb62F3e/58l4zzjUWlyf6Ziv/05TyZRIJzH1imTrzVGINwt9owymym/Rsyw iK1DvK0pdAky0tPXkyQ0fUf0Vj+UmkxmU0iuA9ZNaHS23kBT8zPYtZ89HzIkEyYwGi MuWfRgWNltQ/qjYiHJG/DdgMFKIzTX7F36kYUzyU/rdNjAOgycl+gwUyCi4pgzaIs4 8J6HWsfbpyEqA== Date: Thu, 1 Dec 2022 11:24:32 +1100 From: Stephen Rothwell To: Christoffer Dall , Marc Zyngier , Paolo Bonzini Cc: KVM , Gavin Shan , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: manual merge of the kvm-arm tree with the kvm tree Message-ID: <20221201112432.4cb9ae42@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-arm tree got a conflict in: arch/x86/include/asm/kvm_host.h between commit: b0b42197b5c6 ("KVM: x86: start moving SMM-related functions to new files") from the kvm tree and commit: e8a18565e593 ("KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h") from the kvm-arm 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/include/asm/kvm_host.h index d1013c4f673c,b4dbde7d9eb1..000000000000 --- a/arch/x86/include/asm/kvm_host.h