mbox series

[v2,0/3] arm64: Brahma-B53 erratum updates

Message ID 20191031214725.1491-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series arm64: Brahma-B53 erratum updates | expand

Message

Florian Fainelli Oct. 31, 2019, 9:47 p.m. UTC
Hi Will,

This patch series enable the Brahma-B53 CPU to be matched for the
ARM64_ERRATUM_845719 and ARM64_ERRATUM_843419 and while we are it, also
whitelists it for SSB and spectre v2.

The silicon-errata.rst document is updated accordingly, we unfortunately
do not have internal numbers tracking those errata.

Doug Berger (1):
  arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core

Florian Fainelli (2):
  arm64: Brahma-B53 is SSB and spectre v2 safe
  arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core

 Documentation/arm64/silicon-errata.rst |  5 ++++
 arch/arm64/include/asm/cputype.h       |  2 ++
 arch/arm64/kernel/cpu_errata.c         | 38 ++++++++++++++++++++++----
 3 files changed, 40 insertions(+), 5 deletions(-)

Comments

Will Deacon Nov. 1, 2019, 12:01 p.m. UTC | #1
On Thu, Oct 31, 2019 at 02:47:22PM -0700, Florian Fainelli wrote:
> This patch series enable the Brahma-B53 CPU to be matched for the
> ARM64_ERRATUM_845719 and ARM64_ERRATUM_843419 and while we are it, also
> whitelists it for SSB and spectre v2.

Cheers, queued as fixes.

Will