From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D0B9E155345; Fri, 29 Nov 2024 10:41:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732876888; cv=none; b=BPI8q6+9+zF1mOcM2MDvFg3OmcmYGN/jWpu/zj8fNneTyZ/uWY+Osl/zrCvJsNnJQPkvnJoN01Fn5iLws0LdE+KWXUGJLnjYEZB20C9PHq3I0DWiknQCRDI9glhnyI5bpKpYgpxRl9fqCrh7lbuVKaVkyRGuV1itUkzN410jYLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732876888; c=relaxed/simple; bh=hjOK0zywSeokD3DvA4azctX4cWAnxYzpu0R5TPG192g=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=GV1wFY2oJSS0d6pgdxaaAXy6Tr8kJ0OT5oxU/wxDqXH6EzMuipYuc8Ryoft/8FM6aAySCs3YdA6C2B7YWELEC7+j5oyohVHecP0Pee6oUPRwGCIU5IJuoBHfJMI3JGbIuRlZgVW9pkddwJkONVLQ5A2Oy79irKYMhuKgBvxOne8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=pYJKblk+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="pYJKblk+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0BABC4CED2; Fri, 29 Nov 2024 10:41:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1732876888; bh=hjOK0zywSeokD3DvA4azctX4cWAnxYzpu0R5TPG192g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pYJKblk+fhZ7TJuHqJ10qD1WMfJRsstNB9mSpwXkfGW5OWEmKthLmc2XlmhfJK0z9 D5/TNREub82nIMd6n0kVWL/jtm/qP/wPTvsOniF6BgbDySRZY4TBAFLTNnck0cTsFY S2RH9/LtiVzVFctHpds8WHi8Ww0mVf9y1nv7wsho= Date: Fri, 29 Nov 2024 02:41:27 -0800 From: Andrew Morton To: Mike Rapoport Cc: Marc Zyngier , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Catalin Marinas , Will Deacon , Zi Yan , Dan Williams , David Hildenbrand , stable@vger.kernel.org Subject: Re: [PATCH] arch_numa: Restore nid checks before registering a memblock with a node Message-Id: <20241129024127.a150e574c57e05b3b3b2a96f@linux-foundation.org> In-Reply-To: References: <20241127193000.3702637-1-maz@kernel.org> <87y113s3lt.wl-maz@kernel.org> <87v7w6sa5s.wl-maz@kernel.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 29 Nov 2024 11:23:24 +0200 Mike Rapoport wrote: > @Andrew, I can take both this and Marc's new patch via memblock tree if you > prefer. Go for it.