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 3FA22C4332F for ; Wed, 13 Dec 2023 17:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379352AbjLMRZ1 (ORCPT ); Wed, 13 Dec 2023 12:25:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235521AbjLMRZY (ORCPT ); Wed, 13 Dec 2023 12:25:24 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07263113 for ; Wed, 13 Dec 2023 09:25:30 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28DAAC433C7; Wed, 13 Dec 2023 17:25:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702488329; bh=Rs0hFmb82Hqzf21komSWkj3oRer1VDXhJ1YU2zeFSOg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YMpGevCv+58vaeJ2syLdMAqiJgyb4eQgqR6ZhV2w61es773mAvKNPl2Ly68gJRQVz y40rlFES3wHtKDhehVtCrbaKOqMWZnirM0z3oPxn+JsM9O5VazFtGQHmboilT/K+hi iJ8GWOHWUAGuOifX8CJs86hP9FdXGJJFhfGGsTJ1tCm0PctigtVeFN0SyrOT32Ywh1 CY6lq5T4tUYTH+RhTiQmU+Xee+PSYF2pjEn+FN2WyoLWLyB8OAdgW83MDS7hvYJ3UL DA/Xt+m8puU6rJ4ilMh/3Kh1A47H+a2FajtLRSCSPTRyobkHUyKa4tSgA7+Zkao4M1 YCDp3/SfjbeNA== From: Will Deacon To: Huang Shijie , catalin.marinas@arm.com Cc: kernel-team@android.com, Will Deacon , linux-kernel@vger.kernel.org, patches@amperecomputing.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: irq: set the correct node for shadow call stack Date: Wed, 13 Dec 2023 17:25:19 +0000 Message-Id: <170246934075.98561.2845796203103432401.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20231213012046.12014-1-shijie@os.amperecomputing.com> References: <20231213012046.12014-1-shijie@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 13 Dec 2023 09:20:46 +0800, Huang Shijie wrote: > The init_irq_stacks() has been changed to use the correct node: > https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/commit/?id=75b5e0bf90bf > > The init_irq_scs() has the same issue with init_irq_stacks(): > cpu_to_node() is not initialized yet, it does not work. > > This patch uses early_cpu_to_node() to set the init_irq_scs() > with the correct node. > > [...] Applied to arm64 (for-next/mm), thanks! [1/1] arm64: irq: set the correct node for shadow call stack https://git.kernel.org/arm64/c/7b1a09e44dc6 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev