From c58edeaeb5e0928ee35d4bf9fbbd683b68fc523b Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sat, 9 Nov 2024 14:51:25 -0800 Subject: [PATCH] linux6.11: Enable dm-vdo compression/deduplication module. --- srcpkgs/linux6.11/files/arm64-dotconfig | 2 +- srcpkgs/linux6.11/files/i386-dotconfig | 1 + srcpkgs/linux6.11/files/x86_64-dotconfig | 2 +- srcpkgs/linux6.11/template | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux6.11/files/arm64-dotconfig b/srcpkgs/linux6.11/files/arm64-dotconfig index 8c79f96bede77f..edef7ebdec426f 100644 --- a/srcpkgs/linux6.11/files/arm64-dotconfig +++ b/srcpkgs/linux6.11/files/arm64-dotconfig @@ -3224,7 +3224,7 @@ CONFIG_DM_LOG_WRITES=m CONFIG_DM_INTEGRITY=m CONFIG_DM_ZONED=m CONFIG_DM_AUDIT=y -# CONFIG_DM_VDO is not set +CONFIG_DM_VDO=m CONFIG_TARGET_CORE=m CONFIG_TCM_IBLOCK=m CONFIG_TCM_FILEIO=m diff --git a/srcpkgs/linux6.11/files/i386-dotconfig b/srcpkgs/linux6.11/files/i386-dotconfig index a29e6385c34fa3..f747a4a3aa3ac9 100644 --- a/srcpkgs/linux6.11/files/i386-dotconfig +++ b/srcpkgs/linux6.11/files/i386-dotconfig @@ -2850,6 +2850,7 @@ CONFIG_DM_LOG_WRITES=m # CONFIG_DM_INTEGRITY is not set # CONFIG_DM_ZONED is not set CONFIG_DM_AUDIT=y +CONFIG_DM_VDO=m CONFIG_TARGET_CORE=m CONFIG_TCM_IBLOCK=m CONFIG_TCM_FILEIO=m diff --git a/srcpkgs/linux6.11/files/x86_64-dotconfig b/srcpkgs/linux6.11/files/x86_64-dotconfig index 1ce7e683be2e8b..df5ea08b35c865 100644 --- a/srcpkgs/linux6.11/files/x86_64-dotconfig +++ b/srcpkgs/linux6.11/files/x86_64-dotconfig @@ -3030,7 +3030,7 @@ CONFIG_DM_LOG_WRITES=m CONFIG_DM_INTEGRITY=m CONFIG_DM_ZONED=m CONFIG_DM_AUDIT=y -# CONFIG_DM_VDO is not set +CONFIG_DM_VDO=m CONFIG_TARGET_CORE=m CONFIG_TCM_IBLOCK=m CONFIG_TCM_FILEIO=m diff --git a/srcpkgs/linux6.11/template b/srcpkgs/linux6.11/template index 7f6d76b5dfdb73..6fe504c3ce062f 100644 --- a/srcpkgs/linux6.11/template +++ b/srcpkgs/linux6.11/template @@ -1,7 +1,7 @@ # Template file for 'linux6.11' pkgname=linux6.11 version=6.11.6 -revision=1 +revision=2 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " license="GPL-2.0-only"