summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-01-09 21:02:06 -0800
committerShuah Khan <skhan@linuxfoundation.org>2020-01-10 14:50:28 -0700
commit46d1a0f03d6611659420c3ddde28da3f3f134a3f (patch)
tree477253d86477c16817660c794b2defcadae04189 /MAINTAINERS
parent192c197cbca599321de95a4cf15c2fa0681140d3 (diff)
downloadlinux-46d1a0f03d6611659420c3ddde28da3f3f134a3f.tar.bz2
selftests/lkdtm: Add tests for LKDTM targets
This adds a basic framework for running all the "safe" LKDTM tests. This will allow easy introspection into any selftest logs to examine the results of most LKDTM tests. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8982c6e013b3..0587fcc197c8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9581,6 +9581,7 @@ LINUX KERNEL DUMP TEST MODULE (LKDTM)
M: Kees Cook <keescook@chromium.org>
S: Maintained
F: drivers/misc/lkdtm/*
+F: tools/testing/selftests/lkdtm/*
LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
M: Alan Stern <stern@rowland.harvard.edu>