mbox

[PULL,Xenial] Workaround Cavium ThunderX erratum 23144

Message ID CALdTtnspq5=xNwnkXJs55-Qh_Aa0Ar3t2muHnU=y1sFZE3+fqA@mail.gmail.com
State New
Headers show

Pull-request

git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/xenial lp1589704

Message

dann frazier June 6, 2016, 10:53 p.m. UTC
This addresses LP: #1589704. It is a fix on top of the arm64 numa
support which landed upstream for 4.7, and which we backported to
xenial. That code won't be present in yakkety until it graduates to
4.7 - at which point I'll double-check that this CONFIG is enabled
there as well.

The following changes since commit 4843b9787adda03c376b5e271af3187a16a7950b:

  clocksource: Allow unregistering the watchdog (2016-06-06 14:09:16 -0700)

are available in the git repository at:

  git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/xenial lp1589704

for you to fetch changes up to 1c06c8a1755ada9269c4c8cb9f4e0123abc3ab52:

  irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx
erratum 23144 (2016-06-06 15:57:00 -0600)

----------------------------------------------------------------
Ganapatrao Kulkarni (1):
      irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx
erratum 23144

dann frazier (1):
      UBUNTU: [Config] CONFIG_CAVIUM_ERRATUM_23144=y

 arch/arm64/Kconfig                        |  9 +++++++++
 debian.master/config/config.common.ubuntu |  1 +
 drivers/irqchip/irq-gic-v3-its.c          | 49
+++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 57 insertions(+), 2 deletions(-)

Comments

Tim Gardner June 7, 2016, 2:31 p.m. UTC | #1
Isolated, clean backport (though that should be noted in the commit log)
Kamal Mostafa June 7, 2016, 4:22 p.m. UTC | #2
Applied to X.

(Changed "cherry picked from" to "back-ported from" for this one:)

> Ganapatrao Kulkarni (1):
>       irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx
> erratum 23144

 -Kamal