diff mbox series

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

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

Commit Message

Joseph Salisbury May 2, 2024, 5:40 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.gcp/config/annotations | 3 +++
 1 file changed, 3 insertions(+)

Comments

John Cabaj May 22, 2024, 2:30 p.m. UTC | #1
On 5/2/24 12:40 PM, Joseph Salisbury wrote:
> 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.gcp/config/annotations | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/debian.gcp/config/annotations b/debian.gcp/config/annotations
> index bc8fb3454c09..01bb2d53b2f6 100644
> --- a/debian.gcp/config/annotations
> +++ b/debian.gcp/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'>
>  

Acked-by: John Cabaj <john.cabaj@canonical.com>
diff mbox series

Patch

diff --git a/debian.gcp/config/annotations b/debian.gcp/config/annotations
index bc8fb3454c09..01bb2d53b2f6 100644
--- a/debian.gcp/config/annotations
+++ b/debian.gcp/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'>