From patchwork Mon Jul 13 04:50:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 11658687 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 68CC9722 for ; Mon, 13 Jul 2020 04:50:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F9F12073A for ; Mon, 13 Jul 2020 04:50:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="ugFlKEgg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726491AbgGMEuL (ORCPT ); Mon, 13 Jul 2020 00:50:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725767AbgGMEuK (ORCPT ); Mon, 13 Jul 2020 00:50:10 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F928C061794; Sun, 12 Jul 2020 21:50:10 -0700 (PDT) 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 4B4rmc1xSHz9sRW; Mon, 13 Jul 2020 14:50:07 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1594615808; bh=vD4a5aVxi8ud4WRzptuIQbiMT2/JMG1qfDJO/MwTYVg=; h=Date:From:To:Cc:Subject:From; b=ugFlKEggYDY9ZnCIRnGHwIQdHESNjAXYRZ5XFSx+SiFjUiTKX+jtlZZa4LR78cWv+ Pk9Q5D7eCoZofTBZv2XksiBNZWQ7S0vuO9NsbEVFJVpABTituAnpD6tgyrJKs2EwEw sBXJjy0tBCUMkzdVBrbDc8vclsx6pcY6qFibToNbM7HT2Tj7ljq+nFwAH+6QUJX9pj uCbFy2r/2ECFi7DKnRKP74Le1EIDcHoWGA5T/uJHhPWENGVkZdRt4Z6Q4sfeGg1X5m fbXtySpttdtxcoO+bF+88LHIw0nlxEPPgDY7TL6UC60Wzr1cUCuMRgmsc37I4EyYI7 OG1djXADpJXlw== Date: Mon, 13 Jul 2020 14:50:07 +1000 From: Stephen Rothwell To: Christian Borntraeger , Janosch Frank , Paolo Bonzini , KVM Cc: Linux Next Mailing List , Linux Kernel Mailing List , Jim Mattson , Collin Walling Subject: linux-next: manual merge of the kvms390 tree with the kvm tree Message-ID: <20200713145007.26acf3fb@canb.auug.org.au> MIME-Version: 1.0 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Hi all, Today's linux-next merge of the kvms390 tree got a conflict in: include/uapi/linux/kvm.h between commit: 1aa561b1a4c0 ("kvm: x86: Add "last CPU" to some KVM_EXIT information") from the kvm tree and commit: 23a60f834406 ("s390/kvm: diagnose 0x318 sync and reset") from the kvms390 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 include/uapi/linux/kvm.h index ff9b335620d0,35cdb4307904..000000000000 --- a/include/uapi/linux/kvm.h