From patchwork Thu Jan 14 19:54:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 1426645 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=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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 4DGw5V3BvKz9sWk; Fri, 15 Jan 2021 06:55:10 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1l08i2-0007wh-Ty; Thu, 14 Jan 2021 19:55:06 +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 1l08i0-0007uM-69 for kernel-team@lists.ubuntu.com; Thu, 14 Jan 2021 19:55:04 +0000 Received: from mail-qk1-f200.google.com ([209.85.222.200]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l08hz-0006dK-5L for kernel-team@lists.ubuntu.com; Thu, 14 Jan 2021 19:55:03 +0000 Received: by mail-qk1-f200.google.com with SMTP id c83so5688462qkg.15 for ; Thu, 14 Jan 2021 11:55:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=POfsEZl0OjHt7K6n2YQ1cxety9dp+hdzIq+1ia9UKnk=; b=QT0lJnpac62g2LfnK1CfwA7boF/WR0Rf4rnoO/6JQi3vMghPHWhJrbJpeQJt02w8zE LSHTmfp11iV8f6oP7C0i3+CD7CDw3o7rfeRzu7iTIdQLyib8Rco6aia55JbwXlbMNpEh D0iFQVMNl1ekHy4FNNFH04Ww/gtyUxCDTdg04ur/VU4akOE+imwo/nLJOU71pPPg3cpy PaxMugPKVua6mwvH3XVirIz6r8RrOBE8yhPkHaaO2bP8fx1ul1X+VgB7o5cC00rqXB81 3yLahBZeHfNB9OHQ0tE9cbsw/9V4HT3Gzy2mIBokd4t6JbyqhcdLRyewwKN0muwiRpwh boTw== X-Gm-Message-State: AOAM531zP/aTm4LsgL9AWQ4INiSnYXRvXxkWxtouY//nODgtSGgMrKsa a1nlk2sK2o5/F5KiTF7EbAVRPPpzPCIqqk7+gv/x43nA597Ex0+5/9vbyZVoGrhPUlSWJWV0sz7 GSzMduZ37ClPlcebvFIaAX6x9+kEmvn+6SBtQ6ayb X-Received: by 2002:a0c:ec85:: with SMTP id u5mr8760032qvo.32.1610654101864; Thu, 14 Jan 2021 11:55:01 -0800 (PST) X-Google-Smtp-Source: ABdhPJyvgx2KZdTDs3DwMYt1GP1IMuAzgI0oNv9XAA9tg2RnOhADC5D96Xh4Cgpbv+xvJHZoZxmk0g== X-Received: by 2002:a0c:ec85:: with SMTP id u5mr8760014qvo.32.1610654101587; Thu, 14 Jan 2021 11:55:01 -0800 (PST) Received: from localhost.localdomain ([177.45.97.178]) by smtp.gmail.com with ESMTPSA id o20sm3504899qki.93.2021.01.14.11.54.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jan 2021 11:55:00 -0800 (PST) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [groovy:linux-azure][PATCH v2 1/1] UBUNTU: [Config] azure: Disable ATARI_PARTITION Date: Thu, 14 Jan 2021 16:54:37 -0300 Message-Id: <20210114195437.959715-4-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210114195437.959715-1-marcelo.cerri@canonical.com> References: <20210114195437.959715-1-marcelo.cerri@canonical.com> MIME-Version: 1.0 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: , 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 the Azure so disable it for the same reasons we disable it in other cloud kernels. Signed-off-by: Marcelo Henrique Cerri --- debian.azure/config/annotations | 3 +++ debian.azure/config/config.common.ubuntu | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations index 9c9ed9366fb7..9ce018acaac3 100644 --- a/debian.azure/config/annotations +++ b/debian.azure/config/annotations @@ -109,6 +109,9 @@ CONFIG_USB_XHCI_PLATFORM mark note CONFIG_CONTEXT_TRACKING_FORCE flag note +CONFIG_ATARI_PARTITION policy<{'amd64': 'n'}> +CONFIG_ATARI_PARTITION mark note + # From linux-azure initial packaging CONFIG_POWERCAP policy<{'amd64': 'n'}> diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu index 4b41135c448b..7fa85909dfa0 100644 --- a/debian.azure/config/config.common.ubuntu +++ b/debian.azure/config/config.common.ubuntu @@ -269,7 +269,7 @@ CONFIG_AS_TPAUSE=y # 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_FORCE=y