From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45338C31E45 for ; Thu, 13 Jun 2019 21:21:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 22B3021473 for ; Thu, 13 Jun 2019 21:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727054AbfFMVVa (ORCPT ); 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-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@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.