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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C7946C433E7 for ; Wed, 14 Oct 2020 12:48:32 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 3DC2E21527 for ; Wed, 14 Oct 2020 12:48:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Hj4N/9ur" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3DC2E21527 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-mips.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:Message-ID:In-Reply-To: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=lYMFHLbj2xFv63H8b8UMQgw+0Cm/K3RRz6U3pdgrwzU=; b=Hj4N/9ur+iPT72d/FLj/A+wIo vjoTiCiwjVuSyn1P9MHpeWrT9lI+n11++eTrtfHz3p7c1Xu3CujOs+Emao0oB3oWswbE3ee4R//N7 alpBH/SJSznU/UJSkF+AUAD0eHdU4iMuRf9eEWDO/xYR7cKOWfg3mO2UlIseVryETrNTaMYaoJ6A2 o8yxpyN47OxQggQVmAR0iVEuturrAy36zqGG4KjG3I9DKUbdYlXO/CNZvcb2Z/oRiV6E3tGcoruzB H3dAyw97+CZv/3dtS4wW+IDhBzTv6XunnKMKcgiaVdk+QJr6/jSHTys7sGNQi9eWkWqcnsU+5F+de Aw8ks93pg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSgBV-0006nH-VN; Wed, 14 Oct 2020 12:47:14 +0000 Received: from [2001:4190:8020::2] (helo=orcam.me.uk) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSgBT-0006mT-9x for linux-arm-kernel@lists.infradead.org; Wed, 14 Oct 2020 12:47:12 +0000 Received: from bugs.linux-mips.org (eddie.linux-mips.org [IPv6:2a01:4f8:201:92aa::3]) by orcam.me.uk (Postfix) with ESMTPS id 784BA2BE086; Wed, 14 Oct 2020 13:47:07 +0100 (BST) Date: Wed, 14 Oct 2020 13:47:06 +0100 (BST) From: "Maciej W. Rozycki" To: Thomas Bogendoerfer Subject: Re: [PATCH v3] MIPS: replace add_memory_region with memblock In-Reply-To: <20201009121449.64081-1-tsbogend@alpha.franken.de> Message-ID: References: <20201009121449.64081-1-tsbogend@alpha.franken.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201014_084711_477954_D066BE98 X-CRM114-Status: UNSURE ( 8.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Fainelli , Hauke Mehrtens , =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= , linux-mips@vger.kernel.org, Jiaxun Yang , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, John Crispin , Keguang Zhang , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 9 Oct 2020, Thomas Bogendoerfer wrote: > add_memory_region was the old interface for registering memory and > was already changed to used memblock internaly. Replace it by > directly calling memblock functions. > > Signed-off-by: Thomas Bogendoerfer For the DEC part: Acked-by: Maciej W. Rozycki NB this does not apply cleanly to upstream master, but I was able to verify this regardless as the DEC part does. For future reference: what tree do you usually use that you post patches against? Maciej _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel