diff mbox

[Trusty,SRU] UBUNTU: [Config] CONFIG_ZSWAP=y

Message ID 1399045175-112981-1-git-send-email-tim.gardner@canonical.com
State New
Headers show

Commit Message

Tim Gardner May 2, 2014, 3:39 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1315203

Requires a kernel command line parameter (zswap.enabled) to enable.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
 debian.master/config/config.common.ubuntu |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Andy Whitcroft May 2, 2014, 4:13 p.m. UTC | #1
On Fri, May 02, 2014 at 09:39:35AM -0600, Tim Gardner wrote:
> BugLink: http://bugs.launchpad.net/bugs/1315203
> 
> Requires a kernel command line parameter (zswap.enabled) to enable.
> 
> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
> ---
>  debian.master/config/config.common.ubuntu |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
> index 9f08f29..1d7a0fd 100644
> --- a/debian.master/config/config.common.ubuntu
> +++ b/debian.master/config/config.common.ubuntu
> @@ -7467,7 +7467,7 @@ CONFIG_YENTA_TI=y
>  CONFIG_YENTA_TOSHIBA=y
>  CONFIG_ZBOOT_ROM_BSS=0x0
>  CONFIG_ZBOOT_ROM_TEXT=0x0
> -# CONFIG_ZBUD is not set
> +CONFIG_ZBUD=y
>  CONFIG_ZD1211RW=m
>  # CONFIG_ZD1211RW_DEBUG is not set
>  CONFIG_ZEROPLUS_FF=y
> @@ -7478,4 +7478,4 @@ CONFIG_ZONE_DMA=y
>  CONFIG_ZRAM=m
>  # CONFIG_ZRAM_DEBUG is not set
>  CONFIG_ZSMALLOC=y
> -# CONFIG_ZSWAP is not set
> +CONFIG_ZSWAP=y

Bah, yes clearly that is not on by default even when enabled.  The
reasons it was turned off were erroneous, therefore:

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw
Chris J Arges May 2, 2014, 4:15 p.m. UTC | #2

Tim Gardner May 2, 2014, 4:51 p.m. UTC | #3

diff mbox

Patch

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 9f08f29..1d7a0fd 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -7467,7 +7467,7 @@  CONFIG_YENTA_TI=y
 CONFIG_YENTA_TOSHIBA=y
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ZBOOT_ROM_TEXT=0x0
-# CONFIG_ZBUD is not set
+CONFIG_ZBUD=y
 CONFIG_ZD1211RW=m
 # CONFIG_ZD1211RW_DEBUG is not set
 CONFIG_ZEROPLUS_FF=y
@@ -7478,4 +7478,4 @@  CONFIG_ZONE_DMA=y
 CONFIG_ZRAM=m
 # CONFIG_ZRAM_DEBUG is not set
 CONFIG_ZSMALLOC=y
-# CONFIG_ZSWAP is not set
+CONFIG_ZSWAP=y