aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Higgins <[email protected]>2019-09-23 02:02:46 -0700
committerShuah Khan <[email protected]>2019-09-30 17:35:01 -0600
commit804ec79a00451363c5e2836917431424bf0216f6 (patch)
tree74aa96f3c707c83ac7e34021b1a00c5b9d6c1297
parentc23a283b532c833de486e0fb8d756c7e7581803b (diff)
MAINTAINERS: add entry for KUnit the unit testing framework
Add myself as maintainer of KUnit, the Linux kernel's unit testing framework. Signed-off-by: Brendan Higgins <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Reviewed-by: Logan Gunthorpe <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 296de2b51c83..c8a7e2ddf916 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8918,6 +8918,17 @@ S: Maintained
F: tools/testing/selftests/
F: Documentation/dev-tools/kselftest*
+KERNEL UNIT TESTING FRAMEWORK (KUnit)
+M: Brendan Higgins <[email protected]>
+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 <[email protected]>