From patchwork Thu Jan 14 16:46:08 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: 1426503 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 4DGqvw3rsGz9sWX; Fri, 15 Jan 2021 03:46:36 +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 1l05lZ-00055j-9v; Thu, 14 Jan 2021 16:46:33 +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 1l05lX-00054y-V8 for kernel-team@lists.ubuntu.com; Thu, 14 Jan 2021 16:46:31 +0000 Received: from mail-qv1-f70.google.com ([209.85.219.70]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l05lX-0001KL-HH for kernel-team@lists.ubuntu.com; Thu, 14 Jan 2021 16:46:31 +0000 Received: by mail-qv1-f70.google.com with SMTP id t17so5026687qvv.17 for ; Thu, 14 Jan 2021 08:46:31 -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=cx80WXiepZxHhN4kV2i2AyhRFZrBJZ1gkqV8HZqF/Xs=; b=HOjhAIUgYLryDhZDNQHyKY7W2f2N3fzdfsNsHZ1D7XbD6mNq/oCDXsPWLUBNfcBVwC JreaBPFGSOQleoBflLLQKGDQ6etRZ2Jd7vvOb/4iSZhOgeGQ4aEfX4F5xu9uF4ooIqOJ 48PSSK+Bzc9+HJSm79rGzwHsXeCfSfJ4itb/BJ5oJnlXEwAmtmW9mZQ3TI2gkQy0iW8x MtaFbkTG+unn2G5vaHcDiLTHaIoOMGKT8piVt0PSRMZYBWAJ2vf89pnUOEvkAZRbOi/8 2e4iZnOgsDe7u7F0+lNCyLOFZLGtwNRzILfokFzpn8uOtb5EJqZ/glMyBUOJxzsBR9iL MZ6Q== X-Gm-Message-State: AOAM532V/P913TB7qxf+uL+PJkqVjLpI+ek6xHkaYNivVkVg1bZCE5N8 ECNtiWkLS5EwqNADTvZH5WUTraBGBf1ZDJHS0gNUxOfFpX8kOUbf8IH5pCzBT7rNnar2YqQRi7m xb71sJdEknFhFHHIN1A1Ox8eAeQO+7M1G6zWAVnbp X-Received: by 2002:a05:620a:528:: with SMTP id h8mr8204980qkh.40.1610642790349; Thu, 14 Jan 2021 08:46:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQUkjKiaqUSeVoSLBYY4yiQ9ysbQvu37fGkNui4XWfJ1dvjB9g/4YhwrRVVGtAPqhIr3iBIA== X-Received: by 2002:a05:620a:528:: with SMTP id h8mr8204952qkh.40.1610642790073; Thu, 14 Jan 2021 08:46:30 -0800 (PST) Received: from localhost.localdomain ([177.45.97.178]) by smtp.gmail.com with ESMTPSA id b15sm3206006qta.75.2021.01.14.08.46.28 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jan 2021 08:46:29 -0800 (PST) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [focal:linux-azure][PATCH 1/1] UBUNTU: [Config] azure: Disable ATARI_PARTITION Date: Thu, 14 Jan 2021 13:46:08 -0300 Message-Id: <20210114164609.3772388-3-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210114164609.3772388-1-marcelo.cerri@canonical.com> References: <20210114164609.3772388-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 54e63b01179b..ddbff51a2935 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 6ee373d32c50..3d68e6fe3754 100644 --- a/debian.azure/config/config.common.ubuntu +++ b/debian.azure/config/config.common.ubuntu @@ -261,7 +261,7 @@ CONFIG_ASYNC_XOR=m # 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_GENERIC=y