Re: [GIT PULL] arm64: Second round of fixes for -rc2

2019-08-20 Thread Linus Torvalds
On Tue, Aug 20, 2019 at 2:37 AM Will Deacon 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: > > >

Re: [GIT PULL] arm64: Second round of fixes for -rc2

2019-08-20 Thread Will Deacon
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

Re: [GIT PULL] arm64: Second round of fixes for -rc2

2019-05-24 Thread pr-tracker-bot
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! -- Deet-doot-dot, I am

Re: [GIT PULL] arm64: Second round of fixes for -rc2

2019-05-24 Thread Will Deacon
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

Re: [GIT PULL] arm64: Second round of fixes for -rc2

2019-05-24 Thread Linus Torvalds
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

[GIT PULL] arm64: Second round of fixes for -rc2

2019-05-24 Thread Will Deacon
Hi Linus, As promised, here's the second round of arm64 fixes for -rc2, based on -rc1. Details in the tag. The ACPI/IORT build fix is pretty big in the diffstat, but it's really just the result of code movement to ensure that the functions are guarded correctly when !CONFIG_IOMMU_SUPPORT. Please