diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-06-09 11:28:18 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-06-12 14:23:26 -0600 |
commit | 4ff79fee360b21fe47ec51ff9e7a5fdce0beaa88 (patch) | |
tree | c1e89b656df3c9d611b489be52aa9673d01c2736 /MAINTAINERS | |
parent | a7254a09451c0e7aa23b79c8d9e883ac7ce4dd6d (diff) | |
download | op-kernel-dev-4ff79fee360b21fe47ec51ff9e7a5fdce0beaa88.zip op-kernel-dev-4ff79fee360b21fe47ec51ff9e7a5fdce0beaa88.tar.gz |
kselftest: MAINTAINERS git tree entry update files and dirs
Add missing trailing slash to tools/testing/selftests to cover all files
and directories below. Add kselftest documentation files.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7e21165..88e8faa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7247,7 +7247,8 @@ M: Shuah Khan <shuah@kernel.org> L: linux-kselftest@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git S: Maintained -F: tools/testing/selftests +F: tools/testing/selftests/ +F: Documentation/dev-tools/kselftest* KERNEL VIRTUAL MACHINE (KVM) M: Paolo Bonzini <pbonzini@redhat.com> |