diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-01-31 00:12:58 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-01-31 00:12:58 +0100 |
commit | 2a6526c4f389bb741e511be11721b3d1cbf1034a (patch) | |
tree | d2964ddbdef539d17374500715defff131fc7c5b /MAINTAINERS | |
parent | Merge tag 'linux_kselftest-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/lin... (diff) | |
parent | Documentation: KUnit: Update the instructions on how to test static functions (diff) | |
download | linux-2a6526c4f389bb741e511be11721b3d1cbf1034a.tar.xz linux-2a6526c4f389bb741e511be11721b3d1cbf1034a.zip |
Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kunit fixes from Shuah Khan:
"NULL vs IS_ERR() bug fixes, documentation update, MAINTAINERS file
update to add Rae Moar as a reviewer, and a fix to run test suites
only after module initialization completes"
* tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
Documentation: KUnit: Update the instructions on how to test static functions
kunit: run test suites only after module initialization completes
MAINTAINERS: kunit: Add Rae Moar as a reviewer
kunit: device: Fix a NULL vs IS_ERR() check in init()
kunit: Fix a NULL vs IS_ERR() bug
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 32a47aa6aa76..c4828ab15f1a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11725,6 +11725,7 @@ F: fs/smb/server/ KERNEL UNIT TESTING FRAMEWORK (KUnit) M: Brendan Higgins <brendanhiggins@google.com> M: David Gow <davidgow@google.com> +R: Rae Moar <rmoar@google.com> L: linux-kselftest@vger.kernel.org L: kunit-dev@googlegroups.com S: Maintained |