[linux] 02/02: thp: Enable TRANSPARENT_HUGEPAGE_ALWAYS instead of TRANSPARENT_HUGEPAGE_MADVISE

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Sep 29 14:34:09 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 611a8e67260e8b8190ab991206a3867681d6df91
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Sep 29 16:32:09 2017 +0200

    thp: Enable TRANSPARENT_HUGEPAGE_ALWAYS instead of TRANSPARENT_HUGEPAGE_MADVISE
    
    As advised by Andrea Arcangeli - since commit 444eb2a449ef "mm: thp:
    set THP defrag by default to madvise and add a stall-free defrag
    option" this will generally be best for performance.
---
 debian/changelog     | 2 ++
 debian/config/config | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 59ba739..9c8b9a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ linux (4.13.4-1~exp1) UNRELEASED; urgency=medium
   * [armhf] Enable AXP20X_ADC, CHARGER_AXP20X, BATTERY_AXP20X, GPIO_AXP209,
     AXP288_CHARGER, AXP288_FUEL_GAUGE, EXTCON_AXP288, AXP288_ADC as modules
     (Closes: #873038)
+  * thp: Enable TRANSPARENT_HUGEPAGE_ALWAYS instead of
+    TRANSPARENT_HUGEPAGE_MADVISE
 
   [ Uwe Kleine-König ]
   * [arm64] really enable NET_DSA_MV88E6XXX for Espressobin
diff --git a/debian/config/config b/debian/config/config
index 986ff87..e7c7ed0 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -6229,7 +6229,8 @@ CONFIG_MEMORY_FAILURE=y
 CONFIG_HWPOISON_INJECT=m
 CONFIG_TRANSPARENT_HUGEPAGE=y
 ## choice: Transparent Hugepage Support sysfs defaults
-CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
+CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
+# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
 ## end choice
 # CONFIG_CLEANCACHE is not set
 CONFIG_FRONTSWAP=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