[SRU][KINETIC linux-kvm][PATCH] UBUNTU: [Config] Update SQUASHFS configs
Dimitri John Ledkov
dimitri.ledkov at canonical.com
Wed Oct 26 07:13:16 UTC 2022
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>
---
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
More information about the kernel-team
mailing list