diff mbox

Arm64 transparent huge pages

Message ID 53505F36.4000307@canonical.com
State New
Headers show

Commit Message

Tim Gardner April 17, 2014, 11:09 p.m. UTC
Dann - Is this what you're after ?

Comments

dann frazier April 18, 2014, 4:47 p.m. UTC | #1
On Thu, Apr 17, 2014 at 5:09 PM, Tim Gardner <tim.gardner@canonical.com> wrote:
> Dann - Is this what you're after ?

Yes. Hopefully we can backport the patches to trusty and re-enable it once they
land upstream, but for now no reason to enable a broken feature.
Tim Gardner April 18, 2014, 5:01 p.m. UTC | #2
On 04/18/2014 10:47 AM, Dann Frazier wrote:
> On Thu, Apr 17, 2014 at 5:09 PM, Tim Gardner <tim.gardner@canonical.com> wrote:
>> Dann - Is this what you're after ?
>
> Yes. Hopefully we can backport the patches to trusty and re-enable it once they
> land upstream, but for now no reason to enable a broken feature.
>

Should I disable it in unstable ? We'll likely land on at least 3.16 for 
14.10.

rtg
Tim Gardner April 18, 2014, 5:06 p.m. UTC | #3
UBUNTU: [Config] CONFIG_TRANSPARENT_HUGEPAGE=n for arm64
dann frazier April 18, 2014, 8:53 p.m. UTC | #4
On Fri, Apr 18, 2014 at 11:01 AM, Tim Gardner <tim.gardner@canonical.com> wrote:
> On 04/18/2014 10:47 AM, Dann Frazier wrote:
>>
>> On Thu, Apr 17, 2014 at 5:09 PM, Tim Gardner <tim.gardner@canonical.com>
>> wrote:
>>>
>>> Dann - Is this what you're after ?
>>
>>
>> Yes. Hopefully we can backport the patches to trusty and re-enable it once
>> they
>> land upstream, but for now no reason to enable a broken feature.
>>
>
> Should I disable it in unstable ? We'll likely land on at least 3.16 for
> 14.10.

Sure. We'll keep an eye on it and we can request it be enabled when it works.
diff mbox

Patch

From 25af18625bf035b021040af9200f1b87c575a34d Mon Sep 17 00:00:00 2001
From: Tim Gardner <tim.gardner@canonical.com>
Date: Thu, 17 Apr 2014 17:06:56 -0600
Subject: [PATCH] UBUNTU: [Config] CONFIG_TRANSPARENT_HUGEPAGE=n for arm64

BugLink: http://bugs.launchpad.net/bugs/1309221

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
 debian.master/config/amd64/config.common.amd64     | 1 +
 debian.master/config/arm64/config.common.arm64     | 1 +
 debian.master/config/armhf/config.common.armhf     | 1 +
 debian.master/config/config.common.ubuntu          | 1 -
 debian.master/config/i386/config.common.i386       | 1 +
 debian.master/config/ppc64el/config.common.ppc64el | 1 +
 6 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64
index 28a538c..34ffd66 100644
--- a/debian.master/config/amd64/config.common.amd64
+++ b/debian.master/config/amd64/config.common.amd64
@@ -203,6 +203,7 @@  CONFIG_TEST_KSTRTOX=m
 CONFIG_TEST_STRING_HELPERS=m
 CONFIG_TIGON3=m
 CONFIG_TIMER_STATS=y
+CONFIG_TRANSPARENT_HUGEPAGE=y
 # CONFIG_TWL4030_CORE is not set
 CONFIG_TWL6040_CORE=y
 CONFIG_UIO_AEC=m
diff --git a/debian.master/config/arm64/config.common.arm64 b/debian.master/config/arm64/config.common.arm64
index 9b52da4..bddd0fe 100644
--- a/debian.master/config/arm64/config.common.arm64
+++ b/debian.master/config/arm64/config.common.arm64
@@ -162,6 +162,7 @@  CONFIG_TEST_STRING_HELPERS=m
 CONFIG_TICK_CPU_ACCOUNTING=y
 CONFIG_TIGON3=m
 CONFIG_TIMER_STATS=y
+# CONFIG_TRANSPARENT_HUGEPAGE is not set
 # CONFIG_TWL4030_CORE is not set
 CONFIG_TWL6040_CORE=y
 CONFIG_UIO_AEC=m
diff --git a/debian.master/config/armhf/config.common.armhf b/debian.master/config/armhf/config.common.armhf
index e1d5856..e54d213 100644
--- a/debian.master/config/armhf/config.common.armhf
+++ b/debian.master/config/armhf/config.common.armhf
@@ -176,6 +176,7 @@  CONFIG_TEST_STRING_HELPERS=m
 # CONFIG_TICK_CPU_ACCOUNTING is not set
 CONFIG_TIGON3=m
 CONFIG_TIMER_STATS=y
+CONFIG_TRANSPARENT_HUGEPAGE=y
 CONFIG_TWL4030_CORE=y
 CONFIG_TWL6040_CORE=y
 CONFIG_UIO_AEC=m
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 570c2ac..d56013c 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -6607,7 +6607,6 @@  CONFIG_TRACE_ROUTER=m
 CONFIG_TRACE_SINK=m
 CONFIG_TRACING=y
 CONFIG_TRACING_SUPPORT=y
-CONFIG_TRANSPARENT_HUGEPAGE=y
 CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
 # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
 CONFIG_TRANZPORT=m
diff --git a/debian.master/config/i386/config.common.i386 b/debian.master/config/i386/config.common.i386
index dffbc34..4d290a8 100644
--- a/debian.master/config/i386/config.common.i386
+++ b/debian.master/config/i386/config.common.i386
@@ -201,6 +201,7 @@  CONFIG_TEST_STRING_HELPERS=m
 CONFIG_TICK_CPU_ACCOUNTING=y
 CONFIG_TIGON3=m
 CONFIG_TIMER_STATS=y
+CONFIG_TRANSPARENT_HUGEPAGE=y
 # CONFIG_TWL4030_CORE is not set
 CONFIG_TWL6040_CORE=y
 CONFIG_UIO_AEC=m
diff --git a/debian.master/config/ppc64el/config.common.ppc64el b/debian.master/config/ppc64el/config.common.ppc64el
index 4c98db0..2d847c8 100644
--- a/debian.master/config/ppc64el/config.common.ppc64el
+++ b/debian.master/config/ppc64el/config.common.ppc64el
@@ -260,6 +260,7 @@  CONFIG_TCG_IBMVTPM=y
 # CONFIG_TICK_CPU_ACCOUNTING is not set
 CONFIG_TIGON3=y
 # CONFIG_TIMER_STATS is not set
+CONFIG_TRANSPARENT_HUGEPAGE=y
 # CONFIG_TWL4030_CORE is not set
 # CONFIG_TWL6040_CORE is not set
 # CONFIG_U3_DART is not set
-- 
1.9.1