From patchwork Thu May 5 04:47:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 12839054 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 43C1EC433EF for ; Thu, 5 May 2022 04:48:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242997AbiEEEvm (ORCPT ); Thu, 5 May 2022 00:51:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236408AbiEEEvh (ORCPT ); Thu, 5 May 2022 00:51:37 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C1C93F88A; Wed, 4 May 2022 21:47:58 -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 4Kv1Qx2cVQz4xTX; Thu, 5 May 2022 14:47:52 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1651726073; bh=i0QIbr2IKIhQN2nt+A/IhRM6S8ecIJXY2MlW7LDDvLg=; h=Date:From:To:Cc:Subject:From; b=GTiH7XWCFgX6jNOSnabftRU/tSUv+s22rFxzfumXrZsV6fu0tPFjrBYtExCiMSLzI 4HJQ9DnPwyA/tmCsfa9x2/5jJmDnE65ZCo0Q15YkNkyezsVbiEF+nVgcohYsCuurJ4 3QU4ajurt33HpcEgkgkYMHG+ed882plJKDrTO4vJ4Vonx2CZLckreDo1rEEzhJ/P8L Flp6/WnMMKN6gXriwWhKbY6GYsgCLZKe4hrGOL2lkzNKulxLQpKG4RCoWlAw5teTpr KPrJ4CRBDEDNiyFcT+U/549fXXfldj1tZBuL67i89J2stBdSjNohO5FbUJuNboBIo0 +WQocOfi0i8RQ== Date: Thu, 5 May 2022 14:47:51 +1000 From: Stephen Rothwell To: Christoffer Dall , Marc Zyngier , Paolo Bonzini Cc: KVM , Linux Kernel Mailing List , Linux Next Mailing List , Oliver Upton , Peter Gonda Subject: linux-next: manual merge of the kvm-arm tree with the kvm tree Message-ID: <20220505144751.3e018b5b@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 conflicts in: include/uapi/linux/kvm.h Documentation/virt/kvm/api.rst between commits: c24a950ec7d6 ("KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES") 71d7c575a673 ("Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD") from the kvm tree and commits: 7b33a09d036f ("KVM: arm64: Add support for userspace to suspend a vCPU") bfbab4456877 ("KVM: arm64: Implement PSCI SYSTEM_SUSPEND") 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 Documentation/virt/kvm/api.rst index 2325b703a1ea,cbea3983f47b..000000000000 --- a/Documentation/virt/kvm/api.rst diff --cc include/uapi/linux/kvm.h index e10d131edd80,32c56384fd08..000000000000 --- a/include/uapi/linux/kvm.h