summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorKees Cook2018-11-27 18:11:15 +0100
committerKees Cook2019-01-09 20:58:51 +0100
commita77d087fd566f576da1f5b8726dd9d9f0f164e1f (patch)
tree306819c1fbd003497f00704972f50fba75749b59 /lib/Kconfig.debug
parentLinux 5.0-rc1 (diff)
downloadkernel-qcow2-linux-a77d087fd566f576da1f5b8726dd9d9f0f164e1f.tar.gz
kernel-qcow2-linux-a77d087fd566f576da1f5b8726dd9d9f0f164e1f.tar.xz
kernel-qcow2-linux-a77d087fd566f576da1f5b8726dd9d9f0f164e1f.zip
lkdtm: Do not depend on BLOCK and clean up headers
After the transition to kprobes, symbols are resolved at runtime. This means there is no need to have all the Kconfig and header logic to avoid build failures. This also paves the way to having arbitrary test locations. Reported-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index d4df5b24d75e..42479a9a4769 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1700,7 +1700,6 @@ if RUNTIME_TESTING_MENU
config LKDTM
tristate "Linux Kernel Dump Test Tool Module"
depends on DEBUG_FS
- depends on BLOCK
help
This module enables testing of the different dumping mechanisms by
inducing system failures at predefined crash points.