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

Joseph Salisbury joseph.salisbury at canonical.com
Thu May 2 17:38:27 UTC 2024


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 at canonical.com>
---
 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"'>
-- 
2.34.1




More information about the kernel-team mailing list