Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp7426209ybh; Thu, 8 Aug 2019 15:46:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqzTg/Fpv187DB8PKljpblLEkRmSnYYXHNH9tftPE0mWf/xbGncgzMUMmhJEmEsq36EAjbcF X-Received: by 2002:aa7:8b52:: with SMTP id i18mr18332442pfd.194.1565304370190; Thu, 08 Aug 2019 15:46:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565304370; cv=none; d=google.com; s=arc-20160816; b=fovrIKt/NCw0o3xz50AbmXSrNKZV7g5R2axKULkJHbLIO5yeOTJgX2ifP69SPseXHR EwTOdUJQN/1HA1gghF1Ffvob/PNORmuG2l5cYdUdXnM90aWws8F14bWh6VIvktdGO93J FPiB2VA6O1YieZXlgfeh2zf5gni32Sy6wBTnwVfKF3QFoSGHbUt0EF7gVSkg9Tub1fHR C2U1YCfnv7PkqVIH+YbEGSSGfJ/me3S/umGlR3iYyRB2N4HrTf+hh08BXtcCJnCrfPQd 4WRlC1x7i8WS+xO+vShq+Pkn/TQLqO4vGr6zK3vZG6cjtYyoMo5zSg8AZJ7mIbnYQPI1 We2Q== 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=8sSKvOsFMFew+39sGyYzLjwKOktC5EY6pFQBV7T0DcY=; b=ExSInMP54gSHEhQtAL8FZCrNuM6p7+4KAGACrBM/4/lCOCIVeqOU8PFrQuRcGg04gq H1TSiPJPY/yrgcwo2HNWTGbfKCpKO6+kjvjv7c9grn50ux2IjE0ZegMGbvcfkhid9SDS ptf8Zl2qMIHvS0BHrnMVN+aHQ+wZvPhWGhNP2djFmxLmFfeDYjX+mHxq1KH+3/4+Z6p8 tB/Bgq/NZPax95WQ8P5yBUxlYLc1k1y02hCs9He2KfcEsJdG/5ciF5dWOwiEMxp3d6Vv OpAjlx6sPmdPFYcdD8nX05jbZAAI1e2cVB20Uh511I/jRaV/dx3n2JNAbqM55okEHTa8 ePWg== 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 q15si53412637pfh.284.2019.08.08.15.45.55; Thu, 08 Aug 2019 15:46:10 -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 S2404255AbfHHV4g (ORCPT + 99 others); Thu, 8 Aug 2019 17:56:36 -0400 Received: from verein.lst.de ([213.95.11.211]:49942 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725785AbfHHV4g (ORCPT ); Thu, 8 Aug 2019 17:56:36 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 7D1DE68B02; Thu, 8 Aug 2019 23:56:32 +0200 (CEST) Date: Thu, 8 Aug 2019 23:56:32 +0200 From: Christoph Hellwig To: Linus Torvalds Cc: Christoph Hellwig , Andrew Morton , Thomas =?iso-8859-1?Q?Hellstr=F6m?= , Jerome Glisse , Jason Gunthorpe , Steven Price , Linux-MM , Linux List Kernel Mailing Subject: Re: cleanup the walk_page_range interface Message-ID: <20190808215632.GA12773@lst.de> References: <20190808154240.9384-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, Aug 08, 2019 at 10:50:37AM -0700, Linus Torvalds wrote: > > Note that both Thomas and Steven have series touching this area pending, > > and there are a couple consumer in flux too - the hmm tree already > > conflicts with this series, and I have potential dma changes on top of > > the consumers in Thomas and Steven's series, so we'll probably need a > > git tree similar to the hmm one to synchronize these updates. > > I'd be willing to just merge this now, if that helps. The conversion > is mechanical, and my only slight worry would be that at least for my > original patch I didn't build-test the (few) non-x86 > architecture-specific cases. But I did end up looking at them fairly > closely (basically using some grep/sed scripts to see that the > conversions I did matched the same patterns). And your changes look > like obvious improvements too where any mistake would have been caught > by the compiler. I did cross compile the s390 and powerpc bits, but I do not have an openrisc compiler. > So I'm not all that worried from a functionality standpoint, and if > this will help the next merge window, I'll happily pull now. That would help with this series vs the others, but not with the other series vs each other.