From patchwork Thu Jan 14 16:46:09 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: 1426504 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 4DGqvy0RnCz9sWr; Fri, 15 Jan 2021 03:46:37 +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 1l05la-00056R-Jv; Thu, 14 Jan 2021 16:46:34 +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 1l05lZ-00055y-Hb for kernel-team@lists.ubuntu.com; Thu, 14 Jan 2021 16:46:33 +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 1l05lZ-0001KX-7C for kernel-team@lists.ubuntu.com; Thu, 14 Jan 2021 16:46:33 +0000 Received: by mail-qv1-f72.google.com with SMTP id i13so5033997qvx.11 for ; Thu, 14 Jan 2021 08:46:33 -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=NvwkZNGQgVOKjbWh5piZXQ9KQM+Lx0g7aF8grAAJy3JHxDpho94R+eED1f/4oDYlOI 5Pnu3KvDI2iCHzl1Haj+M07BEazoWQ6DIdZBkTSXQhCWJ3eITV7MQYgR8+jww8R4DNtv jzlBc/XaP1I8/MFdnEJ6rLqh+hjqglLiCywbwTkI0bZ0A9pzc3P6/DhU3T8i+lyLPGKr 55/m03mZK8PNlgq4CXwMb8fuEuZMjFm37npovq3Cd77cCe942vh2Y3IilrvWFRSoPPFM boNaH67RdGbHwLqhvCbYN3D0JHqfoyjIZOMsBbDoIUuiBg8sW5XQzh7Se+FD4yC7LH9z H8pQ== X-Gm-Message-State: AOAM531izdI39qwhQWNzkpC9MdwQ4Giv+VPCiqc9bkBHM/o8vT6piP7A qwP7BPPaPHj+bJ9Tdo5ssTp+OzpioJfcdLalmrZaMb09awXfgd0JE5acJPZvSwpZPt3xnWZvdbE QgigkWMau96lXT+nzZDuCKPlX6vGLOw3b3b7oSmxh X-Received: by 2002:a37:b92:: with SMTP id 140mr8128428qkl.378.1610642792018; Thu, 14 Jan 2021 08:46:32 -0800 (PST) X-Google-Smtp-Source: ABdhPJyzVa6paQF+av7AvfMI48C9db6f8+JNG1Jnw///kqP+T0hwrrX6kt6zvxzovZDwOMk2lvzceg== X-Received: by 2002:a37:b92:: with SMTP id 140mr8128401qkl.378.1610642791773; Thu, 14 Jan 2021 08:46:31 -0800 (PST) Received: from localhost.localdomain ([177.45.97.178]) by smtp.gmail.com with ESMTPSA id b15sm3206006qta.75.2021.01.14.08.46.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jan 2021 08:46:31 -0800 (PST) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [groovy:linux-azure][PATCH 1/1] UBUNTU: [Config] azure: Disable ATARI_PARTITION Date: Thu, 14 Jan 2021 13:46:09 -0300 Message-Id: <20210114164609.3772388-4-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 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