From patchwork Thu May 2 17:38:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Salisbury X-Patchwork-Id: 1930758 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 4VVh4G6qrjz20fb for ; Fri, 3 May 2024 03:38:38 +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 1s2aO6-000825-MU; Thu, 02 May 2024 17:38:30 +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 1s2aO5-00081R-SM for kernel-team@lists.ubuntu.com; Thu, 02 May 2024 17:38:29 +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 E071D40F16 for ; Thu, 2 May 2024 17:38:28 +0000 (UTC) From: Joseph Salisbury To: kernel-team@lists.ubuntu.com Subject: [SRU][jammy:linux-gke][PATCH 1/1] UBUNTU: [Config] gcp: Add ARM64 support for IDPF driver Date: Thu, 2 May 2024 13:38:27 -0400 Message-Id: <20240502173827.4150519-2-joseph.salisbury@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240502173827.4150519-1-joseph.salisbury@canonical.com> References: <20240502173827.4150519-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.gke/config/annotations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.gke/config/annotations b/debian.gke/config/annotations index b3cb3d9b83b1..1b4c402f02b5 100644 --- a/debian.gke/config/annotations +++ b/debian.gke/config/annotations @@ -44,8 +44,8 @@ CONFIG_HP_WMI note<'LP:2040120 needs to be rev CONFIG_HSU_DMA policy<{'amd64': 'm'}> CONFIG_HSU_DMA note<'LP:2040120 needs to be revised'> -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_INTEL_IOMMU_DEFAULT_ON policy<{'amd64': 'y'}> CONFIG_INTEL_IOMMU_DEFAULT_ON note<'"LP:2040120 needs to be revised"'>