From patchwork Thu May 2 17:37:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Salisbury X-Patchwork-Id: 1930757 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 4VVh3P721yz23hd for ; Fri, 3 May 2024 03:37:53 +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 1s2aND-0007e8-B3; Thu, 02 May 2024 17:37:35 +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 1s2aNB-0007dl-Dk for kernel-team@lists.ubuntu.com; Thu, 02 May 2024 17:37:33 +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 A357440F16 for ; Thu, 2 May 2024 17:37:32 +0000 (UTC) From: Joseph Salisbury To: kernel-team@lists.ubuntu.com Subject: [SRU][jammy:linux-gcp][PATCH 1/1] UBUNTU: [Config] gcp: Add ARM64 support for IDPF driver Date: Thu, 2 May 2024 13:37:30 -0400 Message-Id: <20240502173730.4148775-2-joseph.salisbury@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240502173730.4148775-1-joseph.salisbury@canonical.com> References: <20240502173730.4148775-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 ee579e657793..7a29d4ff2c63 100644 --- a/debian.gcp/config/annotations +++ b/debian.gcp/config/annotations @@ -11,8 +11,8 @@ CONFIG_ACCESSIBILITY note<'LP: #1967702'> CONFIG_BLK_DEV_NVME policy<{'amd64': 'y', 'arm64': 'y'}> CONFIG_BLK_DEV_NVME note<'LP:#1759893'> -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_PANIC_ON_OOPS policy<{'amd64': 'y', 'arm64': 'y'}> CONFIG_PANIC_ON_OOPS note<'keep working if at all possible'>