Received: by 10.213.65.68 with SMTP id h4csp2121868imn; Sun, 8 Apr 2018 20:14:30 -0700 (PDT) X-Google-Smtp-Source: AIpwx49ia5BZAPKoOgyfuccv7qtPY/MJkkfUq9EhjugnJPTdOBr3toWAVZGoSdVGXbeZzTapTaks X-Received: by 10.101.99.193 with SMTP id n1mr16690651pgv.446.1523243670021; Sun, 08 Apr 2018 20:14:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523243669; cv=none; d=google.com; s=arc-20160816; b=cgdSHSV7zQ7ceY0aWXD8Wn5qnDdFyUMTDU759BdzOAHTvJ/pB4wbQNOz/Fl7kbX9fq cyff2SkciPEAzLvg7yilCNhGcPySpUHJNqrHu7LNV9xyjRYhJWITHtNXgJgcRjauaLU/ 9GPP7kz/vT0oojDhcrYamik+xVBTzmIkG+25exk8EBGo9jSa9SiHdmHssycjYjKlHNk7 p06k6EhZsKwv8nGnAUgJ3NPaYEbY1MaXM9VcddtfcIgRtEQxKcNAK4+QEE4lgMRug//+ /gFs2Vnd7DrDoGHTfD6I6q54E5ArpEvG3oNwsGyYMaqVmSLP84BVVa9EVcTQdZ3ayVV7 LSpA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=WrVE531/wM0Zx6+MR2FswPSRqfA8RJTjmXrfTBjB5k8=; b=w7xjYYumXJuzW8euZvTs9J56IgJJzixPPteVwNcYBdLBSBQ5M8am085pzcNUuvagdM NiYsNEFjB1Er9ulQa8zvmFFtBP+nLYViTljxraKAec2MuhMFnTnLxC2zLkiiYzqgxtfl suYy24qmOAarNVQMxXaMtIo37HYEmP5+uPXDc+Fi9W5aa/C1Ao5vF+U8G6fSOCrwGgQ8 +ElGAahZZE8+pRiO2pCCzRgDY0LrbDZQcMUK0WOpvmHVVHTJ/P2lUJ/M6q2VNp2e/LUd NPjAWQURk+DPw9NKsUb6UftElI8wASXzShaRagnBFJBDRWSsp4J1Se3ilFhkyWj9/fXu 8wiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c11si8193930pgw.757.2018.04.08.20.13.53; Sun, 08 Apr 2018 20:14:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757832AbeDICwG (ORCPT + 98 others); Sun, 8 Apr 2018 22:52:06 -0400 Received: from namei.org ([65.99.196.166]:56034 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755429AbeDICwE (ORCPT ); Sun, 8 Apr 2018 22:52:04 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w392prA4015252; Mon, 9 Apr 2018 02:51:53 GMT Date: Mon, 9 Apr 2018 12:51:53 +1000 (AEST) From: James Morris To: Stephen Rothwell cc: David Howells , "Martin K. Petersen" , Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: manual merge of the scsi-mkp tree with the efi-lock-down tree In-Reply-To: <20180409115831.46a351ef@canb.auug.org.au> Message-ID: References: <20180315183412.01412755@canb.auug.org.au> <20180406092216.4579a70c@canb.auug.org.au> <20180409115831.46a351ef@canb.auug.org.au> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 9 Apr 2018, Stephen Rothwell wrote: > Hi all, > > On Fri, 6 Apr 2018 09:22:16 +1000 Stephen Rothwell wrote: > > > > On Thu, 15 Mar 2018 18:34:12 +1100 Stephen Rothwell wrote: > > > > > > Today's linux-next merge of the scsi-mkp tree got a conflict in: > > > > > > drivers/scsi/eata.c > > > > > > between commit: > > > > > > 5b76b160badb ("scsi: Lock down the eata driver") > > > > > > from the efi-lock-down tree and commit: > > > > > > 6b1745caa14a ("scsi: eata: eata-pio: Deprecate legacy EATA drivers") > > > > > > from the scsi-mkp tree. > > > > > > I fixed it up (I just removed the file) 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. > > > > This is now a conflict between the efi-lock-down tree and Linus' tree. > > This is now a conflict between the security tree and Linus' tree. That's odd, my next-general branch is merged to Linus. -- James Morris