MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
Patches for kunit are managed in kunit and kunit-fixes branches of
linux-kselftest tree before merged into the mainline. However, the
MAINTAINERS section for kunit is not having the entries for the
branches. Add the entries.
Signed-off-by: SeongJae Park <sj@kernel.org>
---
Changes from v1
(https://lore.kernel.org/all/20230610180549.82560-1-sj@kernel.org/)
- Mention branches (David Gow)
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index ce5f343c1443..eda8b6b464c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11327,6 +11327,8 @@ L: linux-kselftest@vger.kernel.org
L: kunit-dev@googlegroups.com
S: Maintained
W: https://google.github.io/kunit-docs/third_party/kernel/docs/
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git kunit
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git kunit-fixes
F: Documentation/dev-tools/kunit/
F: include/kunit/
F: lib/kunit/
--
2.25.1
On Wed, 14 Jun 2023 at 02:30, SeongJae Park <sj@kernel.org> wrote: > > Patches for kunit are managed in kunit and kunit-fixes branches of > linux-kselftest tree before merged into the mainline. However, the > MAINTAINERS section for kunit is not having the entries for the > branches. Add the entries. > > Signed-off-by: SeongJae Park <sj@kernel.org> > --- Thanks very much! Reviewed-by: David Gow <davidgow@google.com> Cheers, -- David > Changes from v1 > (https://lore.kernel.org/all/20230610180549.82560-1-sj@kernel.org/) > - Mention branches (David Gow) > > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ce5f343c1443..eda8b6b464c6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11327,6 +11327,8 @@ L: linux-kselftest@vger.kernel.org > L: kunit-dev@googlegroups.com > S: Maintained > W: https://google.github.io/kunit-docs/third_party/kernel/docs/ > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git kunit > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git kunit-fixes > F: Documentation/dev-tools/kunit/ > F: include/kunit/ > F: lib/kunit/ > -- > 2.25.1 >
© 2016 - 2026 Red Hat, Inc.