From patchwork Fri Apr 9 04:15:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khalid Elmously X-Patchwork-Id: 1464165 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FGlDY047Gz9sXH; Fri, 9 Apr 2021 14:15:56 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lUiYj-0007RI-07; Fri, 09 Apr 2021 04:15:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lUiYe-0007NI-Vj for kernel-team@lists.ubuntu.com; Fri, 09 Apr 2021 04:15:48 +0000 Received: from mail-qv1-f72.google.com ([209.85.219.72]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lUiYe-0000XA-Ja for kernel-team@lists.ubuntu.com; Fri, 09 Apr 2021 04:15:48 +0000 Received: by mail-qv1-f72.google.com with SMTP id a7so2390929qvx.10 for ; Thu, 08 Apr 2021 21:15:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RTKqrl3ZDIRkzCSpSAToBOtVjnKHVDvHQtZrqDIQMrY=; b=NdO/gZ7hm99+wSfuEEnj9BaYtp2/vygo211CDbXyg1xm0FXrgIygGKN4FiLz+pSYa2 nRFze1aD4D3tTzPOSd2ikSPY+uZiLMUgNxRw4G/n7EAeDk6fA/053xYT8+esOJInd+nW JVK/JPcEknANdP/resz4o7sUnvRHEUnm9GmkpnjY7vJK7wd8lH9nrQQacyUaeCv2Agwq 7UVXVt/grfZnqWUIvW61ytVtDBD2+A5WqXUdodTTZ+h4XK0Y8QucX0NAB+XqpGKdyZZA jysQzDB0/8nDrlBClmrJuh9eYZiy3ts0amZz9K50xo0jSeUJppHSdl0l4J0xRdv9qvah 8R0A== X-Gm-Message-State: AOAM5311s2Tg3wWOQ5KRg605tJuSKWTdEuE2uZaQySJIuFZ7R9dqN8oQ UKvX9pe85kqFYCiweujj6lPCfXYb9eA6LpjK/tc93WCnPiOp6YOgypZYwWgqYIZbp9a+bgWedVV nOV1fI6OPWQnbXwLkY0eKVYulAsxgq9TAxL/LKzwQkQ== X-Received: by 2002:a37:6616:: with SMTP id a22mr5846251qkc.284.1617941747740; Thu, 08 Apr 2021 21:15:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyjqpw4eWgSIMWJT1OtXWJzIFlpJohlF/Ja+nJNdMO4CG5ManXleQZKKqHWIyU7twLIMWpOJw== X-Received: by 2002:a37:6616:: with SMTP id a22mr5846238qkc.284.1617941747513; Thu, 08 Apr 2021 21:15:47 -0700 (PDT) Received: from kbuntu2.fuzzbuzz.org (dhcp-24-53-240-22.cable.user.start.ca. [24.53.240.22]) by smtp.gmail.com with ESMTPSA id b22sm1055389qkk.45.2021.04.08.21.15.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Apr 2021 21:15:47 -0700 (PDT) From: Khalid Elmously To: kernel-team@lists.ubuntu.com Subject: [PATCH][focal/gcp] UBUNTU: [Config]: Disable ATARI_PARTITION Date: Fri, 9 Apr 2021 00:15:34 -0400 Message-Id: <20210409041541.16094-4-khalid.elmously@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210409041541.16094-1-khalid.elmously@canonical.com> References: <20210409041541.16094-1-khalid.elmously@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" 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 --- debian.gcp/config/annotations | 2 ++ debian.gcp/config/config.common.ubuntu | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian.gcp/config/annotations b/debian.gcp/config/annotations index b145a8410b15..003cb80e574a 100644 --- a/debian.gcp/config/annotations +++ b/debian.gcp/config/annotations @@ -98,3 +98,5 @@ CONFIG_SND_SOC_AMD_RENOIR policy<{'amd64': 'n'}> CONFIG_SND_SOC_AMD_RENOIR note CONFIG_SND_SOC_AMD_RENOIR_MACH policy<{'amd64': 'n'}> CONFIG_SND_SOC_AMD_RENOIR_MACH note +CONFIG_ATARI_PARTITION policy<{'amd64': 'n'}> +CONFIG_ATARI_PARTITION mark note diff --git a/debian.gcp/config/config.common.ubuntu b/debian.gcp/config/config.common.ubuntu index ae6a15c41b3c..9e1723f18972 100644 --- a/debian.gcp/config/config.common.ubuntu +++ b/debian.gcp/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