[linux] 01/02: [arm*] Enable SECCOMP (Closes: #833183)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Thu Aug 25 17:30:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit dd5413ffc1f1e3d21476e0fd5d52e947dc5dfe9b
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Thu Aug 25 18:25:02 2016 +0100
[arm*] Enable SECCOMP (Closes: #833183)
---
debian/changelog | 1 +
debian/config/arm64/config | 1 +
debian/config/kernelarch-arm/config | 1 +
3 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 933bf43..f6b8819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ linux (4.7.2-1) UNRELEASED; urgency=medium
(Closes: #830268)
- usbip: Put all autotools-generated files in the build directory
- linux-headers: Exclude all .cmd files
+ * [arm*] Enable SECCOMP (Closes: #833183)
[ Martin Michlmayr ]
* [armhf] Enable MMC_SDHCI_IPROC and HW_RANDOM_BCM2835 for BCM2835.
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index a42317d..8be6392 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -6,6 +6,7 @@ CONFIG_ARM64_ERRATUM_834220=y
#. Until we decide how/whether to handle this in userland as well
# CONFIG_ARM64_ERRATUM_843419 is not set
CONFIG_SCHED_MC=y
+CONFIG_SECCOMP=y
CONFIG_XEN=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
diff --git a/debian/config/kernelarch-arm/config b/debian/config/kernelarch-arm/config
index 7c23afc..eafef74 100644
--- a/debian/config/kernelarch-arm/config
+++ b/debian/config/kernelarch-arm/config
@@ -5,6 +5,7 @@ CONFIG_MMU=y
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
CONFIG_CPU_SW_DOMAIN_PAN=y
+CONFIG_SECCOMP=y
CONFIG_KEXEC=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