aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuah Khan <[email protected]>2014-10-13 15:51:21 -0700
committerLinus Torvalds <[email protected]>2014-10-14 02:18:13 +0200
commit13b122b3e5843f6177d22bd9484ef58b3660e7da (patch)
tree4b23662c44a18285f19447bfc37a398ef5513a88
parent8ada6d2d3063148202caa43b9bf375e646a4efb3 (diff)
MAINTAINERS: add entry for Kernel Selftest Framework
Add entry for Kernel Selftest Framework. Individual tests continue to be maintained by the maintainers for those areas. Signed-off-by: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index cead1126c2b1..c08f21d333f9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5300,6 +5300,13 @@ F: include/linux/lockd/
F: include/linux/sunrpc/
F: include/uapi/linux/sunrpc/
+KERNEL SELFTEST FRAMEWORK
+M: Shuah Khan <[email protected]>
+T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
+S: Maintained
+F: tools/testing/selftests
+
KERNEL VIRTUAL MACHINE (KVM)
M: Gleb Natapov <[email protected]>
M: Paolo Bonzini <[email protected]>