Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp204352ybi; Thu, 13 Jun 2019 14:22:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqxR8oz/bx2AU2abnXLjF1WDa4X2oNxsQ2ILGrsUbr/MTAP4Kh4rV2ndgGzx/XrrcA9h05QO X-Received: by 2002:aa7:8555:: with SMTP id y21mr38435827pfn.104.1560460966947; Thu, 13 Jun 2019 14:22:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560460966; cv=none; d=google.com; s=arc-20160816; b=fBMAXf7zLbQI62ZB71F4O4mRG/yq7b1d7OVQ3zgrwViWzwcHbnMme1ova2mIZlui9S xO3rPgfo45znDomgLhK2mPNVDJJcpi+DgvhHYF4D3G9KtRLU3JvnXFMJjXp16gctBoGt bfjoCHZLkZ3UF3qY5ydK01N9LP9HhI5Z51Z9SzCq8kN5IJHnZAEiL7yUzQ+vWJ8Tkc5e hROH+WvGo5h4q9V69/CaRWHPg7boylpNRsFFURkHVQCG4uItFoqiBG7vsOJC2J1UQKlh moGT+Va808j/TYCcmM2OUpQQGHcylNuGyS5ocoD/aestt0kmatw7RlopZR8dM9xBv58i wExA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=hqsxt+fbgR3jIazqyw4s21M9SKHahZPUw060EYSVFHA=; b=nWOsto/KyoJftLjGh30Gb1syO+kxCr/NDAHunExYTeOFztTROG2GRw7Zx2ky8cOmbx XXqoQ0rj1VDtRiSAsTI9GFG/61c3NYH8FTH8MgaYb/qS+AQ9qU/OY+oQFK4YKU95UTAi wSVL8aYwWToLHfLjREeMqCre90nbzuvhllI+Pz2c2FJZMOWymDQ11v22Mh4Z1p9v6ZX/ z9AxrjCmwz8pp6+6z/AJ/injjf8yAhVesZQKZsVekX3fEfufZfiT7xwuDt3xH2C8yJhC vFavJldu25SaXP3GuUBpHBa2TpK77E/8hfLj8PV8RtU0/Mklpr50srFXx4E18nHN9Kvd E1Cg== 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 q204si627951pgq.470.2019.06.13.14.22.31; Thu, 13 Jun 2019 14:22:46 -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 S1728850AbfFMVVa (ORCPT + 99 others); Thu, 13 Jun 2019 17:21:30 -0400 Received: from verein.lst.de ([213.95.11.211]:41290 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725747AbfFMVVa (ORCPT ); Thu, 13 Jun 2019 17:21:30 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id A375468B02; Thu, 13 Jun 2019 23:21:01 +0200 (CEST) Date: Thu, 13 Jun 2019 23:21:01 +0200 From: Christoph Hellwig 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 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> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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.