From fe7c9f03f8748154c73bd0947efad337c99d5a30 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 13 Aug 2015 10:20:43 +0200 Subject: [PATCH] tests: Enable kernel modules used by selftests --- debian/config/config | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/config/config b/debian/config/config index 2fb4ba3f3..257c22875 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5405,6 +5405,8 @@ CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_VIRTUAL is not set CONFIG_DEBUG_MEMORY_INIT=y +#. For use by selftests +CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m # CONFIG_DEBUG_HIGHMEM is not set CONFIG_LOCKUP_DETECTOR=y # CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set @@ -5440,8 +5442,9 @@ CONFIG_DEBUG_LIST=y CONFIG_RCU_CPU_STALL_TIMEOUT=21 # CONFIG_RCU_TRACE is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set -# CONFIG_NOTIFIER_ERROR_INJECTION is not set -# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set +#. For use by selftests +CONFIG_NOTIFIER_ERROR_INJECTION=m +CONFIG_CPU_NOTIFIER_ERROR_INJECT=m # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set # CONFIG_LKDTM is not set @@ -5460,10 +5463,12 @@ CONFIG_RCU_CPU_STALL_TIMEOUT=21 # CONFIG_TEST_RHASHTABLE is not set # CONFIG_DMA_API_DEBUG is not set # CONFIG_TEST_LKM is not set -# CONFIG_TEST_USER_COPY is not set -# CONFIG_TEST_BPF is not set -# CONFIG_TEST_FIRMWARE is not set +#. For use by selftests +CONFIG_TEST_USER_COPY=m +CONFIG_TEST_BPF=m +CONFIG_TEST_FIRMWARE=m # CONFIG_TEST_UDELAY is not set +CONFIG_TEST_STATIC_KEYS=m ## ## file: lib/fonts/Kconfig