[linux] 01/10: Enable USERFAULTFD (except on armel/marvell)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jan 5 23:35:26 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit 3131927f49161b53a5a27822b1cd23637d35334a
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Dec 29 20:38:35 2016 +0000

    Enable USERFAULTFD (except on armel/marvell)
---
 debian/changelog                   | 1 +
 debian/config/armel/config.marvell | 1 +
 debian/config/config               | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a553289..c90f94f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ linux (4.9-1~exp1) UNRELEASED; urgency=medium
 
   [ Ben Hutchings ]
   * Set ABI to trunk
+  * Enable USERFAULTFD (except on armel/marvell)
 
   [ Uwe Kleine-König ]
   * enable `perf data' support; patch by Sebastian Andrzej Siewior
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index c565c6b..a40a577 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -683,6 +683,7 @@ CONFIG_ORION_WATCHDOG=m
 ## choice: Compiler optimization level
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 ## end choice
+# CONFIG_USERFAULTFD is not set
 # CONFIG_PROFILING is not set
 # CONFIG_MODULE_SIG is not set
 
diff --git a/debian/config/config b/debian/config/config
index cf12907..9782d99 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5592,6 +5592,7 @@ CONFIG_BPF_SYSCALL=y
 CONFIG_SHMEM=y
 CONFIG_AIO=y
 CONFIG_ADVISE_SYSCALLS=y
+CONFIG_USERFAULTFD=y
 CONFIG_PCI_QUIRKS=y
 CONFIG_MEMBARRIER=y
 # CONFIG_EMBEDDED is not set

-- 
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