diff mbox series

[bionic:linux-azure-4.15,v2,1/1] UBUNTU: [Config] azure: Disable ATARI_PARTITION

Message ID 20210114195437.959715-2-marcelo.cerri@canonical.com
State New
Headers show
Series LP:#1908264 - Disable Atari partition support for cloud kernels | expand

Commit Message

Marcelo Henrique Cerri Jan. 14, 2021, 7:54 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1908264

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

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
---
 debian.azure-4.15/config/annotations          | 3 +++
 debian.azure-4.15/config/config.common.ubuntu | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.azure-4.15/config/annotations b/debian.azure-4.15/config/annotations
index 91854a8fd282..cf9a019fc4ec 100644
--- a/debian.azure-4.15/config/annotations
+++ b/debian.azure-4.15/config/annotations
@@ -136,6 +136,9 @@  CONFIG_LOOPBACK_TARGET                             mark<ENFORCED> note<LP#179179
 CONFIG_BT_HS					   policy<{'amd64': '-'}>
 CONFIG_BT_HS					   mark<ENFORCED> note<https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00435.html>
 
+CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
+
 # From linux-azure initial packaging
 
 CONFIG_POWERCAP                                    policy<{'amd64': 'n'}>
diff --git a/debian.azure-4.15/config/config.common.ubuntu b/debian.azure-4.15/config/config.common.ubuntu
index 48693eb5ec48..0a938c2d14f6 100644
--- a/debian.azure-4.15/config/config.common.ubuntu
+++ b/debian.azure-4.15/config/config.common.ubuntu
@@ -262,7 +262,7 @@  CONFIG_ASYNC_XOR=m
 # CONFIG_AT803X_PHY is not set
 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