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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 07B59C43387 for ; Tue, 15 Jan 2019 17:31:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CDEFE20656 for ; Tue, 15 Jan 2019 17:31:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733248AbfAORbD (ORCPT ); Tue, 15 Jan 2019 12:31:03 -0500 Received: from ale.deltatee.com ([207.54.116.67]:53104 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730613AbfAORbD (ORCPT ); Tue, 15 Jan 2019 12:31:03 -0500 Received: from guinness.priv.deltatee.com ([172.16.1.162]) by ale.deltatee.com with esmtp (Exim 4.89) (envelope-from ) id 1gjSY4-0000RU-LA; Tue, 15 Jan 2019 10:30:50 -0700 To: Christoph Hellwig Cc: Rob Herring , Rich Felker , Yoshinori Sato , Palmer Dabbelt , linux-kernel@vger.kernel.org, Stephen Bates , linux-riscv@lists.infradead.org, Christoph Hellwig , Dan Williams References: <20190109203911.7887-1-logang@deltatee.com> <20190109203911.7887-2-logang@deltatee.com> <20190115135819.GK28946@infradead.org> From: Logan Gunthorpe Message-ID: Date: Tue, 15 Jan 2019 10:30:44 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <20190115135819.GK28946@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-CA Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 172.16.1.162 X-SA-Exim-Rcpt-To: dan.j.williams@intel.com, hch@lst.de, linux-riscv@lists.infradead.org, sbates@raithlin.com, linux-kernel@vger.kernel.org, palmer@sifive.com, ysato@users.sourceforge.jp, dalias@libc.org, robh@kernel.org, hch@infradead.org X-SA-Exim-Mail-From: logang@deltatee.com Subject: Re: [PATCH v4 1/2] sh: mm: make use of new memblocks_present() helper X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on ale.deltatee.com) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-01-15 6:58 a.m., Christoph Hellwig wrote: > Reviewed-by: Christoph Hellwig > > Probably no need to keep this in a series with the RISC-V code, this can > be queued up by the sh folks independently. Oh, yeah, sorry, I obviously didn't pay enough attention to this when I resent it. I sent the similar Arm changes to the appropriate list and, yes, the sh ones should go to that maintainer. @Palmer: if you can just look at taking the second patch, I'll resubmit the first one to the appropriate list. Thanks, Logan