From patchwork Thu May 2 17:39:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Salisbury X-Patchwork-Id: 1930761 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VVh5M1rSMz20fb for ; Fri, 3 May 2024 03:39:35 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1s2aP1-0008Qa-Hi; Thu, 02 May 2024 17:39:27 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1s2aOz-0008Pv-UK for kernel-team@lists.ubuntu.com; Thu, 02 May 2024 17:39:25 +0000 Received: from smtp.gmail.com (1.general.jsalisbury.us.vpn [10.172.66.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 74A9640F16 for ; Thu, 2 May 2024 17:39:25 +0000 (UTC) From: Joseph Salisbury To: kernel-team@lists.ubuntu.com Subject: [SRU][mantic:linux-gcp][PATCH 1/1] UBUNTU: [Config] gcp: Add ARM64 support for IDPF driver Date: Thu, 2 May 2024 13:39:24 -0400 Message-Id: <20240502173924.4152389-2-joseph.salisbury@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240502173924.4152389-1-joseph.salisbury@canonical.com> References: <20240502173924.4152389-1-joseph.salisbury@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/2058052 Patches to enable IDPF support were added in LP#:2039720. However, only AMD64 was enabled. This patch enables IDPF for ARM64. Signed-off-by: Joseph Salisbury Acked-by: John Cabaj --- debian.gcp/config/annotations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.gcp/config/annotations b/debian.gcp/config/annotations index 4f43c40142ab..14ee7f5f9131 100644 --- a/debian.gcp/config/annotations +++ b/debian.gcp/config/annotations @@ -23,8 +23,8 @@ CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC note<'initial packaging'> CONFIG_GPIO_CDEV_V1 policy<{'amd64': 'n', 'arm64': 'n'}> CONFIG_GPIO_CDEV_V1 note<'LP: #1953613'> -CONFIG_IDPF policy<{'amd64': 'y', 'arm64': 'n'}> -CONFIG_IDPF note<'LP:2039720'> +CONFIG_IDPF policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_IDPF note<'LP: #2039720, LP: #2058052'> CONFIG_KERNEL_ZSTD policy<{'amd64': 'y', 'arm64': 'n'}> CONFIG_KERNEL_ZSTD note<'LP: #1931725'>