diff options
author | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-18 19:09:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-18 20:17:12 -0400 |
commit | f3d8d3cfc1c00d1ebdb53ee96aa53aa822209003 (patch) | |
tree | 6a8ebd7ec1a8f72d196124fd8940b6739dd62780 | |
parent | 9f418224e8114156d995b98fa4e0f4fd21f685fe (diff) |
MAINTAINERS: add Q: entry to kselftest for patchwork project
A new patchwork project is created to track kselftest patches. Update
the kselftest entry in the MAINTAINERS file adding 'Q:' entry:
https://patchwork.kernel.org/project/linux-kselftest/list/
Link: http://lkml.kernel.org/r/20180515164427.12201-1-shuah@kernel.org
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Cc: David S. Miller <davem@davemloft.net>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 92e47b5b0480..9d1bc95dfe3c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7698,6 +7698,7 @@ KERNEL SELFTEST FRAMEWORK | |||
7698 | M: Shuah Khan <shuah@kernel.org> | 7698 | M: Shuah Khan <shuah@kernel.org> |
7699 | L: linux-kselftest@vger.kernel.org | 7699 | L: linux-kselftest@vger.kernel.org |
7700 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git | 7700 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git |
7701 | Q: https://patchwork.kernel.org/project/linux-kselftest/list/ | ||
7701 | S: Maintained | 7702 | S: Maintained |
7702 | F: tools/testing/selftests/ | 7703 | F: tools/testing/selftests/ |
7703 | F: Documentation/dev-tools/kselftest* | 7704 | F: Documentation/dev-tools/kselftest* |