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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS 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 4F528C43381 for ; Tue, 19 Mar 2019 17:58:52 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 23B0C20651 for ; Tue, 19 Mar 2019 17:58:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="no0Dt7I+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 23B0C20651 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=deltatee.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jMNdqHHGb6Ji0ut8nmyVVgubeaY4ttTsC0FOGAhZou4=; b=no0Dt7I+DWTlwi W4bnZR5Ndymt8jyIJi1TyBPi0W2hYmB3i6c0jUpTBllHezu+iQjrnV0iiLcrzxbe6EQ+MM6gH4XsB xZnjdwNkwcg1r6GJZxe48fZoATHJLRBys5gpxzoO6xCpKe3O4e2N2NOJIU4wZt4EDSlqeXcE9lcXT 0wuDAAanhxYI7Ggli1nsqRJbO1eycDfQdbtktHNppDpGMfsxV8zsT3oqeCZ0uuUa9D1uvMblN0Vig ZuLF3Tq2gHrtN9UOHNKHtOwTMh9td+TIvCHkFXOFHXGmGWOKlePie20psZ6qEx6c/cMTsJl86M6pt sT/mHu98/XFxMwfut3oA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6J0i-0007QW-AY; Tue, 19 Mar 2019 17:58:48 +0000 Received: from ale.deltatee.com ([207.54.116.67]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6Iz0-00053m-Oz for linux-riscv@lists.infradead.org; Tue, 19 Mar 2019 17:57:25 +0000 Received: from guinness.priv.deltatee.com ([172.16.1.162]) by ale.deltatee.com with esmtp (Exim 4.89) (envelope-from ) id 1h6Iyx-0002P8-U4; Tue, 19 Mar 2019 11:57:00 -0600 To: Palmer Dabbelt References: From: Logan Gunthorpe Message-ID: Date: Tue, 19 Mar 2019 11:56:52 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-CA X-SA-Exim-Connect-IP: 172.16.1.162 X-SA-Exim-Rcpt-To: hch@lst.de, linux-riscv@lists.infradead.org, hch@infradead.org, sbates@raithlin.com, linux-kernel@vger.kernel.org, dan.j.williams@intel.com, ysato@users.sourceforge.jp, dalias@libc.org, robh@kernel.org, palmer@sifive.com 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) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190319_105703_869156_D53C798B X-CRM114-Status: UNSURE ( 8.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: robh@kernel.org, dalias@libc.org, ysato@users.sourceforge.jp, linux-kernel@vger.kernel.org, sbates@raithlin.com, Christoph Hellwig , dan.j.williams@intel.com, Christoph Hellwig , linux-riscv@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org Hey Palmer, On 2019-01-23 12:56 p.m., Palmer Dabbelt wrote: >> @Palmer: if you can just look at taking the second patch, I'll resubmit >> the first one to the appropriate list. > > Works for me. I'll queue the second patch into my staging branch, targeted for > the next merge window. It doesn't look like my sparesmem patch made it into v5.1-rc1. Did it fall through the cracks? Thanks, Logan _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv