From 30c483b3496c0cde6db55fe5a45e1e5bc082aed8 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Sun, 7 Jul 2019 23:25:46 +0200 Subject: Added file format subsystem to the loop device implementation --- config/kernel-qcow2_x86-64_built-in.config | 8 +++++--- config/kernel-qcow2_x86-64_module.config | 8 +++++--- implementation/loop | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/config/kernel-qcow2_x86-64_built-in.config b/config/kernel-qcow2_x86-64_built-in.config index 139fb59..114d2af 100644 --- a/config/kernel-qcow2_x86-64_built-in.config +++ b/config/kernel-qcow2_x86-64_built-in.config @@ -4,10 +4,10 @@ # # -# Compiler: gcc (GCC) 8.3.0 +# Compiler: gcc (GCC) 9.1.0 # CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=80300 +CONFIG_GCC_VERSION=90100 CONFIG_CLANG_VERSION=0 CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y @@ -2350,7 +2350,9 @@ CONFIG_ZRAM_WRITEBACK=y CONFIG_BLK_DEV_UMEM=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 -CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=y +CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=y +CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_DRBD=m # CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_BLK_DEV_NBD=m diff --git a/config/kernel-qcow2_x86-64_module.config b/config/kernel-qcow2_x86-64_module.config index 6cc9dcc..3a741eb 100644 --- a/config/kernel-qcow2_x86-64_module.config +++ b/config/kernel-qcow2_x86-64_module.config @@ -1,13 +1,13 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.2.0-rc4 Kernel Configuration +# Linux/x86 5.1.16-arch1-1-ARCH Kernel Configuration # # -# Compiler: gcc (GCC) 8.3.0 +# Compiler: gcc (GCC) 9.1.0 # CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=80300 +CONFIG_GCC_VERSION=90100 CONFIG_CLANG_VERSION=0 CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y @@ -2351,6 +2351,8 @@ CONFIG_BLK_DEV_UMEM=m CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m +CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m CONFIG_BLK_DEV_DRBD=m # CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_BLK_DEV_NBD=m diff --git a/implementation/loop b/implementation/loop index 1be5b26..01f03f8 160000 --- a/implementation/loop +++ b/implementation/loop @@ -1 +1 @@ -Subproject commit 1be5b2686b67f85d2d76a14532c8a649bd8d1c61 +Subproject commit 01f03f8bf618b8f73c01ac749dd61ca0c24ca800 -- cgit v1.2.3-55-g7522