[linux] 02/05: [arm64] Enable ARMV8_DEPRECATED, SWP_EMULATION, CP15_BARRIER_EMULATION, SETEND_EMULATION (Closes: #861384)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue May 2 04:35:56 UTC 2017


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

benh pushed a commit to branch sid
in repository linux.

commit 96174d4f994c7ce3d1d82f1a45b7a22a9d21b8f2
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue May 2 04:57:37 2017 +0100

    [arm64] Enable ARMV8_DEPRECATED, SWP_EMULATION, CP15_BARRIER_EMULATION, SETEND_EMULATION (Closes: #861384)
---
 debian/changelog           | 2 ++
 debian/config/arm64/config | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1f4c3bf..c8de823 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -387,6 +387,8 @@ linux (4.9.25-1) UNRELEASED; urgency=medium
   * [x86] crypto: Enable CRYPTO_DEV_QAT_C3XXX, CRYPTO_DEV_QAT_C62X,
     CRYPTO_DEV_QAT_C3XXXVF, CRYPTO_DEV_QAT_C62XVF as modules
   * crypto: Enable CRYPTO_DEV_CHELSIO as module
+  * [arm64] Enable ARMV8_DEPRECATED, SWP_EMULATION, CP15_BARRIER_EMULATION,
+    SETEND_EMULATION (Closes: #861384)
 
   [ Salvatore Bonaccorso ]
   * ping: implement proper locking (CVE-2017-2671)
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 37771a0..46dc9e5 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -13,6 +13,10 @@ CONFIG_NR_CPUS=256
 CONFIG_SECCOMP=y
 CONFIG_KEXEC=y
 CONFIG_XEN=y
+CONFIG_ARMV8_DEPRECATED=y
+CONFIG_SWP_EMULATION=y
+CONFIG_CP15_BARRIER_EMULATION=y
+CONFIG_SETEND_EMULATION=y
 CONFIG_RANDOMIZE_BASE=y
 CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
 CONFIG_ARM64_ACPI_PARKING_PROTOCOL=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