MAINTAINERS: add entry for KUnit the unit testing framework
authorBrendan Higgins <brendanhiggins@google.com>
Mon, 23 Sep 2019 09:02:46 +0000 (02:02 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 30 Sep 2019 23:35:01 +0000 (17:35 -0600)
Add myself as maintainer of KUnit, the Linux kernel's unit testing
framework.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
MAINTAINERS

index 296de2b51c832ecc1869a77624c964ce398a5236..c8a7e2ddf916bb2e54878a7c0ffbcbae215c9e70 100644 (file)
@@ -8918,6 +8918,17 @@ S:       Maintained
 F:     tools/testing/selftests/
 F:     Documentation/dev-tools/kselftest*
 
+KERNEL UNIT TESTING FRAMEWORK (KUnit)
+M:     Brendan Higgins <brendanhiggins@google.com>
+L:     linux-kselftest@vger.kernel.org
+L:     kunit-dev@googlegroups.com
+W:     https://google.github.io/kunit-docs/third_party/kernel/docs/
+S:     Maintained
+F:     Documentation/dev-tools/kunit/
+F:     include/kunit/
+F:     lib/kunit/
+F:     tools/testing/kunit/
+
 KERNEL USERMODE HELPER
 M:     Luis Chamberlain <mcgrof@kernel.org>
 L:     linux-kernel@vger.kernel.org