diff mbox series

[bionic-gke] UBUNTU: [Config]: Disable ATARI_PARTITION

Message ID 20210408044953.10386-3-khalid.elmously@canonical.com
State New
Headers show
Series [bionic-gke] UBUNTU: [Config]: Disable ATARI_PARTITION | expand

Commit Message

Khalid Elmously April 8, 2021, 4:49 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1908264

Support for Atari partitions is not available in this cloud so disable
it for the same reasons we disable it in other cloud kernels.

Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
---
 debian.gke/config/annotations          | 2 ++
 debian.gke/config/config.common.ubuntu | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Kleber Sacilotto de Souza April 8, 2021, 9:48 a.m. UTC | #1
On 08.04.21 06:49, Khalid Elmously wrote:
> BugLink: https://bugs.launchpad.net/bugs/1908264
> 
> Support for Atari partitions is not available in this cloud so disable
> it for the same reasons we disable it in other cloud kernels.
> 
> Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
> ---
>   debian.gke/config/annotations          | 2 ++
>   debian.gke/config/config.common.ubuntu | 2 +-
>   2 files changed, 3 insertions(+), 1 deletion(-)

Same here, there's no bionic/linux-gke. The only source in bionic that's not
a backport would be linux-gke-5.3 (derived from linux-hwe). The other supported
gke kernel in bionic is linux-gke-5.4, which is a backport from focal/linux-gke
and would inherit this change from it.

> 
> diff --git a/debian.gke/config/annotations b/debian.gke/config/annotations
> index 2d6b1a617569a..8db7e9216ceb3 100644
> --- a/debian.gke/config/annotations
> +++ b/debian.gke/config/annotations
> @@ -82,3 +82,5 @@ CONFIG_NF_CONNTRACK_PROCFS                      flag<ENFORCE> note<initial packa
>   CONFIG_NF_CT_NETLINK                            flag<ENFORCE> note<initial packaging>
>   CONFIG_NF_CONNTRACK_PROCFS                      flag<DEPRECATED>
>   
> +CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
> +CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
> diff --git a/debian.gke/config/config.common.ubuntu b/debian.gke/config/config.common.ubuntu
> index c73cd89b09263..518cd3cbf930c 100644
> --- a/debian.gke/config/config.common.ubuntu
> +++ b/debian.gke/config/config.common.ubuntu
> @@ -372,7 +372,7 @@ CONFIG_AT76C50X_USB=m
>   CONFIG_AT803X_PHY=m
>   CONFIG_ATA=y
>   CONFIG_ATALK=m
> -CONFIG_ATARI_PARTITION=y
> +# CONFIG_ATARI_PARTITION is not set
>   CONFIG_ATA_ACPI=y
>   CONFIG_ATA_BMDMA=y
>   CONFIG_ATA_GENERIC=y
>
diff mbox series

Patch

diff --git a/debian.gke/config/annotations b/debian.gke/config/annotations
index 2d6b1a617569a..8db7e9216ceb3 100644
--- a/debian.gke/config/annotations
+++ b/debian.gke/config/annotations
@@ -82,3 +82,5 @@  CONFIG_NF_CONNTRACK_PROCFS                      flag<ENFORCE> note<initial packa
 CONFIG_NF_CT_NETLINK                            flag<ENFORCE> note<initial packaging>
 CONFIG_NF_CONNTRACK_PROCFS                      flag<DEPRECATED>
 
+CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
diff --git a/debian.gke/config/config.common.ubuntu b/debian.gke/config/config.common.ubuntu
index c73cd89b09263..518cd3cbf930c 100644
--- a/debian.gke/config/config.common.ubuntu
+++ b/debian.gke/config/config.common.ubuntu
@@ -372,7 +372,7 @@  CONFIG_AT76C50X_USB=m
 CONFIG_AT803X_PHY=m
 CONFIG_ATA=y
 CONFIG_ATALK=m
-CONFIG_ATARI_PARTITION=y
+# CONFIG_ATARI_PARTITION is not set
 CONFIG_ATA_ACPI=y
 CONFIG_ATA_BMDMA=y
 CONFIG_ATA_GENERIC=y