linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
@ 2019-09-20 17:44 Douglas Anderson
  2019-09-21  5:07 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Douglas Anderson @ 2019-09-20 17:44 UTC (permalink / raw)
  To: Jason Wessel, Daniel Thompson
  Cc: Christophe Leroy, Will Deacon, kgdb-bugreport, Greg KH,
	linux-kernel, Gustavo A . R . Silva, Douglas Anderson,
	David S. Miller, Rob Herring, Mauro Carvalho Chehab,
	Linus Walleij, Nicolas Ferre

I'm interested in kdb / kgdb and have sent various fixes over the
years.  I'd like to get CCed on patches so I can be aware of them and
also help review.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c740cf3f93ef..d243c70fc8ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9052,6 +9052,7 @@ F:	security/keys/
 KGDB / KDB /debug_core
 M:	Jason Wessel <jason.wessel@windriver.com>
 M:	Daniel Thompson <daniel.thompson@linaro.org>
+R:	Douglas Anderson <dianders@chromium.org>
 W:	http://kgdb.wiki.kernel.org/
 L:	kgdb-bugreport@lists.sourceforge.net
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
-- 
2.23.0.351.gc4317032e6-goog


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
  2019-09-20 17:44 [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb Douglas Anderson
@ 2019-09-21  5:07 ` Greg KH
  2019-09-22 11:57 ` Daniel Thompson
  2019-09-22 20:28 ` Will Deacon
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2019-09-21  5:07 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: Jason Wessel, Daniel Thompson, Christophe Leroy, Will Deacon,
	kgdb-bugreport, linux-kernel, Gustavo A . R . Silva,
	David S. Miller, Rob Herring, Mauro Carvalho Chehab,
	Linus Walleij, Nicolas Ferre

On Fri, Sep 20, 2019 at 10:44:47AM -0700, Douglas Anderson wrote:
> I'm interested in kdb / kgdb and have sent various fixes over the
> years.  I'd like to get CCed on patches so I can be aware of them and
> also help review.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>

Thanks for this.

There was discussion at Plumbers about just dropping kgdb as some people
didn't think it was being actively maintained or that it even still
worked.  Thanks for refuting that :)

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
  2019-09-20 17:44 [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb Douglas Anderson
  2019-09-21  5:07 ` Greg KH
@ 2019-09-22 11:57 ` Daniel Thompson
  2019-09-22 20:28 ` Will Deacon
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Thompson @ 2019-09-22 11:57 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: Jason Wessel, Christophe Leroy, Will Deacon, kgdb-bugreport,
	Greg KH, linux-kernel, Gustavo A . R . Silva, David S. Miller,
	Rob Herring, Mauro Carvalho Chehab, Linus Walleij, Nicolas Ferre

On Fri, Sep 20, 2019 at 10:44:47AM -0700, Douglas Anderson wrote:
> I'm interested in kdb / kgdb and have sent various fixes over the
> years.  I'd like to get CCed on patches so I can be aware of them and
> also help review.
 
It will be great to have you on board. Actually I was already
contemplating informally pinging you to ask for review some of my clean
ups in the upcoming dev cycle. I'm very happy to make it official
instead!


> Signed-off-by: Douglas Anderson <dianders@chromium.org>

I'll get a PR together for this shortly (busy with travel this week).

In the mean time at least I can offer you a firm:
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>


Daniel.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
  2019-09-20 17:44 [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb Douglas Anderson
  2019-09-21  5:07 ` Greg KH
  2019-09-22 11:57 ` Daniel Thompson
@ 2019-09-22 20:28 ` Will Deacon
  2 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2019-09-22 20:28 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: Jason Wessel, Daniel Thompson, Christophe Leroy, kgdb-bugreport,
	Greg KH, linux-kernel, Gustavo A . R . Silva, David S. Miller,
	Rob Herring, Mauro Carvalho Chehab, Linus Walleij, Nicolas Ferre

On Fri, Sep 20, 2019 at 10:44:47AM -0700, Douglas Anderson wrote:
> I'm interested in kdb / kgdb and have sent various fixes over the
> years.  I'd like to get CCed on patches so I can be aware of them and
> also help review.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
> 
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c740cf3f93ef..d243c70fc8ce 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9052,6 +9052,7 @@ F:	security/keys/
>  KGDB / KDB /debug_core
>  M:	Jason Wessel <jason.wessel@windriver.com>
>  M:	Daniel Thompson <daniel.thompson@linaro.org>
> +R:	Douglas Anderson <dianders@chromium.org>
>  W:	http://kgdb.wiki.kernel.org/
>  L:	kgdb-bugreport@lists.sourceforge.net
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git

Acked-by: Will Deacon <will@kernel.org>

I really wanted to rip kgdb out of arm64 a while ago and you stopped me, so
you deserve to have your name in lights ;)

Thanks.

Will

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-22 20:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20 17:44 [PATCH] MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb Douglas Anderson
2019-09-21  5:07 ` Greg KH
2019-09-22 11:57 ` Daniel Thompson
2019-09-22 20:28 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).