[PATCH][focal-gkeop] UBUNTU: [Config]: Disable ATARI_PARTITION

Khalid Elmously khalid.elmously at canonical.com
Fri Apr 9 04:15:36 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.gkeop/config/annotations          | 2 ++
 debian.gkeop/config/config.common.ubuntu | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian.gkeop/config/annotations b/debian.gkeop/config/annotations
index 1e7b4bdfbafb..e275c8d97817 100644
--- a/debian.gkeop/config/annotations
+++ b/debian.gkeop/config/annotations
@@ -13,3 +13,5 @@ CONFIG_LATENCYTOP                               policy<{'amd64': 'n'}> mark<ENFO
 CONFIG_LATENCYTOP                               note<https://lists.ubuntu.com/archives/kernel-team/2014-July/045006.html, LP#1655986>
 CONFIG_HZ_250                                   policy<{'amd64': 'y'}>
 CONFIG_HZ_1000                                  policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
diff --git a/debian.gkeop/config/config.common.ubuntu b/debian.gkeop/config/config.common.ubuntu
index c032d22a9392..abadeabc3561 100644
--- a/debian.gkeop/config/config.common.ubuntu
+++ b/debian.gkeop/config/config.common.ubuntu
@@ -386,7 +386,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
-- 
2.17.1




More information about the kernel-team mailing list