Message ID | 20230613183015.88392-1-sj@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 2e66833579ed759d7b7da1a8f07eb727ec6e80db |
Headers | show |
Series | [v2] MAINTAINERS: Add source tree entry for kunit | expand |
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 >
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/
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(+)