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 577C7C4332F for ; Mon, 19 Dec 2022 15:58:39 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:Cc:To:From :Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/98iBfPln1xZisVjXvEeaKn97/DJMeeRe2lSyp2ej+w=; b=0eQOTFXG2AGxZWmgId1GjPgCEp iTAVxg90xEm4OdsTGjhH28/3gAwMZo+u0L4OQnQgcFwKBXBDqJ38stQ/3D1vMz3a00pHTkJW2ffAk LfYtXS9fLPXPOIszzZRVyRGdVPX4W7H3xo1oxoY3zaVbWSuI1lE3ZoaPIjCwbiKsnz70JXETrRNfm q9tFWJ5IDXtTO5KcoWjzsLIEe//FT681qK1lru1sbfUzE1W9/acLK56AtIwKFmU0CjIlcZAd2OYmw ZPlbJqB1ZNzH/Hnh9eYW7iiIYqYCl4zg+g1QcBk9n48BM1H7gpVIFW96mGuzoHc0mY7CyCoMuqzFK p+6ldmyQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p7IW9-00FioA-Dy; Mon, 19 Dec 2022 15:57:29 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p7HQS-00EvnB-3d for linux-arm-kernel@lists.infradead.org; Mon, 19 Dec 2022 14:47:33 +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 ams.source.kernel.org (Postfix) with ESMTPS id 99D4CB80E47; Mon, 19 Dec 2022 14:47:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46683C433F0; Mon, 19 Dec 2022 14:47:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671461248; bh=MENjf6lY8GK2GTH2tECqFbt7ss1GMvxx+PbZHvnU7iw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=V4A3elTQRGlZEYtd8MKwSTgMymarhRIwCKt7XgdZbGmedeaWmDNJFT/GQYN8coL1I 0l0lSITSPwMxU8GqiD2Gss7nE6WY5J0Ft054QnUj/Rm//pwxZ16Ry6tfRtN9hFZHZU EPT/+yhrXcSLK1dT23iU2QkUnDxqt1BcK8712esWHHYi5/pEwpITKuZU2AGm4r60Kf Gq9s8qcIPnyuaH4ccRUTKTB57DXM3BsvOMn1XdRy+2HWGjcAGPvhiFFCL6yhvfec48 FPRuqjMnUDbdl6pexjynquwVAEdXlDghZ7X3Kvgk9blfVSFTJI15Dvgjt+5xjEsNEP I37YDyepK0MgA== Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1p7HQL-00DgCo-Sg; Mon, 19 Dec 2022 14:47:25 +0000 MIME-Version: 1.0 Date: Mon, 19 Dec 2022 14:47:25 +0000 From: Marc Zyngier To: Mark Brown Cc: Akihiko Odaki , linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Mathieu Poirier , Oliver Upton , Suzuki K Poulose , Alexandru Elisei , James Morse , Will Deacon , Catalin Marinas , asahi@lists.linux.dev, Alyssa Rosenzweig , Sven Peter , Hector Martin Subject: Re: [PATCH 1/3] arm64/sysreg: Add CCSIDR2_EL1 In-Reply-To: References: <20221211051700.275761-1-akihiko.odaki@daynix.com> <20221211051700.275761-2-akihiko.odaki@daynix.com> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <6363f9d0979be5aedfb04db4810b71a4@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: broonie@kernel.org, akihiko.odaki@daynix.com, linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, mathieu.poirier@linaro.org, oliver.upton@linux.dev, suzuki.poulose@arm.com, alexandru.elisei@arm.com, james.morse@arm.com, will@kernel.org, catalin.marinas@arm.com, asahi@lists.linux.dev, alyssa@rosenzweig.io, sven@svenpeter.dev, marcan@marcan.st X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221219_064732_377202_20F6C6F9 X-CRM114-Status: GOOD ( 10.62 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2022-12-19 13:12, Mark Brown wrote: > On Sun, Dec 11, 2022 at 02:16:58PM +0900, Akihiko Odaki wrote: >> CCSIDR2_EL1 was added with FEAT_CCIDX. > > This corresponds to the definition in DDI0487I.a. > > Reviewed-by: Mark Brown Since you're reviewing some of this, please have a look at v3[1], which outlined a limitation of the sysreg generation tool as well as a potential fix. Thanks, M. [1] https://lore.kernel.org/r/20221218051412.384657-2-akihiko.odaki@daynix.com -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel