Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp258117ybl; Fri, 16 Aug 2019 23:45:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqz1hZ44ot+NicgV6DAm3G7cAjB5U+IydP+UeszqEm99H/T+IrAHQSVFFIBINSXOZDXmSQtB X-Received: by 2002:a17:902:23:: with SMTP id 32mr13000469pla.214.1566024327647; Fri, 16 Aug 2019 23:45:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566024327; cv=none; d=google.com; s=arc-20160816; b=iUZLtOYq2z9FhBwPck/ggvg1HpTEobxTE6tv7rM+C+BW/t+9H6yeYcgoW8TamlsPNy 8i3A9eSExcn+7vhjvNFwKmCqTEbzG0WYtFXGBLjBBvpQy3iNJSdjmWtiAmzFtlHyWMhA FU95gmNnbW5G6JumTxz4Dgl7Q50a8Nynf3THzctLGGdcJagzxePXiWRrU8hY9xIPxa5N rZDhJ7D5DEK+/G18Rt+inrmxidRj0RzkRIQ+Q+3lBuxd56ZFf1Elfq5F2Aq88NyNxVAs q33jbRId1MVBNCYKrAabTAwAJuJHJyAg5gzsuwkMThuyVQ7X7InsMI4/s1B10Kyw206n uqHw== 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=y1WYDvZCZ+NtZncikL2DsBcAU9HRN45VdCme7W2AJPg=; b=b4Y2XHzca/LvzNmIIZ75c6q/fcPE9NiMCumP9g9Pr+NiS3XX8GbHuIpsAvTG/D+2G0 u9TruzCI0lI4CPHLddfszrtQ6X8dzflXLuv0ftcvrIk1aiNgTAgdyORlKJIL8XzRPmQn EPy1ZNEl1SUWwxRdLZrjj9U7xrD/1Hodlf+DOBBlYxwm4kMxyV/RYLjatq5XmooR38Qv ezZUQLmO94udNPVS7VZP3jMm13gqSgxmN4+i6P+WXFM7F15Hy12R67dwKT/VVMiEJ9K8 FqRuIlnyHyofYqORZqghG5oT041ROJzbUKP2eJf6Jhj9KuCdwPJCsr03bXtBqler5hNT zirA== 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 u6si5919244pfm.135.2019.08.16.23.45.13; Fri, 16 Aug 2019 23:45:27 -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 S1726183AbfHQGnG (ORCPT + 99 others); Sat, 17 Aug 2019 02:43:06 -0400 Received: from verein.lst.de ([213.95.11.211]:60610 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725267AbfHQGnF (ORCPT ); Sat, 17 Aug 2019 02:43:05 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id ADCC568B05; Sat, 17 Aug 2019 08:43:01 +0200 (CEST) Date: Sat, 17 Aug 2019 08:43:01 +0200 From: Christoph Hellwig To: Stephen Rothwell Cc: Andrew Morton , Christoph Hellwig , Jason Gunthorpe , Christoph Hellwig , Linus Torvalds , Thomas =?iso-8859-1?Q?Hellstr=F6m?= , Jerome Glisse , Steven Price , Linux-MM , Linux List Kernel Mailing , Minchan Kim Subject: Re: cleanup the walk_page_range interface Message-ID: <20190817064301.GA18544@lst.de> References: <20190808154240.9384-1-hch@lst.de> <20190816062751.GA16169@infradead.org> <20190816115735.GB5412@mellanox.com> <20190816123258.GA22140@lst.de> <20190816140623.4e3a5f04ea1c08925ac4581f@linux-foundation.org> <20190817164124.683d67ff@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190817164124.683d67ff@canb.auug.org.au> 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 Sat, Aug 17, 2019 at 04:41:24PM +1000, Stephen Rothwell wrote: > I certainly prefer that method of API change :-) > (see the current "keys: Replace uid/gid/perm permissions checking with > an ACL" in linux-next and the (currently) three merge fixup patches I > am carrying. Its not bad when people provide the fixes, but I am no > expert in most areas of the kernel ...) It would mean pretty much duplicating all the code. And then never finish the migration because new users of the old interfaces keep popping up. Compared to that I'd much much prefer either Linus taking it now or a branch.