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.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable 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 86D62C04AB5 for ; Thu, 6 Jun 2019 06:20:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 68DC02083D for ; Thu, 6 Jun 2019 06:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726092AbfFFGUt (ORCPT ); Thu, 6 Jun 2019 02:20:49 -0400 Received: from verein.lst.de ([213.95.11.211]:47282 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725267AbfFFGUt (ORCPT ); Thu, 6 Jun 2019 02:20:49 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 55AF468B05; Thu, 6 Jun 2019 08:20:19 +0200 (CEST) Date: Thu, 6 Jun 2019 08:20:18 +0200 From: Christoph Hellwig To: John Hubbard Cc: Christoph Hellwig , Linus Torvalds , Paul Burton , James Hogan , Yoshinori Sato , Rich Felker , "David S. Miller" , Nicholas Piggin , Khalid Aziz , Andrey Konovalov , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linux-mips@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 12/16] mm: consolidate the get_user_pages* implementations Message-ID: <20190606062018.GA26745@lst.de> References: <20190601074959.14036-1-hch@lst.de> <20190601074959.14036-13-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-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Wed, Jun 05, 2019 at 11:01:17PM -0700, John Hubbard wrote: > I started reviewing this one patch, and it's kind of messy figuring out > if the code motion preserves everything because of > all the consolidation from other places, plus having to move things in > and out of the ifdef blocks. So I figured I'd check and see if this is > going to make it past RFC status soon, and if it's going before or after > Ira's recent RFC ("RDMA/FS DAX truncate proposal"). I don't like the huge moves either, but I can't really think of any better way to do it. Proposals welcome, though.