[PATCH][focal-gke] UBUNTU: [Config]: Disable ATARI_PARTITION
Khalid Elmously
khalid.elmously at canonical.com
Thu Apr 8 04:49:49 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.gke/config/annotations | 2 ++
debian.gke/config/config.common.ubuntu | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian.gke/config/annotations b/debian.gke/config/annotations
index 8df3998cca0e..2612eeb5373e 100644
--- a/debian.gke/config/annotations
+++ b/debian.gke/config/annotations
@@ -103,3 +103,5 @@ CONFIG_MODVERSIONS policy<{'amd64': 'y'}>
CONFIG_MODVERSIONS mark<ENFORCED> note<LP:1898716 -- required as we have a livepatch/drivers modules signing key>
CONFIG_SYSTEM_TRUSTED_KEYS policy<{'amd64': '"debian/canonical-certs.pem"'}>
+CONFIG_ATARI_PARTITION policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION mark<ENFORCED> note<LP:1908264>
diff --git a/debian.gke/config/config.common.ubuntu b/debian.gke/config/config.common.ubuntu
index ae6a15c41b3c..9e1723f18972 100644
--- a/debian.gke/config/config.common.ubuntu
+++ b/debian.gke/config/config.common.ubuntu
@@ -378,7 +378,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