[linux] 03/10: mm: Enable PAGE_POISONING (Closes: #849450), PAGE_POISONING_NO_SANITY

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 f08186c06a32652945c236dc6506fedf411598b0
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Jan 5 02:57:21 2017 +0000

    mm: Enable PAGE_POISONING (Closes: #849450), PAGE_POISONING_NO_SANITY
    
    ...except on armel/marvell
---
 debian/changelog                   | 2 ++
 debian/config/armel/config.marvell | 6 ++++++
 debian/config/config               | 4 +++-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 665792f..8dca1f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ linux (4.9-1~exp1) UNRELEASED; urgency=medium
   * Set ABI to trunk
   * Enable USERFAULTFD (except on armel/marvell)
   * [x86] PCI: Enable VMD as module
+  * mm: Enable PAGE_POISONING (Closes: #849450), PAGE_POISONING_NO_SANITY
+    (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 a40a577..4a80506 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -719,6 +719,12 @@ CONFIG_FLATMEM_MANUAL=y
 # CONFIG_KSM is not set
 
 ##
+## file: mm/Kconfig.debug
+##
+# CONFIG_PAGE_EXTENSION is not set
+# CONFIG_PAGE_POISONING is not set
+
+##
 ## file: net/Kconfig
 ##
 #. Saves about 3K
diff --git a/debian/config/config b/debian/config/config
index 9782d99..b435748 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5896,7 +5896,9 @@ CONFIG_ZSMALLOC=m
 ##
 ## file: mm/Kconfig.debug
 ##
-# CONFIG_PAGE_EXTENSION is not set
+CONFIG_PAGE_EXTENSION=y
+CONFIG_PAGE_POISONING=y
+CONFIG_PAGE_POISONING_NO_SANITY=y
 
 ##
 ## file: net/Kconfig

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