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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 342DDC433E0 for ; Fri, 3 Jul 2020 13:55:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 16CFD20BED for ; Fri, 3 Jul 2020 13:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593784522; bh=LYtBYFacL8R1TAxLJFOEGnnwPZ8/WoXG9dG09CLghYs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=k3Cn+oF1E0VI116TsZYBSz7oezJEt9TFW7yvEOKcelV8ylHIXOPaK+N+46k6Dp7bj pjS3MvMTjr99wo0pFmKYqpBf4rhaGzv0pWhYg4aOfLBlWoavLkPwZcvNAmxUc6joaM GW0huSTrLKFPtrm3Nkhllr0lVfo2KoX1Od0L4IR4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726417AbgGCNzV (ORCPT ); Fri, 3 Jul 2020 09:55:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:41266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbgGCNzV (ORCPT ); Fri, 3 Jul 2020 09:55:21 -0400 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D200520870; Fri, 3 Jul 2020 13:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593784520; bh=LYtBYFacL8R1TAxLJFOEGnnwPZ8/WoXG9dG09CLghYs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gllGRRNtRU9MPHwaDbChZNnom+nyiuZybvO0sRjPBJ8VOX+4314xKVwNXcuD7A05e Y1TmYcYC6kKWBX8xqMAOtV1zO7lCcImpb5/IlgeWscAEEi+Cx50zbutV+QliLgifGQ 17ITLWRaGjh5Wvm2HimXgNx9WUoqmUkDfXY6VRKw= Date: Fri, 3 Jul 2020 14:55:15 +0100 From: Will Deacon To: Sai Prakash Ranjan Cc: Catalin Marinas , Marc Zyngier , Suzuki K Poulose , Mark Rutland , Douglas Anderson , Stephen Boyd , Andre Przywara , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Jeffrey Hugo Subject: Re: [PATCH 3/3] arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718 Message-ID: <20200703135515.GA19230@willie-the-truck> References: <7013e8a3f857ca7e82863cc9e34a614293d7f80c.1593539394.git.saiprakash.ranjan@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7013e8a3f857ca7e82863cc9e34a614293d7f80c.1593539394.git.saiprakash.ranjan@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Jun 30, 2020 at 11:30:55PM +0530, Sai Prakash Ranjan wrote: > KRYO4XX silver/LITTLE CPU cores with revision r1p0 are affected by > erratum 1530923 and 1024718, so add them to the respective list. > The variant and revision bits are implementation defined and are > different from the their Cortex CPU counterparts on which they are > based on, i.e., r1p0 is equivalent to rdpe. So just to confirm, revisions prior to rdpe are unaffected, or do those parts simply not exist? Cheers, Will