From patchwork Wed Feb 28 02:28:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: takakura@valinux.co.jp X-Patchwork-Id: 13574795 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C3DC3C5478C for ; Wed, 28 Feb 2024 02:31:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qr7qHwz5U0UoyYJhVEG71Q7dQUAfRhzNjeW2C3Mx3KU=; b=3MJcuN5VU9h6Hv e/mfOztg1+P17Mi9jqhy+s5CL3FTAe5NpBXeXaRUaK/sfAmduMbJsu5npI/NacZ4mzTXRO2NEWVge kbQ+v8bhP6WX2X3SQIA636I4CY1Q/f0ChKq/IsfdvjD0prAgWlajrjtdXsO6qx/wTqadcnNfERqDr 0E1yZLvz7jxOs2UUoitAUak2zhqENjIaooKaPR30tGY3n5H/ipAJ6jitqxLiY4BTWJc2J6UJYSdDj DQLzdmnLdC8wQinOuFi0fZZt6IlxqlleOVbxSody+19xaBR4sP0PbI2tilCRF6KBsBGrvHTE13KIv A4rLaCJmaNdCi6kwQRAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rf9iy-00000007iSZ-3HCY; Wed, 28 Feb 2024 02:31:12 +0000 Received: from mail.valinux.co.jp ([210.128.90.3]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rf9it-00000007iRy-1QhS for linux-arm-kernel@lists.infradead.org; Wed, 28 Feb 2024 02:31:11 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.valinux.co.jp (Postfix) with ESMTP id C6736A96D0; Wed, 28 Feb 2024 11:30:57 +0900 (JST) X-Virus-Scanned: Debian amavisd-new at valinux.co.jp Received: from mail.valinux.co.jp ([127.0.0.1]) by localhost (mail.valinux.co.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7Ph-QfXkB3Gv; Wed, 28 Feb 2024 11:30:57 +0900 (JST) Received: from localhost.localdomain (vagw.valinux.co.jp [210.128.90.14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.valinux.co.jp (Postfix) with ESMTPSA id A2A86A96AD; Wed, 28 Feb 2024 11:30:57 +0900 (JST) From: takakura@valinux.co.jp To: mark.rutland@arm.com, catalin.marinas@arm.com, will@kernel.org, ardb@kernel.org, rmk+kernel@armlinux.org.uk, Jonathan.Cameron@huawei.com, gregkh@linuxfoundation.org, james.morse@arm.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ryo Takakura Subject: [PATCH v2] arm64/kernel/setup: Update comment on interrupt masking Date: Wed, 28 Feb 2024 11:28:36 +0900 Message-Id: <20240228022836.1756-1-takakura@valinux.co.jp> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240225021812.4834-1-takakura@valinux.co.jp> References: <20240225021812.4834-1-takakura@valinux.co.jp> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240227_183107_528079_DCE9DCB0 X-CRM114-Status: GOOD ( 11.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Ryo Takakura Hi Mark, Thanks for reviewing! I agree that it is more simple/clear with the suggested wording. Sincerely, Ryo Takakura Signed-off-by: Ryo Takakura --- arch/arm64/kernel/setup.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c index 0ea45b6d0177..65a052bf741f 100644 --- a/arch/arm64/kernel/setup.c +++ b/arch/arm64/kernel/setup.c @@ -298,9 +298,8 @@ void __init __no_sanitize_address setup_arch(char **cmdline_p) dynamic_scs_init(); /* - * Unmask asynchronous aborts and fiq after bringing up possible - * earlycon. (Report possible System Errors once we can report this - * occurred). + * Unmask SError as soon as possible after initializing earlycon so + * that we can report any SErrors immediately. */ local_daif_restore(DAIF_PROCCTX_NOIRQ);