From patchwork Tue Apr 20 14:32:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 1468360 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 4FPmP12XT2z9vFD; Wed, 21 Apr 2021 00:32:37 +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 1lYrQY-0000o6-0u; Tue, 20 Apr 2021 14:32: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 1lYrQT-0000lh-T6 for kernel-team@lists.ubuntu.com; Tue, 20 Apr 2021 14:32:29 +0000 Received: from mail-pf1-f198.google.com ([209.85.210.198]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lYrQT-0000Vr-HJ for kernel-team@lists.ubuntu.com; Tue, 20 Apr 2021 14:32:29 +0000 Received: by mail-pf1-f198.google.com with SMTP id w22-20020aa79a960000b029025a47b716aaso4810323pfi.6 for ; Tue, 20 Apr 2021 07:32:29 -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=s3DIsIdxMyXN+ArtR002rY8bD54BmrBiaoRobJsfd90=; b=GPPNgsxmG32PIt+9KRmShx9mn4QHQvR//38P0n0+IB6xNWQboZDGGakDJlms0b62d1 cKAUWk87uzJEK7woB5f9K9e0qk3HdeCLPrk0M6uxvyheGtrhLCB9Am0s7+QarizCY+T4 LEH9Sgydmmq4gsddE96sGRgdQEtscV4ASJaMSw7Oe5fZsL80IONbb/XYdmMCUx3r6NHl vuPo6O12+eo1SP5sFl8es/I1amqGy7jcVik9ssQIVWSVSuVRrVvEu5nkNkN8vbYEGAy2 /ZFWaxEkHoZhrS6EMqk64MMsiYuXp7J/m2bpA9TjhswfphnjhCHIUSB+XgBLNuwOQK2B Qfqw== X-Gm-Message-State: AOAM533+kXYuhxidWVHR6dE7yTpxSfXiggj7wJKjkURr8NL6gUVZ8sfW po4UC6bGZypdGpBOutmWDefHI/7joS5LarJ2oW1plFIsRHGJF6OghM7ghoBZQ/pWJC379SyCGBF qJGWv0QR7SnXtlTVYpyRVt1qhV3ZucxvzJuTZLi/s8Q== X-Received: by 2002:a63:5604:: with SMTP id k4mr17213920pgb.123.1618929147692; Tue, 20 Apr 2021 07:32:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwOvHmXBlN4A466rr0yRI1PidLwJJgOnkN+6QcjpaNaKd3Ka6r/4UcZ398fJgjVsW0ymK6Ttw== X-Received: by 2002:a63:5604:: with SMTP id k4mr17213901pgb.123.1618929147501; Tue, 20 Apr 2021 07:32:27 -0700 (PDT) Received: from localhost.localdomain ([69.163.84.166]) by smtp.gmail.com with ESMTPSA id f135sm15542478pfa.102.2021.04.20.07.32.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Apr 2021 07:32:26 -0700 (PDT) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [PATCH][groovy:linux-azure] UBUNTU: [Config] azure: Annotate CONFIG_ACPI_HOTPLUG_MEMORY Date: Tue, 20 Apr 2021 08:32:19 -0600 Message-Id: <20210420143220.25223-3-tim.gardner@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210420143220.25223-1-tim.gardner@canonical.com> References: <20210420143220.25223-1-tim.gardner@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/1671203 Just in case you were inclined to enable this config because it is enabled in all other commercial cloud kernels. MSFT specifically asked that this option be disabled. Ignore: yes Signed-off-by: Tim Gardner --- debian.azure/config/annotations | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations index 955912c7529f..43753501a71b 100644 --- a/debian.azure/config/annotations +++ b/debian.azure/config/annotations @@ -4,6 +4,9 @@ include "../../debian.master/config/annotations" +CONFIG_ACPI_HOTPLUG_MEMORY policy<{'amd64': 'n'}> +CONFIG_ACPI_HOTPLUG_MEMORY mark note + CONFIG_FPGA_MGR_XILINX_SPI mark note CONFIG_FPGA_MGR_XILINX_SPI policy<{'amd64': 'm'}>