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_SANE_1 autolearn=no 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 511A5C3A59B for ; Sat, 17 Aug 2019 06:43:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2B2692077C for ; Sat, 17 Aug 2019 06:43:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726207AbfHQGnG (ORCPT ); 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.