diff mbox series

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

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

Commit Message

Joseph Salisbury May 2, 2024, 5:37 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

John Cabaj May 22, 2024, 2:29 p.m. UTC | #1
On 5/2/24 12:37 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 | 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'>

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