Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1406892 > unrolled thread
| Started by | Vivek Goyal <vgoyal@redhat.com> |
|---|---|
| First post | 2016-05-25 15:20 +0200 |
| Last post | 2016-05-26 04:30 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: Kdump maintainers update Vivek Goyal <vgoyal@redhat.com> - 2016-05-25 15:20 +0200
Re: [PATCH] MAINTAINERS: Kdump maintainers update Joe Perches <joe@perches.com> - 2016-05-25 15:30 +0200
Re: [PATCH] MAINTAINERS: Kdump maintainers update Vivek Goyal <vgoyal@redhat.com> - 2016-05-25 15:40 +0200
Re: [PATCH] MAINTAINERS: Kdump maintainers update Simon Horman <horms@verge.net.au> - 2016-05-26 04:10 +0200
Re: [PATCH] MAINTAINERS: Kdump maintainers update Dave Young <dyoung@redhat.com> - 2016-05-26 04:30 +0200
| From | Vivek Goyal <vgoyal@redhat.com> |
|---|---|
| Date | 2016-05-25 15:20 +0200 |
| Subject | [PATCH] MAINTAINERS: Kdump maintainers update |
| Message-ID | <rCGT8-1qe-23@gated-at.bofh.it> |
Hi, I am proposing following updates to kdump maintainership. I have got busy in other things and not getting time to spend on kdump. Removed Haren Myneni as he has not participated in kdump development for a long time now. Proposing adding the names of Dave and Baoquan as kdump maintainers as they have been contributing to kdump for a long time now and they are in a much better position to spend time on this than me. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9c567a4..c030267 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt F: scripts/kconfig/ KDUMP +M: Dave Young <dyoung@redhat.com> +M: Baoquan He <bhe@redhat.com> M: Vivek Goyal <vgoyal@redhat.com> -M: Haren Myneni <hbabu@us.ibm.com> L: kexec@lists.infradead.org W: http://lse.sourceforge.net/kdump/ S: Maintained -- 2.7.4
[toc] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2016-05-25 15:30 +0200 |
| Message-ID | <rCH2N-1tg-5@gated-at.bofh.it> |
| In reply to | #1406892 |
On Wed, 2016-05-25 at 09:16 -0400, Vivek Goyal wrote: > I am proposing following updates to kdump maintainership. I have got > busy in other things and not getting time to spend on kdump. > > Removed Haren Myneni as he has not participated in kdump development for > a long time now. > > Proposing adding the names of Dave and Baoquan as kdump maintainers as > they have been contributing to kdump for a long time now and they are in > a much better position to spend time on this than me. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt > F: scripts/kconfig/ > > KDUMP > +M: Dave Young <dyoung@redhat.com> > +M: Baoquan He <bhe@redhat.com> > M: Vivek Goyal <vgoyal@redhat.com> You could mark yourself as an "R:" reviewer instead of an "M:" maintainer.
[toc] | [prev] | [next] | [standalone]
| From | Vivek Goyal <vgoyal@redhat.com> |
|---|---|
| Date | 2016-05-25 15:40 +0200 |
| Message-ID | <rCHcu-1wD-17@gated-at.bofh.it> |
| In reply to | #1406895 |
On Wed, May 25, 2016 at 06:24:10AM -0700, Joe Perches wrote: > On Wed, 2016-05-25 at 09:16 -0400, Vivek Goyal wrote: > > I am proposing following updates to kdump maintainership. I have got > > busy in other things and not getting time to spend on kdump. > > > > Removed Haren Myneni as he has not participated in kdump development for > > a long time now. > > > > Proposing adding the names of Dave and Baoquan as kdump maintainers as > > they have been contributing to kdump for a long time now and they are in > > a much better position to spend time on this than me. > [] > > diff --git a/MAINTAINERS b/MAINTAINERS > [] > > @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt > > F: scripts/kconfig/ > > > > KDUMP > > +M: Dave Young <dyoung@redhat.com> > > +M: Baoquan He <bhe@redhat.com> > > M: Vivek Goyal <vgoyal@redhat.com> > > You could mark yourself as an "R:" reviewer > instead of an "M:" maintainer. That's a good idea. I updated the patch and marked myself reviewer. Removed Haren Myneni as he has not participated in kdump development for a long time now. Proposing adding the names of Dave and Baoquan as kdump maintainers as they have been working on it for quite some time on it upstream and they are in a much better position to spend time on this than me. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9c567a4..5792ec2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt F: scripts/kconfig/ KDUMP -M: Vivek Goyal <vgoyal@redhat.com> -M: Haren Myneni <hbabu@us.ibm.com> +M: Dave Young <dyoung@redhat.com> +M: Baoquan He <bhe@redhat.com> +R: Vivek Goyal <vgoyal@redhat.com> L: kexec@lists.infradead.org W: http://lse.sourceforge.net/kdump/ S: Maintained -- 2.7.4
[toc] | [prev] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2016-05-26 04:10 +0200 |
| Message-ID | <rCSUh-dO-5@gated-at.bofh.it> |
| In reply to | #1406901 |
On Wed, May 25, 2016 at 09:37:13AM -0400, Vivek Goyal wrote: > On Wed, May 25, 2016 at 06:24:10AM -0700, Joe Perches wrote: > > On Wed, 2016-05-25 at 09:16 -0400, Vivek Goyal wrote: > > > I am proposing following updates to kdump maintainership. I have got > > > busy in other things and not getting time to spend on kdump. > > > > > > Removed Haren Myneni as he has not participated in kdump development for > > > a long time now. > > > > > > Proposing adding the names of Dave and Baoquan as kdump maintainers as > > > they have been contributing to kdump for a long time now and they are in > > > a much better position to spend time on this than me. > > [] > > > diff --git a/MAINTAINERS b/MAINTAINERS > > [] > > > @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt > > > F: scripts/kconfig/ > > > > > > KDUMP > > > +M: Dave Young <dyoung@redhat.com> > > > +M: Baoquan He <bhe@redhat.com> > > > M: Vivek Goyal <vgoyal@redhat.com> > > > > You could mark yourself as an "R:" reviewer > > instead of an "M:" maintainer. > > That's a good idea. I updated the patch and marked myself reviewer. > > Removed Haren Myneni as he has not participated in kdump development for > a long time now. > > Proposing adding the names of Dave and Baoquan as kdump maintainers as > they have been working on it for quite some time on it upstream and > they are in a much better position to spend time on this than me. > > Signed-off-by: Vivek Goyal <vgoyal@redhat.com> FWIW I am fine with this change. Acked-by: Simon Horman <horms@verge.net.au> > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9c567a4..5792ec2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt > F: scripts/kconfig/ > > KDUMP > -M: Vivek Goyal <vgoyal@redhat.com> > -M: Haren Myneni <hbabu@us.ibm.com> > +M: Dave Young <dyoung@redhat.com> > +M: Baoquan He <bhe@redhat.com> > +R: Vivek Goyal <vgoyal@redhat.com> > L: kexec@lists.infradead.org > W: http://lse.sourceforge.net/kdump/ > S: Maintained > -- > 2.7.4 >
[toc] | [prev] | [next] | [standalone]
| From | Dave Young <dyoung@redhat.com> |
|---|---|
| Date | 2016-05-26 04:30 +0200 |
| Message-ID | <rCTdD-qi-1@gated-at.bofh.it> |
| In reply to | #1406901 |
Hi, Vivek On 05/25/16 at 09:37am, Vivek Goyal wrote: > On Wed, May 25, 2016 at 06:24:10AM -0700, Joe Perches wrote: > > On Wed, 2016-05-25 at 09:16 -0400, Vivek Goyal wrote: > > > I am proposing following updates to kdump maintainership. I have got > > > busy in other things and not getting time to spend on kdump. > > > > > > Removed Haren Myneni as he has not participated in kdump development for > > > a long time now. > > > > > > Proposing adding the names of Dave and Baoquan as kdump maintainers as > > > they have been contributing to kdump for a long time now and they are in > > > a much better position to spend time on this than me. > > [] > > > diff --git a/MAINTAINERS b/MAINTAINERS > > [] > > > @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt > > > F: scripts/kconfig/ > > > > > > KDUMP > > > +M: Dave Young <dyoung@redhat.com> > > > +M: Baoquan He <bhe@redhat.com> > > > M: Vivek Goyal <vgoyal@redhat.com> > > > > You could mark yourself as an "R:" reviewer > > instead of an "M:" maintainer. > > That's a good idea. I updated the patch and marked myself reviewer. > > Removed Haren Myneni as he has not participated in kdump development for > a long time now. > > Proposing adding the names of Dave and Baoquan as kdump maintainers as > they have been working on it for quite some time on it upstream and > they are in a much better position to spend time on this than me. Thanks a lot for the patch! I will do my best to work with Baoquan to maintain it. Very appreciated for your guidiance before and in the future. > > Signed-off-by: Vivek Goyal <vgoyal@redhat.com> > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9c567a4..5792ec2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6189,8 +6189,9 @@ F: Documentation/kbuild/kconfig-language.txt > F: scripts/kconfig/ > > KDUMP > -M: Vivek Goyal <vgoyal@redhat.com> > -M: Haren Myneni <hbabu@us.ibm.com> > +M: Dave Young <dyoung@redhat.com> > +M: Baoquan He <bhe@redhat.com> > +R: Vivek Goyal <vgoyal@redhat.com> > L: kexec@lists.infradead.org > W: http://lse.sourceforge.net/kdump/ It is not related to this patch, just to be curious, who is maintain the above page? Seems some links are outdated. > S: Maintained > -- > 2.7.4 > Thanks Dave
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web