From patchwork Tue May 16 14:42:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 763014 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3wS0YN0c5jz9s4q; Wed, 17 May 2017 00:43:04 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1dAdgc-0005Yo-C6; Tue, 16 May 2017 14:42:54 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1dAdgW-0005Y4-W2 for kernel-team@lists.ubuntu.com; Tue, 16 May 2017 14:42:49 +0000 Received: from localhost (c-107-2-141-92.hsd1.co.comcast.net [107.2.141.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 6DB8D33E00B6 for ; Tue, 16 May 2017 08:42:44 -0600 (MDT) Date: Tue, 16 May 2017 08:42:44 -0600 From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH][unstable][SRU Zesty] UBUNTU: [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64 Message-ID: <20170516144244.yq4ppz2hs5ahwnn4@xps13.dannf> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170306 (1.8.0) X-Spam-Status: No, score=1.5 required=5.0 tests=TVD_SPACE_RATIO, TVD_SPACE_RATIO_MINFP,UNPARSEABLE_RELAY autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on complete.lackof.org X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: https://bugs.launchpad.net/bugs/1690914 Signed-off-by: dann frazier Acked-by: Colin Ian King --- debian.master/config/amd64/config.common.amd64 | 1 - debian.master/config/annotations | 4 ++-- debian.master/config/arm64/config.common.arm64 | 2 +- debian.master/config/config.common.ubuntu | 1 + debian.master/config/ppc64el/config.common.ppc64el | 1 - debian.master/config/s390x/config.common.s390x | 1 - 6 files changed, 4 insertions(+), 6 deletions(-) diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64 index ff07271f157a..2cd277470e8c 100644 --- a/debian.master/config/amd64/config.common.amd64 +++ b/debian.master/config/amd64/config.common.amd64 @@ -268,7 +268,6 @@ CONFIG_NOZOMI=m CONFIG_NR_CPUS=8192 CONFIG_NTB=m # CONFIG_NTFS_RW is not set -CONFIG_NUMA_BALANCING=y CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y # CONFIG_NUMA_EMU is not set CONFIG_NVMEM=m diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 22c169853f78..467785287949 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -8377,8 +8377,8 @@ CONFIG_IKCONFIG policy<{'amd64': 'n', 'arm64': ' CONFIG_LOG_BUF_SHIFT policy<{'amd64': '18', 'arm64': '14', 'armhf': '17', 'i386': '17', 'ppc64el': '17', 's390x': '17'}> CONFIG_LOG_CPU_MAX_BUF_SHIFT policy<{'amd64': '12', 'arm64': '12', 'armhf': '12', 'i386': '12', 'ppc64el': '12', 's390x': '12'}> CONFIG_NMI_LOG_BUF_SHIFT policy<{'amd64': '13', 'armhf': '13', 'i386': '13', 'ppc64el': '13', 's390x': '13'}> -CONFIG_NUMA_BALANCING policy<{'amd64': 'y', 'arm64': 'n', 'ppc64el': 'y', 's390x': 'y'}> -CONFIG_NUMA_BALANCING_DEFAULT_ENABLED policy<{'amd64': 'y', 'ppc64el': 'y', 's390x': 'n'}> +CONFIG_NUMA_BALANCING policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 's390x': 'y'}> +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED policy<{'amd64': 'y', 'arm64': 'y', 'ppc64el': 'y', 's390x': 'n'}> CONFIG_CHECKPOINT_RESTORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> CONFIG_SCHED_AUTOGROUP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> CONFIG_SYSFS_DEPRECATED policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> diff --git a/debian.master/config/arm64/config.common.arm64 b/debian.master/config/arm64/config.common.arm64 index a2dcd7f00a67..fcd47ee6b79a 100644 --- a/debian.master/config/arm64/config.common.arm64 +++ b/debian.master/config/arm64/config.common.arm64 @@ -287,7 +287,7 @@ CONFIG_NOZOMI=m CONFIG_NR_CPUS=256 CONFIG_NTB=m # CONFIG_NTFS_RW is not set -# CONFIG_NUMA_BALANCING is not set +CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y CONFIG_NVMEM=m CONFIG_N_GSM=m CONFIG_OF=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 7ec30c359b52..2ec42eadb183 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -5830,6 +5830,7 @@ CONFIG_NTB_TRANSPORT=m # CONFIG_NTFS_DEBUG is not set CONFIG_NTFS_FS=m CONFIG_NUMA=y +CONFIG_NUMA_BALANCING=y CONFIG_NVDIMM_DAX=y CONFIG_NVDIMM_PFN=y CONFIG_NVEC_PAZ00=m diff --git a/debian.master/config/ppc64el/config.common.ppc64el b/debian.master/config/ppc64el/config.common.ppc64el index b51f9cb056b4..bcd4123e6064 100644 --- a/debian.master/config/ppc64el/config.common.ppc64el +++ b/debian.master/config/ppc64el/config.common.ppc64el @@ -270,7 +270,6 @@ CONFIG_NOZOMI=m CONFIG_NR_CPUS=2048 CONFIG_NTB=m # CONFIG_NTFS_RW is not set -CONFIG_NUMA_BALANCING=y CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y CONFIG_NVMEM=m CONFIG_N_GSM=m diff --git a/debian.master/config/s390x/config.common.s390x b/debian.master/config/s390x/config.common.s390x index 9d675175bbad..cd886d62d0e7 100644 --- a/debian.master/config/s390x/config.common.s390x +++ b/debian.master/config/s390x/config.common.s390x @@ -234,7 +234,6 @@ CONFIG_NODES_SHIFT=4 CONFIG_NR_CPUS=256 # CONFIG_NTB is not set CONFIG_NTFS_RW=y -CONFIG_NUMA_BALANCING=y # CONFIG_NUMA_BALANCING_DEFAULT_ENABLED is not set CONFIG_NUMA_EMU=y # CONFIG_NVMEM is not set