diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2014-10-13 15:51:21 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-14 02:18:13 +0200 |
commit | 13b122b3e5843f6177d22bd9484ef58b3660e7da (patch) | |
tree | 4b23662c44a18285f19447bfc37a398ef5513a88 /MAINTAINERS | |
parent | 8ada6d2d3063148202caa43b9bf375e646a4efb3 (diff) | |
download | op-kernel-dev-13b122b3e5843f6177d22bd9484ef58b3660e7da.zip op-kernel-dev-13b122b3e5843f6177d22bd9484ef58b3660e7da.tar.gz |
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 <shuahkh@osg.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cead112..c08f21d 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 <shuahkh@osg.samsung.com> +L: linux-api@vger.kernel.org +T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest +S: Maintained +F: tools/testing/selftests + KERNEL VIRTUAL MACHINE (KVM) M: Gleb Natapov <gleb@kernel.org> M: Paolo Bonzini <pbonzini@redhat.com> |