Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp423956ybl; Tue, 27 Aug 2019 23:21:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqzm0acLmN++qwu6F/queHDbS+mAC2tluEK+2QzvSOVTyrEjU9ExVLvsQI27196D9sT+x+gm X-Received: by 2002:a63:29c4:: with SMTP id p187mr2081864pgp.330.1566973280050; Tue, 27 Aug 2019 23:21:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566973280; cv=none; d=google.com; s=arc-20160816; b=gI0DmvK7Gf0igSncdXsHM/Yqya9NAbo6vNxAJbXaHwq4AeW7rkJV+XsY9vBlYH1zyP B6EOkEk3MxEGXna1pxiued8qZON2PZcKOtgMetAVTNz9bdo98nrjboU9zwxJDS2iFMRK 2R7jwJqII6yig8IWvpTFR6P20bZCvHxbVLSzE/CZzBt8ikIk5ICl8WMUhH8GDYRelcDW Rc8JWqUY+RgRHk0fQiCFLD+1faTWMUbyVF6PZfvknW/3xCm026Pa44104R25l0CsdJ88 RKCrTX647p8Zyte73V6AFyJ+chD/BVNg32Tic5yPm4rshaL4lvN8xS+9rO1Cp9IZfBM4 GtQQ== 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=qV/c7aUXcLlssZxEZf1ZlnLvsF045slHtpt/47NbdQI=; b=juEjF3v56gYV47Yu31FDNfOxwXCVOQ2Aw9tJGpLciaJ5hx9O8E2OR6nSajUIo/pRbu m5gn+8WKO64nlgT6y05uqmDO/PTLHJKTcQokUIKzIpAE4Qmztkea3to7tSkWVoz/KCd5 BR3oFsoo9NxSveioGarEGrk4CiTjme80uXWrM8v13fDmWJiJuNJkWWUN2gDNKZgvD9iA mzKqQbNQ13r3qOprXGxSbT3AlpHw8YiICbt3hfGMG8MB5TAmmBpqR8M6kN3LGQxYuP29 xAyQIs46p9aeV1Sw3H833lOWn/N9jqDAebHoEaqmLVNTsOV2UZikiFEjpwsRCofwuxoR HzHw== 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 b5si1116824pla.342.2019.08.27.23.21.03; Tue, 27 Aug 2019 23:21:20 -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 S1726199AbfH1GUM (ORCPT + 99 others); Wed, 28 Aug 2019 02:20:12 -0400 Received: from verein.lst.de ([213.95.11.211]:34602 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726052AbfH1GUM (ORCPT ); Wed, 28 Aug 2019 02:20:12 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 144CB68AFE; Wed, 28 Aug 2019 08:20:08 +0200 (CEST) Date: Wed, 28 Aug 2019 08:20:07 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Andrew Morton , Christoph Hellwig , Linus Torvalds , Christoph Hellwig , Thomas =?iso-8859-1?Q?Hellstr=F6m?= , Jerome Glisse , Steven Price , Linux-MM , Linux List Kernel Mailing Subject: Re: cleanup the walk_page_range interface Message-ID: <20190828062007.GA21823@lst.de> References: <20190808154240.9384-1-hch@lst.de> <20190816062751.GA16169@infradead.org> <20190823134308.GH12847@mellanox.com> <20190824222654.GA28766@infradead.org> <20190827013408.GC31766@mellanox.com> <20190827163431.65a284b295004d1ed258fbd5@linux-foundation.org> <20190827233619.GB28814@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190827233619.GB28814@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 Tue, Aug 27, 2019 at 11:36:26PM +0000, Jason Gunthorpe wrote: > Okay, I'll get it on a branch and merge it toward hmm.git tomorrow I was planning to resend it with the rebase, especially as the build bot picked a build error in task_mmu.c where we were missing a stub for an unusual configuration. I wish I'd remember which one that was..