Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] sim: readd myself as a maintainer
@ 2021-01-17 23:42 Mike Frysinger via Gdb-patches
  2021-01-18  1:49 ` Simon Marchi via Gdb-patches
  2021-01-23  4:37 ` Mike Frysinger via Gdb-patches
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Frysinger via Gdb-patches @ 2021-01-17 23:42 UTC (permalink / raw)
  To: gdb-patches; +Cc: simon.marchi, brobecker

I know I was AFK for a while there, but I'd like to spend time on
this again.
---
 sim/ChangeLog   | 4 ++++
 sim/MAINTAINERS | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sim/ChangeLog b/sim/ChangeLog
index d8f530996e69..2e3aa213ba85 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-17  Mike Frysinger  <vapier@gentoo.org>
+
+	* MAINTAINERS (Global Maintainers): Move myself back.
+
 2021-01-15  Mike Frysinger  <vapier@gentoo.org>
 
 	* configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
diff --git a/sim/MAINTAINERS b/sim/MAINTAINERS
index 5f4cc4c85e2e..696a9be1d89d 100644
--- a/sim/MAINTAINERS
+++ b/sim/MAINTAINERS
@@ -10,6 +10,7 @@ gdb-patches@sources.redhat.com
         Global Maintainers
 
 Andrew Burgess			andrew.burgess@embecosm.com
+Mike Frysinger			vapier@gentoo.org
 
 	Maintainers for particular sims:
 
@@ -51,4 +52,3 @@ rl78		DJ Delorie <dj@redhat.com>
 rx		DJ Delorie <dj@redhat.com>
 sh64		Dave Brolley <brolley@redhat.com>
 v850		DJ Delorie <dj@redhat.com>
-*		Mike Frysinger <vapier@gentoo.org>
-- 
2.28.0


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

* Re: [PATCH] sim: readd myself as a maintainer
  2021-01-17 23:42 [PATCH] sim: readd myself as a maintainer Mike Frysinger via Gdb-patches
@ 2021-01-18  1:49 ` Simon Marchi via Gdb-patches
  2021-01-23  4:37 ` Mike Frysinger via Gdb-patches
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Marchi via Gdb-patches @ 2021-01-18  1:49 UTC (permalink / raw)
  To: Mike Frysinger, gdb-patches; +Cc: simon.marchi, brobecker

On 2021-01-17 6:42 p.m., Mike Frysinger via Gdb-patches wrote:
> I know I was AFK for a while there, but I'd like to spend time on
> this again.

Glad to see you back :)

Simon

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

* Re: [PATCH] sim: readd myself as a maintainer
  2021-01-17 23:42 [PATCH] sim: readd myself as a maintainer Mike Frysinger via Gdb-patches
  2021-01-18  1:49 ` Simon Marchi via Gdb-patches
@ 2021-01-23  4:37 ` Mike Frysinger via Gdb-patches
  2021-01-29  2:47   ` Mike Frysinger via Gdb-patches
  1 sibling, 1 reply; 6+ messages in thread
From: Mike Frysinger via Gdb-patches @ 2021-01-23  4:37 UTC (permalink / raw)
  To: gdb-patches, andrew.burgess; +Cc: brobecker

On 17 Jan 2021 18:42, Mike Frysinger via Gdb-patches wrote:
> I know I was AFK for a while there, but I'd like to spend time on
> this again.

i thought i had put Andrew in the To: line here, but maybe i mistyped
my `git send-email` invocation.
-mike

> ---
>  sim/ChangeLog   | 4 ++++
>  sim/MAINTAINERS | 2 +-
>  2 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/sim/ChangeLog b/sim/ChangeLog
> index d8f530996e69..2e3aa213ba85 100644
> --- a/sim/ChangeLog
> +++ b/sim/ChangeLog
> @@ -1,3 +1,7 @@
> +2021-01-17  Mike Frysinger  <vapier@gentoo.org>
> +
> +	* MAINTAINERS (Global Maintainers): Move myself back.
> +
>  2021-01-15  Mike Frysinger  <vapier@gentoo.org>
>  
>  	* configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
> diff --git a/sim/MAINTAINERS b/sim/MAINTAINERS
> index 5f4cc4c85e2e..696a9be1d89d 100644
> --- a/sim/MAINTAINERS
> +++ b/sim/MAINTAINERS
> @@ -10,6 +10,7 @@ gdb-patches@sources.redhat.com
>          Global Maintainers
>  
>  Andrew Burgess			andrew.burgess@embecosm.com
> +Mike Frysinger			vapier@gentoo.org
>  
>  	Maintainers for particular sims:
>  
> @@ -51,4 +52,3 @@ rl78		DJ Delorie <dj@redhat.com>
>  rx		DJ Delorie <dj@redhat.com>
>  sh64		Dave Brolley <brolley@redhat.com>
>  v850		DJ Delorie <dj@redhat.com>
> -*		Mike Frysinger <vapier@gentoo.org>
> -- 
> 2.28.0
> 

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

* Re: [PATCH] sim: readd myself as a maintainer
  2021-01-23  4:37 ` Mike Frysinger via Gdb-patches
