From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 13 Jun 2019 23:21:01 +0200 From: Christoph Hellwig Subject: Re: dev_pagemap related cleanups Message-ID: <20190613212101.GA27174@lst.de> References: <20190613094326.24093-1-hch@lst.de> <20190613204043.GD22062@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190613204043.GD22062@mellanox.com> Sender: owner-linux-mm@kvack.org To: Jason Gunthorpe Cc: Dan Williams , Christoph Hellwig , =?iso-8859-1?B?Suly9G1l?= Glisse , Ben Skeggs , Linux MM , "nouveau@lists.freedesktop.org" , Maling list - DRI developers , linux-nvdimm , "linux-pci@vger.kernel.org" , Linux Kernel Mailing List , Andrew Morton List-ID: On Thu, Jun 13, 2019 at 08:40:46PM +0000, Jason Gunthorpe wrote: > > Perhaps we should pull those out and resend them through hmm.git? > > It could be done - but how bad is the conflict resolution? Trivial. All but one patch just apply using git-am, and the other one just has a few lines of offsets. I've also done a preliminary rebase of my series on top of those patches, and it really nicely helps making the drivers even simpler and allows using the internal refcount in p2pdma.c as well. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: dev_pagemap related cleanups Date: Thu, 13 Jun 2019 23:21:01 +0200 Message-ID: <20190613212101.GA27174@lst.de> References: <20190613094326.24093-1-hch@lst.de> <20190613204043.GD22062@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190613204043.GD22062-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org Sender: "Linux-nvdimm" To: Jason Gunthorpe Cc: Andrew Morton , linux-nvdimm , "nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org" , Linux Kernel Mailing List , Maling list - DRI developers , Linux MM , =?iso-8859-1?B?Suly9G1l?= Glisse , Ben Skeggs , "linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Christoph Hellwig List-Id: nouveau.vger.kernel.org On Thu, Jun 13, 2019 at 08:40:46PM +0000, Jason Gunthorpe wrote: > > Perhaps we should pull those out and resend them through hmm.git? > > It could be done - but how bad is the conflict resolution? Trivial. All but one patch just apply using git-am, and the other one just has a few lines of offsets. I've also done a preliminary rebase of my series on top of those patches, and it really nicely helps making the drivers even simpler and allows using the internal refcount in p2pdma.c as well.