From 85da61e2534256ca545758d9405ba5901a2fb413 Mon Sep 17 00:00:00 2001 From: "frank.heimes@canonical.com" Date: Fri, 18 Oct 2019 09:05:21 +0200 Subject: [PATCH] UBUNTU: [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes to no BugLink: https://bugs.launchpad.net/bugs/1848492 Having CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE disabled makes sure that memory that is configured as 'Reserved' to an s390x LPAR (on top of memory that is configured as 'Initial') is no longer automatically consumed (means set online) at boot time and can now be dynamically added later on demand. Signed-off-by: Frank Heimes Acked-by: Stefan Bader Acked-by: Kleber Souza Signed-off-by: Khalid Elmously --- debian.master/config/annotations | 4 ++-- debian.master/config/s390x/config.common.s390x | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 49be18b632fd..2874f5a68d29 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -10872,7 +10872,7 @@ CONFIG_XZ_DEC note CONFIG_MEMORY_HOTPLUG policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> -CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'y'}> +CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y', 'ppc64el': 'n', 's390x': 'n'}> CONFIG_MEMORY_HOTREMOVE policy<{'amd64': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> CONFIG_BALLOON_COMPACTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> CONFIG_COMPACTION policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> @@ -10906,7 +10906,7 @@ CONFIG_TRANSPARENT_HUGEPAGE flag CONFIG_MEM_SOFT_DIRTY flag CONFIG_IDLE_PAGE_TRACKING flag note CONFIG_PERCPU_STATS flag -CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE mark note +CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE mark note # Menu: Memory Management options >> Contiguous Memory Allocator CONFIG_CMA policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> diff --git a/debian.master/config/s390x/config.common.s390x b/debian.master/config/s390x/config.common.s390x index b9fc59ae7ff7..61112a47cfda 100644 --- a/debian.master/config/s390x/config.common.s390x +++ b/debian.master/config/s390x/config.common.s390x @@ -285,7 +285,7 @@ CONFIG_MD_MULTIPATH=y # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_SAS is not set # CONFIG_MEMORY is not set -CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y +# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set # CONFIG_MEMSTICK is not set CONFIG_MEM_SOFT_DIRTY=y # CONFIG_MFD_88PM800 is not set -- 2.39.5