]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
kernel: enable filesystem encryption option 2084/head
authorXiubo Li <xiubli@redhat.com>
Mon, 24 Oct 2022 05:04:34 +0000 (13:04 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 24 Oct 2022 05:04:42 +0000 (13:04 +0800)
This will enable us to test the filesystem encryption feature in
cephfs kclient.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
kernel/build/kernel-config-deb.sh
kernel/build/kernel-config-rpm.sh

index da9618c592891dcdcef2dd664a33ba5d173b73b8..22da16f72f32c13d388b47d875473447007969c2 100755 (executable)
@@ -5171,7 +5171,8 @@ CONFIG_EXPORTFS=y
 # CONFIG_EXPORTFS_BLOCK_OPS is not set
 CONFIG_FILE_LOCKING=y
 CONFIG_MANDATORY_FILE_LOCKING=y
-# CONFIG_FS_ENCRYPTION is not set
+CONFIG_FS_ENCRYPTION=y
+CONFIG_FS_ENCRYPTION_ALGS=m
 # CONFIG_FS_VERITY is not set
 CONFIG_FSNOTIFY=y
 CONFIG_DNOTIFY=y
index 1cc5b86af59231d0311eac333a6d53802ae4ef03..0a3f2638a275acad86d361730b2c114815c5dd51 100755 (executable)
@@ -4809,7 +4809,8 @@ CONFIG_EXPORTFS=y
 # CONFIG_EXPORTFS_BLOCK_OPS is not set
 CONFIG_FILE_LOCKING=y
 CONFIG_MANDATORY_FILE_LOCKING=y
-# CONFIG_FS_ENCRYPTION is not set
+CONFIG_FS_ENCRYPTION=y
+CONFIG_FS_ENCRYPTION_ALGS=m
 # CONFIG_FS_VERITY is not set
 CONFIG_FSNOTIFY=y
 CONFIG_DNOTIFY=y