NAK: [UNSTABLE][PATCH] UBUNTU: [Config] Enable mtune z16

Tim Gardner tim.gardner at canonical.com
Mon Oct 31 20:01:57 UTC 2022


On 10/31/22 17:05, Dimitri John Ledkov wrote:
> Set mtune to z16
> 
> BugLink: https://bugs.launchpad.net/bugs/1982833
> 
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
> ---
>   debian.master/config/annotations          | 4 +++-
>   debian.master/config/config.common.ubuntu | 6 +++---
>   2 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/debian.master/config/annotations b/debian.master/config/annotations
> index bde0eda6c6f0..71c869110909 100644
> --- a/debian.master/config/annotations
> +++ b/debian.master/config/annotations
> @@ -13581,6 +13581,7 @@ CONFIG_MARCH_ZEC12                              policy<{'s390x': 'n'}>
>   CONFIG_MARCH_Z13                                policy<{'s390x': 'y'}>
>   CONFIG_MARCH_Z14                                policy<{'s390x': 'n'}>
>   CONFIG_MARCH_Z15                                policy<{'s390x': 'n'}>
> +CONFIG_MARCH_Z16                                policy<{'s390x': 'n'}>
>   
>   # Menu: Processor type and features >> Support for extended (non-PC) x86 platforms >> Architecture: x86
>   CONFIG_X86_NUMACHIP                             policy<{'amd64': 'y'}>
> @@ -13650,7 +13651,8 @@ CONFIG_TUNE_Z196                                policy<{'s390x': 'n'}>
>   CONFIG_TUNE_ZEC12                               policy<{'s390x': 'n'}>
>   CONFIG_TUNE_Z13                                 policy<{'s390x': 'n'}>
>   CONFIG_TUNE_Z14                                 policy<{'s390x': 'n'}>
> -CONFIG_TUNE_Z15                                 policy<{'s390x': 'y'}>
> +CONFIG_TUNE_Z15                                 policy<{'s390x': 'n'}>
> +CONFIG_TUNE_Z16                                 policy<{'s390x': 'y'}>
>   
>   # Menu: Processor type and features >> Virtual address space size >> Architecture: arm64
>   CONFIG_ARM64_VA_BITS_39                         policy<{'arm64-generic': 'n'}>
> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
> index 7ee9f98f2716..8b7fcfb3b19a 100644
> --- a/debian.master/config/config.common.ubuntu
> +++ b/debian.master/config/config.common.ubuntu
> @@ -6137,8 +6137,8 @@ CONFIG_MAPPING_DIRTY_HELPERS=y
>   CONFIG_MARCH_Z13=y
>   # CONFIG_MARCH_Z14 is not set
>   # CONFIG_MARCH_Z15 is not set
> -CONFIG_MARCH_Z15_TUNE=y
>   # CONFIG_MARCH_Z16 is not set
> +CONFIG_MARCH_Z16_TUNE=y
>   # CONFIG_MARCH_Z196 is not set
>   # CONFIG_MARCH_ZEC12 is not set
>   CONFIG_MARVELL_10G_PHY=m
> @@ -11978,8 +11978,8 @@ CONFIG_TUNE_GENERIC=y
>   # CONFIG_TUNE_Z10 is not set
>   # CONFIG_TUNE_Z13 is not set
>   # CONFIG_TUNE_Z14 is not set
> -CONFIG_TUNE_Z15=y
> -# CONFIG_TUNE_Z16 is not set
> +# CONFIG_TUNE_Z15 is not set
> +CONFIG_TUNE_Z16=y
>   # CONFIG_TUNE_Z196 is not set
>   # CONFIG_TUNE_ZEC12 is not set
>   # CONFIG_TUN_VNET_CROSS_LE is not set

The reason for a config change is much easier to find if you put a 
'note<LP: #1982833>' after the annotation.

-- 
-----------
Tim Gardner
Canonical, Inc




More information about the kernel-team mailing list