[PATCH][hirsute/oracle] UBUNTU: [Config]: Disable ATARI_PARTITION

Khalid Elmously khalid.elmously at canonical.com
Fri Apr 9 04:15:41 UTC 2021


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 at canonical.com>
---
 debian.oracle/config/annotations          | 2 ++
 debian.oracle/config/config.common.ubuntu | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian.oracle/config/annotations b/debian.oracle/config/annotations
index 61ec6dab406e..aa8ee4d092b2 100644
--- a/debian.oracle/config/annotations
+++ b/debian.oracle/config/annotations
@@ -33,3 +33,5 @@ CONFIG_SND_SOC_INTEL_CNL                          mark<ENFORCED> note<not select
 CONFIG_SYSTEM_TRUSTED_KEYS                        policy<{'amd64': '"debian/canonical-certs.pem"'}>
 CONFIG_X86_UV                                     policy<{'amd64': 'n'}>
 CONFIG_X86_UV                                     mark<ENFORCED> note<not needed for cloud kernels>
+CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
diff --git a/debian.oracle/config/config.common.ubuntu b/debian.oracle/config/config.common.ubuntu
index 144fa01166d8..85e096479489 100644
--- a/debian.oracle/config/config.common.ubuntu
+++ b/debian.oracle/config/config.common.ubuntu
@@ -399,7 +399,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_FORCE=y
-- 
2.17.1




More information about the kernel-team mailing list