Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp869562ybc; Tue, 19 Nov 2019 10:35:20 -0800 (PST) X-Google-Smtp-Source: APXvYqxnX2uq+F4/wGqCF7u+Cj61IsNsqSKxTziUFpmVC3Y9ywnMJnqSweX2l4TSV46+v9Gf9ZkJ X-Received: by 2002:a5d:55c5:: with SMTP id i5mr41655471wrw.385.1574188520315; Tue, 19 Nov 2019 10:35:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574188520; cv=none; d=google.com; s=arc-20160816; b=yOYjyTk6KbC2COKxXW1Xt1hFAI8L3y5L7UntCIEBNqTtDR6LbzIakMnSNh6dDOP7Fe uSPJUvb0Wbmx1vbYJQbRzcOCLvO/bQVu5zaMGEiSmY2XZ2Q6Oi+q84JZGqg4YiYBuD4M 6px9tnwfrRx/1MpxvTK9h7ex4REMteZyb5mB0Epe3pju797/Cxe59UuJgzBvrXRqR7tl YqNMjD7VdNnNm3dXs4vDoTcmn8p5kwV/CM8lNMKyUDyfam/hLEirIWzvwK6wdurJrH9K F2UjA3g+l+kwuLeps4zX9/qsxT9dXiat4jJZKwFhMTHdD5c0I05Jd++18ZlabR4vL2Rt FbUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=xiaKGC6O6RCas9kUuebAvWBgQh+nzUT4HK5UJQ+AYuI=; b=f89gUGQqUnDDJPuWRXOeix23IRv5ZUO401yoYSpYq5bfn/mvvONutzllpEOixyDdDs BZHlQmjaUk9Qu4vidj/A3QDcjx7ln/6PfvqgeTrT91qvw4rCfWVFHnboDN7I8+VXqtuu j2iXd0Z+o+lnx9dtshkUE2Zi/AzfKFFamWSJ/rXuGsiH7zh5O9Cc1+ATQmVwUBee9hEA v5j3dprdnH3/YbR0388AXa988lFK6CXD/3dmmRrdwZw2hG49YUDO6Ljoa6rbiVysc6P/ ZThyacRwu0k+fAGSe71mXcLB9qQNQTwssBpMiTDTqmHCo5f8lWFPBZKWab8sSRU1H+dE 1pAQ== 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 h49si16829395edh.2.2019.11.19.10.34.55; Tue, 19 Nov 2019 10:35:20 -0800 (PST) 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 S1727148AbfKSSdF (ORCPT + 99 others); Tue, 19 Nov 2019 13:33:05 -0500 Received: from utopia.booyaka.com ([74.50.51.50]:49355 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726307AbfKSSdE (ORCPT ); Tue, 19 Nov 2019 13:33:04 -0500 Received: (qmail 16630 invoked by uid 1019); 19 Nov 2019 18:33:03 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Nov 2019 18:33:03 -0000 Date: Tue, 19 Nov 2019 18:33:03 +0000 (UTC) From: Paul Walmsley To: Christoph Hellwig cc: Stephen Rothwell , Palmer Dabbelt , paul.walmsley@sifive.com, linux-riscv@lists.infradead.org, Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: manual merge of the generic-ioremap tree with the risc-v tree In-Reply-To: <20191118065149.GA4850@lst.de> Message-ID: References: <20191118174501.73050c78@canb.auug.org.au> <20191118065149.GA4850@lst.de> User-Agent: Alpine 2.21.999 (DEB 260 2018-02-26) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christoph, On Mon, 18 Nov 2019, Christoph Hellwig wrote: > On Mon, Nov 18, 2019 at 05:45:01PM +1100, Stephen Rothwell wrote: > > 0c3ac28931d5 ("riscv: separate MMIO functions into their own header file") > > As already mentioned in reply to this patch when it was posted I think > this kinda of split is a very bad idea. Unless I missed a followup from you, you mentioned that you thought there might be a better way to implement it, but you didn't highlight any problems with it: https://lore.kernel.org/linux-riscv/20191031155608.GB7270@lst.de/ If you think there's something critically wrong with the patch that can be fixed in time for the merge window, I'm happy to take a look at a proposal. Otherwise I think we'll need to drop the nommu set from the v5.5 queue. - Paul