diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-29 15:24:03 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-29 15:24:03 -0800 |
commit | ce7ae9d9fe4391413db680ce0732da2144b6f4a3 (patch) | |
tree | b72817eb2023c4f8c7f770cbe18390bbd75159ae /MAINTAINERS | |
parent | 22b17db4ea05561c7c8e4d770f10751e22e339f9 (diff) | |
parent | af4ddd607dff7aabd466a4a878e01b9f592a75ab (diff) | |
download | linux-ce7ae9d9fe4391413db680ce0732da2144b6f4a3.tar.bz2 |
Merge tag 'linux-kselftest-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest update from Shuah Khan:
"This Kselftest update consists of several fixes to framework and
individual tests.
In addition, it enables LKDTM tests adding lkdtm target to kselftest
Makefile"
* tag 'linux-kselftest-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
selftests/ftrace: fix glob selftest
selftests: settings: tests can be in subsubdirs
kselftest: Minimise dependency of get_size on C library interfaces
selftests/livepatch: Remove unused local variable in set_ftrace_enabled()
selftests/livepatch: Replace set_dynamic_debug() with setup_config() in README
selftests/lkdtm: Add tests for LKDTM targets
selftests: Uninitialized variable in test_cgcore_proc_migration()
selftests: fix build behaviour on targets' failures
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5af39eceea2e..f9056f67d204 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9656,6 +9656,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> |