[linux] 06/12: tests: Enable kernel modules used by selftests

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Aug 13 13:23:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/autopkgtest
in repository linux.

commit 22d86b1b3a34d5b4cd18225b672796c784043fac
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Aug 13 10:20:43 2015 +0200

    tests: Enable kernel modules used by selftests
---
 debian/config/config | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/config/config b/debian/config/config
index 77bdda8..494fb6e 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5389,6 +5389,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
@@ -5426,7 +5428,8 @@ CONFIG_RCU_CPU_STALL_TIMEOUT=21
 # CONFIG_RCU_CPU_STALL_INFO is not set
 # CONFIG_RCU_TRACE is not set
 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
-# CONFIG_NOTIFIER_ERROR_INJECTION is not set
+#. For use by selftests
+CONFIG_NOTIFIER_ERROR_INJECTION=m
 # CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
 # CONFIG_FAULT_INJECTION is not set
 # CONFIG_LATENCYTOP is not set
@@ -5446,9 +5449,10 @@ 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
 
 ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list