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 B1F20C38A2D for ; Thu, 27 Oct 2022 10:20:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235423AbiJ0KUB (ORCPT ); Thu, 27 Oct 2022 06:20:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235064AbiJ0KT5 (ORCPT ); Thu, 27 Oct 2022 06:19:57 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D4A5F03F; Thu, 27 Oct 2022 03:19:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id C92C6CE25C3; Thu, 27 Oct 2022 10:19:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 821EAC433C1; Thu, 27 Oct 2022 10:19:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666865991; bh=NqMrmdJW4/CFJyAsbuJvEyN1j+Q4SJytBhbMA3wApjk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=onYFzYorCHVobqFga8odCiCw3zhyp2dljGm5m00ISE9Ji1zG1HZbyuE8FIZ5MPmq2 FI4hP9uT9L82dsUXFtdYxpJbuGtVgTWYmuID+/8DL32wJOSmtFg3D9jylLtvz+jEF5 rekz017okoXEAjA2vyv7p9c6XiBmC8HbgOiH93NI= Date: Thu, 27 Oct 2022 12:19:48 +0200 From: Greg KH To: Conor Dooley Cc: stable@vger.kernel.org, Brice.Goglin@inria.fr, atishp@atishpatra.org, catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, palmer@dabbelt.com, sudeep.holla@arm.com, will@kernel.org, Atish Patra Subject: Re: [PATCH 5.10 1/2] arm64: topology: move store_cpu_topology() to shared code Message-ID: References: <20221019125303.2845522-1-conor.dooley@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221019125303.2845522-1-conor.dooley@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 19, 2022 at 01:53:02PM +0100, Conor Dooley wrote: > commit 456797da792fa7cbf6698febf275fe9b36691f78 upstream. All now queued up, thanks. greg k-h