From ad21609cd9da89102b0f0785d548cd060e399d76 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Wed, 7 Aug 2019 16:37:20 +0200 Subject: Added debugfs functionality to the modules to show debug information --- Makefile | 1 + config/kernel-qcow2_x86-64_module.config | 2 +- implementation/loop | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ca4483c..a4ffd8c 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m LOCAL_MOD_CONFIG += CONFIG_ZLIB_INFLATE=y LOCAL_MOD_CONFIG += CONFIG_ZLIB_DEFLATE=y +LOCAL_MOD_CONFIG += CONFIG_DEBUG_FS=y BUILD ?= vanilla KERNEL_DIR ?= $(KERNEL_SRC_DIR) diff --git a/config/kernel-qcow2_x86-64_module.config b/config/kernel-qcow2_x86-64_module.config index 3a741eb..1420a7b 100644 --- a/config/kernel-qcow2_x86-64_module.config +++ b/config/kernel-qcow2_x86-64_module.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.1.16-arch1-1-ARCH Kernel Configuration +# Linux/x86 5.2.0-rc4 Kernel Configuration # # diff --git a/implementation/loop b/implementation/loop index 76c7edc..54242c6 160000 --- a/implementation/loop +++ b/implementation/loop @@ -1 +1 @@ -Subproject commit 76c7edc7d401a79d2cd807e6d197e4fe5ecf8c88 +Subproject commit 54242c68a79389c8ac56267203b9ee02e1b85b6f -- cgit v1.2.3-55-g7522