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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 DCCBDC3A589 for ; Tue, 20 Aug 2019 09:37:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A318A20673 for ; Tue, 20 Aug 2019 09:37:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729494AbfHTJhN (ORCPT ); Tue, 20 Aug 2019 05:37:13 -0400 Received: from foss.arm.com ([217.140.110.172]:37356 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729341AbfHTJhN (ORCPT ); Tue, 20 Aug 2019 05:37:13 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BAEAA344; Tue, 20 Aug 2019 02:37:12 -0700 (PDT) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EE2F13F706; Tue, 20 Aug 2019 02:37:11 -0700 (PDT) Date: Tue, 20 Aug 2019 10:37:09 +0100 From: Will Deacon To: Linus Torvalds Cc: Linux List Kernel Mailing , Linux ARM , Catalin Marinas , Lorenzo Pieralisi Subject: Re: [GIT PULL] arm64: Second round of fixes for -rc2 Message-ID: <20190820093709.GD14085@fuggles.cambridge.arm.com> References: <20190524174357.GC9120@fuggles.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.1+86 (6f28e57d73f2) () Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 24, 2019 at 11:14:02AM -0700, Linus Torvalds wrote: > Only tangentially relevant to this pull request: > > On Fri, May 24, 2019 at 10:44 AM Will Deacon wrote: > > > > - Add workaround for Cortex-A76 CPU erratum #1463225 > > - Handle Cortex-A76/Neoverse-N1 erratum #1418040 w/ existing workaround > > could you perhaps talk to somebody inside ARM about making the errata > documentation publicly available? > > I'm not sure why it seems to want an account at arm.com, and as a > result some pretty fundamental development tools ("let me google > that") don't work. Thanks to the tech comms folks at Arm, this should now be available and work is ongoing to open up more of the documentation too. For example, the A76 SDEN is here: https://static.docs.arm.com/sden885749/d/Arm_Cortex-A76_MP052_Software_Developer_Errata_Notice_v16.0.pdf and if you hammer "cortex a76 1463225" into google, then it shows up after the Linux hits. Will