diff mbox

[Yakkety,V1] UBUNTU: [Config] CONFIG_ARM64_ERRATUM_845719=y

Message ID 1481044803-17744-1-git-send-email-ming.lei@canonical.com
State New
Headers show

Commit Message

Ming Lei Dec. 6, 2016, 5:20 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1647793

Looks this option is missed in Yakkety, and should have been 
enabled. It is enabled on Xenial, and used for workaround
the issue of "Cortex-A53: 845719: a load might read incorrect data".

Signed-off-by: Ming Lei <ming.lei@canonical.com>
---
 debian.master/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Gardner Dec. 6, 2016, 5:30 p.m. UTC | #1
Applied to Zesty with annotations updates.
Tim Gardner Dec. 6, 2016, 7:04 p.m. UTC | #2

Seth Forshee Dec. 7, 2016, 2:09 p.m. UTC | #3

Luis Henriques Dec. 8, 2016, 6:13 p.m. UTC | #4
Applied to yakkety master-next branch.

Cheers,
--
Luís
diff mbox

Patch

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index aaba225..26ddbf7 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -505,7 +505,7 @@  CONFIG_ARM64_ERRATUM_826319=y
 CONFIG_ARM64_ERRATUM_827319=y
 CONFIG_ARM64_ERRATUM_832075=y
 CONFIG_ARM64_ERRATUM_834220=y
-# CONFIG_ARM64_ERRATUM_843419 is not set
+CONFIG_ARM64_ERRATUM_843419=y
 CONFIG_ARM64_ERRATUM_845719=y
 CONFIG_ARM64_HW_AFDBM=y
 # CONFIG_ARM64_LSE_ATOMICS is not set