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 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 334A7C433FE for ; Mon, 7 Nov 2022 16:24:29 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=G6SpFEusjmtMhshzQF9CTqjUjPso9y56flItpcABsak=; b=NgvBSs2usSOkUZ cJEhcZhTPRbQCmGcsy3JFUQ8UZUOk8L7i9+GuVlUngkOA1y32UW/NdkZvAQ1+5lUe0BXR0T2VWu1b YjgOcihbYCFZaDJtsfF2ezv9FiXY2q6nKUj+0ouPjF8Tep8QDy2O/GMf8E956W8BGkisyFnN6DNhY E+yWCIqH8N3G52F0xuEllgF9KVOV6bLbRpFu5UXOCUxVF5yxi/CDfZ3vAOG5Yu5EAfpU/a8UlzTQI 6UB8cDaboQbEGqPBPhzE1SdVthtysYP8nvBmcxJ6d7OD6mrp5TmaYIrowPrH9B0ljnQCfv/vaRpmX t6BLKrchwB0OYxY57uKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1os4uC-00G9IO-UQ; Mon, 07 Nov 2022 16:23:25 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1os4pv-00G6ih-Dn for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2022 16:19:02 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id D0D5260F81; Mon, 7 Nov 2022 16:18:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76ED2C433C1; Mon, 7 Nov 2022 16:18:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667837938; bh=PA0siQm41P2pR6XH1BSYyxTKAITfIT/z+6TbNcAbzJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PeB8+PBABAyboKW7LdaRxxTWFFNgjIQvsJnAdsiYI9StPL+HD5U1Lci0MIsgW/R3S hSKY9XFnhpd9TSPUBDHXJdY5VHhtVk6qwyd6UBydti9rgzwor0bHpjaYDFjHVg08E9 VihmCkb5rM6/Vw9+urkE7egMjzWOlp2pW1VF/hwbvLNj3WsR8VTmKiCOPquCLc8KD8 CArElEjQiiNJa2iKeNr8/efEC4Rmg4HEzF31EAGAKyUD67FKkHm/49RYrHKp/BAbkS HJCa1XQYbtGAjHzWib8K52medm8E1o/VCCRLtldHxGYFuAK5ytvzfUjAn5C4m6aFLk Ftufh0C26FCbA== Date: Mon, 7 Nov 2022 16:18:53 +0000 From: Will Deacon To: Mark Brown Cc: Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1] arm64/booting: Add missing colon to FA64 entry Message-ID: <20221107161852.GG21157@willie-the-truck> References: <20221019120942.83557-1-broonie@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221019120942.83557-1-broonie@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_081859_576772_542DA33D X-CRM114-Status: GOOD ( 18.98 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 19, 2022 at 01:09:42PM +0100, Mark Brown wrote: > The booting documentation for FEAT_SME_FA64 is missing a colon that is > normally present, add it. > > Signed-off-by: Mark Brown > --- > Documentation/arm64/booting.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/arm64/booting.rst b/Documentation/arm64/booting.rst > index 8aefa1001ae5..cb1069761009 100644 > --- a/Documentation/arm64/booting.rst > +++ b/Documentation/arm64/booting.rst > @@ -340,7 +340,7 @@ Before jumping into the kernel, the following conditions must be met: > - SMCR_EL2.LEN must be initialised to the same value for all CPUs the > kernel will execute on. > > - For CPUs with the Scalable Matrix Extension FA64 feature (FEAT_SME_FA64) > + For CPUs with the Scalable Matrix Extension FA64 feature (FEAT_SME_FA64): > > - If EL3 is present: This doesn't apply against -rc4. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel