@@ -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'}>
@@ -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
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/config/annotations | 3 +++ debian.azure/config/config.common.ubuntu | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)