ACK: [SRU][KINETIC linux-kvm][PATCH] UBUNTU: [Config] Update SQUASHFS configs
Andrea Righi
andrea.righi at canonical.com
Wed Oct 26 12:15:24 UTC 2022
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 at canonical.com>
Makes sense to me.
Acked-by: Andrea Righi <andrea.righi at 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 at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list