From patchwork Thu Mar 26 03:27:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 11459171 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 6F85E161F for ; Thu, 26 Mar 2020 03:27:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4EA402074D for ; Thu, 26 Mar 2020 03:27:36 +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="c+9Ubtkw" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727703AbgCZD1d (ORCPT ); Wed, 25 Mar 2020 23:27:33 -0400 Received: from ozlabs.org ([203.11.71.1]:40923 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727612AbgCZD1d (ORCPT ); Wed, 25 Mar 2020 23:27:33 -0400 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 48nr5Z0XdJz9sSH; Thu, 26 Mar 2020 14:27:30 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1585193250; bh=ZKW7qcECKhZTwsefzZv3KK0kIUy8HwxrSNINue5nCKs=; h=Date:From:To:Cc:Subject:From; b=c+9UbtkwAW96p6Br+QzTYW/T3AyEVUODTofZrCm+Oi/BqcS9TH4rVDEiSjp8pm8o9 QEYb7n637GWve85Hp9VM47n9U53DdxkvtvnF2FvzWOivdVbmo5P2WygjIwnBTdsfd3 nZ42XDPTVdTBLiISrip/t0ZF0gYQxHYOJ6KmMBz9vT2Na3gXbmfv9fLG7QjTImzei8 1p6xBOoneIYOfwGx/g92bMlxQ+DXrMxY/eL0A7gzM6ECbZeOEFawSDhrRHwXcp9G5N TgxK6zi+TixVFKl0q7U2oKzyrrKFtRcp2lRjfOllDZM2EedTmjQzsorYzN3XUKrCqm QLzY+A7TgYlDQ== Date: Thu, 26 Mar 2020 14:27:27 +1100 From: Stephen Rothwell To: Paolo Bonzini , KVM , Greg KH Cc: Linux Next Mailing List , Linux Kernel Mailing List , Masahiro Yamada , Andrew Jones Subject: linux-next: manual merge of the kvm tree with the spdx tree Message-ID: <20200326142727.6991104f@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 kvm tree got a conflict in: tools/testing/selftests/kvm/.gitignore between commit: d198b34f3855 (".gitignore: add SPDX License Identifier") from the spdx tree and commit: 1914f624f5e3 ("selftests: KVM: SVM: Add vmcall test to gitignore") 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 tools/testing/selftests/kvm/.gitignore index 2f85dc944fbd,16877c3daabf..000000000000 --- a/tools/testing/selftests/kvm/.gitignore