diff options
author | Miguel Ojeda <ojeda@kernel.org> | 2023-07-18 07:27:52 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-07-19 17:32:59 +0200 |
commit | 64bd4641310c41a1ecf07c13c67bc0ed61045dfd (patch) | |
tree | 818f989256904b850f2253bf4f69d9b017096d68 /MAINTAINERS | |
parent | rust: support running Rust documentation tests as KUnit ones (diff) | |
download | linux-64bd4641310c41a1ecf07c13c67bc0ed61045dfd.tar.xz linux-64bd4641310c41a1ecf07c13c67bc0ed61045dfd.zip |
MAINTAINERS: add Rust KUnit files to the KUnit entry
The KUnit maintainers would like to maintain these files on their
side too (thanks!), so add them to their entry.
With this in place, `scripts/get_maintainer.pl` prints both sets
of maintainers/reviewers (i.e. KUnit and Rust) for those files,
which is the behavior we are looking for.
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3be1bdfe8ecc..2a942fe59144 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11372,6 +11372,8 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git k F: Documentation/dev-tools/kunit/ F: include/kunit/ F: lib/kunit/ +F: rust/kernel/kunit.rs +F: scripts/rustdoc_test_* F: tools/testing/kunit/ KERNEL USERMODE HELPER |