From patchwork Thu May 2 17:40:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Salisbury X-Patchwork-Id: 1930763 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 4VVh6G43qyz1ydX for ; Fri, 3 May 2024 03:40:22 +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 1s2aPn-0000O2-09; Thu, 02 May 2024 17:40:15 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1s2aPl-0000N6-7u for kernel-team@lists.ubuntu.com; Thu, 02 May 2024 17:40:13 +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-1.canonical.com (Postfix) with ESMTPSA id C5D903FC0F for ; Thu, 2 May 2024 17:40:12 +0000 (UTC) From: Joseph Salisbury To: kernel-team@lists.ubuntu.com Subject: [SRU][noble:linux-gcp][PATCH 1/1] UBUNTU: [Config] gcp: Add ARM64 support for IDPF driver Date: Thu, 2 May 2024 13:40:11 -0400 Message-Id: <20240502174011.4154000-2-joseph.salisbury@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240502174011.4154000-1-joseph.salisbury@canonical.com> References: <20240502174011.4154000-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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian.gcp/config/annotations b/debian.gcp/config/annotations index bc8fb3454c09..01bb2d53b2f6 100644 --- a/debian.gcp/config/annotations +++ b/debian.gcp/config/annotations @@ -23,6 +23,9 @@ 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': 'y'}> +CONFIG_IDPF note<'LP: #2039720, LP: #2058052'> + CONFIG_KERNEL_ZSTD policy<{'amd64': 'y', 'arm64': 'n'}> CONFIG_KERNEL_ZSTD note<'LP: #1931725'>