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

John Cabaj john.cabaj at canonical.com
Wed May 22 14:30:20 UTC 2024


On 5/2/24 12:39 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 at 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 4f43c40142ab..14ee7f5f9131 100644
> --- a/debian.gcp/config/annotations
> +++ b/debian.gcp/config/annotations
> @@ -23,8 +23,8 @@ 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': 'n'}>
> -CONFIG_IDPF                                     note<'LP:2039720'>
> +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 at canonical.com>




More information about the kernel-team mailing list