@ 2021-01-29  2:47   ` Mike Frysinger via Gdb-patches
  2021-01-29  3:32     ` Joel Brobecker
  2021-01-29 10:41     ` Andrew Burgess
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Frysinger via Gdb-patches @ 2021-01-29  2:47 UTC (permalink / raw)
  To: andrew.burgess, brobecker; +Cc: gdb-patches

On 22 Jan 2021 23:37, Mike Frysinger via Gdb-patches wrote:
> On 17 Jan 2021 18:42, Mike Frysinger via Gdb-patches wrote:
> > I know I was AFK for a while there, but I'd like to spend time on
> > this again.
> 
> i thought i had put Andrew in the To: line here, but maybe i mistyped
> my `git send-email` invocation.

Andrew & Joel: is this OK ?
-mike

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

* Re: [PATCH] sim: readd myself as a maintainer
  2021-01-29  2:47   ` Mike Frysinger via Gdb-patches
@ 2021-01-29  3:32     ` Joel Brobecker
  2021-01-29 10:41     ` Andrew Burgess
  1 sibling, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2021-01-29  3:32 UTC (permalink / raw)
  To: andrew.burgess, gdb-patches

> > > I know I was AFK for a while there, but I'd like to spend time on
> > > this again.
> > 
> > i thought i had put Andrew in the To: line here, but maybe i mistyped
> > my `git send-email` invocation.
> 
> Andrew & Joel: is this OK ?

OK for me, Mike. Welcome back!

-- 
Joel

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

* Re: [PATCH] sim: readd myself as a maintainer
  2021-01-29  2:47   ` Mike Frysinger via Gdb-patches
  2021-01-29  3:32     ` Joel Brobecker
@ 2021-01-29 10:41     ` Andrew Burgess
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Burgess @ 2021-01-29 10:41 UTC (permalink / raw)
  To: gdb-patches

* Mike Frysinger <vapier@gentoo.org> [2021-01-28 21:47:30 -0500]:

> On 22 Jan 2021 23:37, Mike Frysinger via Gdb-patches wrote:
> > On 17 Jan 2021 18:42, Mike Frysinger via Gdb-patches wrote:
> > > I know I was AFK for a while there, but I'd like to spend time on
> > > this again.
> > 
> > i thought i had put Andrew in the To: line here, but maybe i mistyped
> > my `git send-email` invocation.
> 
> Andrew & Joel: is this OK ?

Sorry, I thought I'd already replied to this.  My bad!

Sure this is fine with me.

Thanks,
Andrew

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

end of thread, other threads:[~2021-01-29 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 23:42 [PATCH] sim: readd myself as a maintainer Mike Frysinger via Gdb-patches
2021-01-18  1:49 ` Simon Marchi via Gdb-patches
2021-01-23  4:37 ` Mike Frysinger via Gdb-patches
2021-01-29  2:47   ` Mike Frysinger via Gdb-patches
2021-01-29  3:32     ` Joel Brobecker
2021-01-29 10:41     ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox