Message ID | 20240502174126.4156343-2-joseph.salisbury@canonical.com |
---|---|
State | New |
Headers | show |
Series | UBUNTU: [Config] gcp: Add ARM64 | expand |
diff --git a/debian.gke/config/annotations b/debian.gke/config/annotations index 3027ecfb9de1..acac42303da2 100644 --- a/debian.gke/config/annotations +++ b/debian.gke/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'>
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 | 3 +++ 1 file changed, 3 insertions(+)