From patchwork Tue Apr 20 14:32:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 1468359 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 4FPmP02Pfxz9vDw; Wed, 21 Apr 2021 00:32:36 +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 1lYrQW-0000n6-RC; Tue, 20 Apr 2021 14:32:32 +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 1lYrQV-0000mN-1f for kernel-team@lists.ubuntu.com; Tue, 20 Apr 2021 14:32:31 +0000 Received: from mail-pg1-f200.google.com ([209.85.215.200]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lYrQU-0000W4-Js for kernel-team@lists.ubuntu.com; Tue, 20 Apr 2021 14:32:30 +0000 Received: by mail-pg1-f200.google.com with SMTP id 27-20020a63155b0000b02901fc44c72f4fso8002618pgv.10 for ; Tue, 20 Apr 2021 07:32:30 -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=+Wcgy5ZpvOMmqUw3Cmpvs1ix+Vwru6KBKTNJX5xyDsA=; b=ShbOmpWDJtPHJoCmHbnO/hce9+9zusGzaQjDlT8DtNX1DmHjavV6N/fzdCWRZZJZG6 CIvHAVmjB9SuHQd7zP4PmiqEXiJggSJwVrCuCUgfHrXYUS8uXPmRLGUdqWrWII7xqK1H 0zms6SA7FFkzv5znjhaNITZ9SHTjxkWeFHkD/7Av1EohstUH7Ke1T3l33ia4DtpxGrSF IUa9UfHUiGR/GdFNQB361V4hO/NKh8PwPU+pzesPErndP887KrtMDdofnqvbMOKaqwTJ j5Y5jCG2sv4GqY4DI+ySBmQyA+9L5i83ch//vvZ2NGxiaNxWR4w0GxS+iCxOrqBbkXbw aG/g== X-Gm-Message-State: AOAM530IzhSA+hpOvrK0cBCwO6Phgd76HRdwCPSSC+y7iM2qYjaw2+nD 2n4ADXFJ3/dG44ohIe3pLOGOzqhI0xlnq0ncfmogvc0GAKwpLSyzPy0XYQF52fMoyMOpp472Ffu ecMWZDEyZpVeTt1ZHxECW8v/PolaBHyj/78mwgoz4dA== X-Received: by 2002:a17:90a:a604:: with SMTP id c4mr3946316pjq.81.1618929148989; Tue, 20 Apr 2021 07:32:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy9mz96dw7pyEM4WoJqE32mRn2ZkHfCTP1fGuLwUyNRyuplvo307PVJ6p7UasaLOlBRWWkO1g== X-Received: by 2002:a17:90a:a604:: with SMTP id c4mr3946298pjq.81.1618929148835; Tue, 20 Apr 2021 07:32:28 -0700 (PDT) Received: from localhost.localdomain ([69.163.84.166]) by smtp.gmail.com with ESMTPSA id f135sm15542478pfa.102.2021.04.20.07.32.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Apr 2021 07:32:27 -0700 (PDT) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] azure: Annotate CONFIG_ACPI_HOTPLUG_MEMORY Date: Tue, 20 Apr 2021 08:32:20 -0600 Message-Id: <20210420143220.25223-4-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 ef21a6c1614a..3d307f00bd9d 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'}>