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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E874C433EF for ; Fri, 28 Jan 2022 06:18:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346358AbiA1GS3 (ORCPT ); Fri, 28 Jan 2022 01:18:29 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:37838 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346348AbiA1GS0 (ORCPT ); Fri, 28 Jan 2022 01:18:26 -0500 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id F156F1F391; Fri, 28 Jan 2022 06:18:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1643350704; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BMfToN4L0dUMr2pJfbRWuj6YwPTswSuGxOhHjizvdP4=; b=xTDlbNa5sfjQgAp30gVh31W3sRMfFsNBGIMgMh2rkM65NDInx5esFQvM61Ncntsv3sCF3V qVQsyOqLbitDDTQ73RjBZ+cT702pRtEcICtPwgCZ5FxFq9u9W3qIfxORtZ0e1teuxH6MgG 680fJM/n6JMrjR9IXy5ftTvT4yWKIok= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1643350704; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BMfToN4L0dUMr2pJfbRWuj6YwPTswSuGxOhHjizvdP4=; b=f9Hqjfq490G0ny3/Yvb4n89c5XFRWqpJejBR0xMPtjVCibneueSnpyQ4jw+NbMai2lrpZI +oFQxce9r94fyCAA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id E03E113671; Fri, 28 Jan 2022 06:18:24 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id o36ONrCK82FeLgAAMHmgww (envelope-from ); Fri, 28 Jan 2022 06:18:24 +0000 MIME-Version: 1.0 Date: Fri, 28 Jan 2022 07:18:24 +0100 From: Oscar Salvador To: Michal Hocko Cc: Andrew Morton , linux-mm@kvack.org, LKML , David Hildenbrand , Alexey Makhalov , Dennis Zhou , Eric Dumazet , Tejun Heo , Christoph Lameter , Nico Pache , Wei Yang , Rafael Aquini , Michal Hocko Subject: Re: [PATCH 1/6] mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOTPLUG In-Reply-To: <20220127085305.20890-2-mhocko@kernel.org> References: <20220127085305.20890-1-mhocko@kernel.org> <20220127085305.20890-2-mhocko@kernel.org> User-Agent: Roundcube Webmail Message-ID: <8a4e5e8981ed3b1b7860273991f1da7b@suse.de> X-Sender: osalvador@suse.de Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-01-27 09:53, Michal Hocko wrote: > From: Michal Hocko > > This is a preparatory patch and it doesn't introduce any functional > change. It merely pulls out arch_alloc_nodedata (and co) outside of > CONFIG_MEMORY_HOTPLUG because the following patch will need to call > this > from the generic MM code. > > Acked-by: Rafael Aquini > Signed-off-by: Michal Hocko Reviewed-by: Oscar Salvador -- Oscar Salvador SUSE Labs