[focal:linux-azure][PATCH 1/1] UBUNTU: [Config] azure: Disable ATARI_PARTITION
Marcelo Henrique Cerri
marcelo.cerri at canonical.com
Thu Jan 14 16:46:08 UTC 2021
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 at canonical.com>
---
debian.azure/config/annotations | 3 +++
debian.azure/config/config.common.ubuntu | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations
index 54e63b01179b..ddbff51a2935 100644
--- a/debian.azure/config/annotations
+++ b/debian.azure/config/annotations
@@ -109,6 +109,9 @@ CONFIG_USB_XHCI_PLATFORM mark<ENFORCED> note<LP:#18670
CONFIG_CONTEXT_TRACKING_FORCE policy<{'amd64': 'n'}>
CONFIG_CONTEXT_TRACKING_FORCE flag<REVIEW> note<Likely VIRT_CPU_ACCOUNTING_GEN should be disabled>
+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/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu
index 6ee373d32c50..3d68e6fe3754 100644
--- a/debian.azure/config/config.common.ubuntu
+++ b/debian.azure/config/config.common.ubuntu
@@ -261,7 +261,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
--
2.25.1
More information about the kernel-team
mailing list