diff mbox series

[SRU,KINETIC,linux-kvm] UBUNTU: [Config] Update SQUASHFS configs

Message ID 20221026071316.7125-1-dimitri.ledkov@canonical.com
State New
Headers show
Series [SRU,KINETIC,linux-kvm] UBUNTU: [Config] Update SQUASHFS configs | expand

Commit Message

Dimitri John Ledkov Oct. 26, 2022, 7:13 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1980861

Update KVM kernel config inline with other kinetic kernels. Specifically
enable ZSTD compression support, and multi-percpu decompression
support.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 debian.kvm/config/config.common.ubuntu | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Paolo Pisati Oct. 26, 2022, 7:57 a.m. UTC | #1
On Wed, Oct 26, 2022 at 09:13:16AM +0200, Dimitri John Ledkov wrote:
> BugLink: https://bugs.launchpad.net/bugs/1980861
> 
> Update KVM kernel config inline with other kinetic kernels. Specifically
> enable ZSTD compression support, and multi-percpu decompression
> support.

Acked-by: Paolo Pisati <paolo.pisati@canonical.com>
Andrea Righi Oct. 26, 2022, 12:15 p.m. UTC | #2
On Wed, Oct 26, 2022 at 09:13:16AM +0200, Dimitri John Ledkov wrote:
> BugLink: https://bugs.launchpad.net/bugs/1980861
> 
> Update KVM kernel config inline with other kinetic kernels. Specifically
> enable ZSTD compression support, and multi-percpu decompression
> support.
> 
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>

Makes sense to me.

Acked-by: Andrea Righi <andrea.righi@canonical.com>

> ---
>  debian.kvm/config/config.common.ubuntu | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
> index f5f96dafa320..5e06b6e319fa 100644
> --- a/debian.kvm/config/config.common.ubuntu
> +++ b/debian.kvm/config/config.common.ubuntu
> @@ -2661,8 +2661,8 @@ CONFIG_SPLIT_PTLOCK_CPUS=4
>  CONFIG_SQUASHFS=y
>  # CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
>  # CONFIG_SQUASHFS_DECOMP_MULTI is not set
> -# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
> -CONFIG_SQUASHFS_DECOMP_SINGLE=y
> +CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
> +# CONFIG_SQUASHFS_DECOMP_SINGLE is not set
>  # CONFIG_SQUASHFS_EMBEDDED is not set
>  # CONFIG_SQUASHFS_FILE_CACHE is not set
>  CONFIG_SQUASHFS_FILE_DIRECT=y
> @@ -2672,7 +2672,7 @@ CONFIG_SQUASHFS_LZO=y
>  CONFIG_SQUASHFS_XATTR=y
>  CONFIG_SQUASHFS_XZ=y
>  CONFIG_SQUASHFS_ZLIB=y
> -# CONFIG_SQUASHFS_ZSTD is not set
> +CONFIG_SQUASHFS_ZSTD=y
>  # CONFIG_SRAM is not set
>  CONFIG_SRCU=y
>  # CONFIG_SSB is not set
> -- 
> 2.34.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Dimitri John Ledkov Nov. 14, 2022, 1:10 p.m. UTC | #3
Applied to kinetic:linux-kvm/master-next

On Wed, 26 Oct 2022 at 08:13, Dimitri John Ledkov
<dimitri.ledkov@canonical.com> wrote:
>
> BugLink: https://bugs.launchpad.net/bugs/1980861
>
> Update KVM kernel config inline with other kinetic kernels. Specifically
> enable ZSTD compression support, and multi-percpu decompression
> support.
>
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
> ---
>  debian.kvm/config/config.common.ubuntu | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
> index f5f96dafa320..5e06b6e319fa 100644
> --- a/debian.kvm/config/config.common.ubuntu
> +++ b/debian.kvm/config/config.common.ubuntu
> @@ -2661,8 +2661,8 @@ CONFIG_SPLIT_PTLOCK_CPUS=4
>  CONFIG_SQUASHFS=y
>  # CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
>  # CONFIG_SQUASHFS_DECOMP_MULTI is not set
> -# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
> -CONFIG_SQUASHFS_DECOMP_SINGLE=y
> +CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
> +# CONFIG_SQUASHFS_DECOMP_SINGLE is not set
>  # CONFIG_SQUASHFS_EMBEDDED is not set
>  # CONFIG_SQUASHFS_FILE_CACHE is not set
>  CONFIG_SQUASHFS_FILE_DIRECT=y
> @@ -2672,7 +2672,7 @@ CONFIG_SQUASHFS_LZO=y
>  CONFIG_SQUASHFS_XATTR=y
>  CONFIG_SQUASHFS_XZ=y
>  CONFIG_SQUASHFS_ZLIB=y
> -# CONFIG_SQUASHFS_ZSTD is not set
> +CONFIG_SQUASHFS_ZSTD=y
>  # CONFIG_SRAM is not set
>  CONFIG_SRCU=y
>  # CONFIG_SSB is not set
> --
> 2.34.1
>
diff mbox series

Patch

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index f5f96dafa320..5e06b6e319fa 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -2661,8 +2661,8 @@  CONFIG_SPLIT_PTLOCK_CPUS=4
 CONFIG_SQUASHFS=y
 # CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
 # CONFIG_SQUASHFS_DECOMP_MULTI is not set
-# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
-CONFIG_SQUASHFS_DECOMP_SINGLE=y
+CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
+# CONFIG_SQUASHFS_DECOMP_SINGLE is not set
 # CONFIG_SQUASHFS_EMBEDDED is not set
 # CONFIG_SQUASHFS_FILE_CACHE is not set
 CONFIG_SQUASHFS_FILE_DIRECT=y
@@ -2672,7 +2672,7 @@  CONFIG_SQUASHFS_LZO=y
 CONFIG_SQUASHFS_XATTR=y
 CONFIG_SQUASHFS_XZ=y
 CONFIG_SQUASHFS_ZLIB=y
-# CONFIG_SQUASHFS_ZSTD is not set
+CONFIG_SQUASHFS_ZSTD=y
 # CONFIG_SRAM is not set
 CONFIG_SRCU=y
 # CONFIG_SSB is not set