diff options
author | Kees Cook <keescook@chromium.org> | 2020-01-10 06:02:06 +0100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-01-10 22:50:28 +0100 |
commit | 46d1a0f03d6611659420c3ddde28da3f3f134a3f (patch) | |
tree | 477253d86477c16817660c794b2defcadae04189 /MAINTAINERS | |
parent | selftests: Uninitialized variable in test_cgcore_proc_migration() (diff) | |
download | linux-46d1a0f03d6611659420c3ddde28da3f3f134a3f.tar.xz linux-46d1a0f03d6611659420c3ddde28da3f3f134a3f.zip |
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-- | MAINTAINERS | 1 |
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> |