Enable USERFAULTFD (except on armel/marvell)

This commit is contained in:
Ben Hutchings 2016-12-29 20:38:35 +00:00
parent 97ab9059a9
commit 3131927f49
3 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

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

View File

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

View File

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