Message ID | 20190524174357.GC9120@fuggles.cambridge.arm.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | edbcf50eb8aea5f81ae6d83bb969cb0bc02805a1 |
Headers | show |
Series | [GIT,PULL] arm64: Second round of fixes for -rc2 | expand |
Only tangentially relevant to this pull request: On Fri, May 24, 2019 at 10:44 AM Will Deacon <will.deacon@arm.com> 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. Linus
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 <will.deacon@arm.com> 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. We recently removed a whole bunch of click-through/registration things for our documentation, so I'm surprised that it's still the case for the errata document (but it does appear to be). I'll see if this can be fixed. After all, we end up descibing the thing in the Kconfig text anyway... Cheers, Will
The pull request you sent on Fri, 24 May 2019 18:43:57 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0a72ef89901409847036664c23ba6eee7cf08e0e
Thank you!
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 <will.deacon@arm.com> 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
On Tue, Aug 20, 2019 at 2:37 AM Will Deacon <will.deacon@arm.com> wrote: > > 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. Thanks. > 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. Yeah, I have long since given up on trying to keep track of everything going on, which is why "google finds it" is important to me. And I verified that yes, now google finds the ARM errata ;) Lovely, Linus