[linux] 01/02: [arm64] Defer workaround for erratum #843419

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Oct 5 18:49:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 04734fa3865b70f623f9d5d806f3b172afa46228
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Oct 5 19:46:16 2015 +0100

    [arm64] Defer workaround for erratum #843419
---
 debian/changelog           | 2 +-
 debian/config/arm64/config | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index de39e67..2a49b49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,6 @@ linux (4.2.3-1) UNRELEASED; urgency=medium
     - [arm64] entry: always restore x0 from the stack on syscall return
     - [arm64] flush FP/SIMD state correctly after execve()
     - [arm64] head.S: initialise mdcr_el2 in el2_setup
-    - [arm64] errata: add module build workaround for erratum #843419
     - [armhf,arm64] KVM: vgic: Check for !irqchip_in_kernel() when mapping
       resources (regression in 4.0)
     - [arm64] KVM: add workaround for Cortex-A57 erratum #852523
@@ -132,6 +131,7 @@ linux (4.2.3-1) UNRELEASED; urgency=medium
   * [!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines
   * netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths
     (Closes: #800445)
+  * [arm64] Defer workaround for erratum #843419
 
   [ Salvatore Bonaccorso ]
   * ipc: Initialize msg/shm IPC objects before doing ipc_addid()
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index cc33496..547d129 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -4,6 +4,8 @@
 CONFIG_ARCH_VEXPRESS=y
 CONFIG_ARCH_XGENE=y
 CONFIG_PCI=y
+#. Until we decide how/whether to handle this in userland as well
+# CONFIG_ARM64_ERRATUM_843419 is not set
 CONFIG_SMP=y
 CONFIG_XEN=y
 CONFIG_COMPAT=y

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list