diff mbox series

[SRU,jammy:linux-gke,1/1] UBUNTU: [Config] gcp: Add ARM64 support for IDPF driver

Message ID 20240502173827.4150519-2-joseph.salisbury@canonical.com
State New
Headers show
Series UBUNTU: [Config] gcp: Add ARM64 | expand

Commit Message

Joseph Salisbury May 2, 2024, 5:38 p.m. UTC
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 <joseph.salisbury@canonical.com>
---
 debian.gke/config/annotations | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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"'>