public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb: Update my email address in MAINTAINERS
@ 2022-12-03  0:01 Thiago Jung Bauermann
  2022-12-03 17:50 ` Simon Marchi
  0 siblings, 1 reply; 5+ messages in thread
From: Thiago Jung Bauermann @ 2022-12-03  0:01 UTC (permalink / raw)
  To: gdb-patches; +Cc: Thiago Jung Bauermann

---
 gdb/MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Hello,

A long time ago I had write after approval access to the GDB repo (it was
CVS back then, though!) but my last commit from that era was in 2012.

I'm fortunate enough to be back to GDB development, and I have a few
patches approved lately so is it ok if I get back on the write after
approval list?

Thanks,
Thiago


diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 38a61648197c..175595d5f17a 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -459,7 +459,7 @@ Sterling Augustine				saugustine@google.com
 John Baldwin					jhb@freebsd.org
 Scott Bambrough					scottb@netwinder.org
 Marco Barisione					mbarisione@undo.io
-Thiago Jung Bauermann				bauerman@br.ibm.com
+Thiago Jung Bauermann				thiago.bauermann@linaro.org
 Jon Beniston					jon@beniston.com
 Gary Benson					gbenson@redhat.com
 Gabriel Krisman Bertazi				gabriel@krisman.be

base-commit: f9f593ddb2dee399e1ad24370c8e627aa4262524

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

* Re: [PATCH] gdb: Update my email address in MAINTAINERS
  2022-12-03  0:01 [PATCH] gdb: Update my email address in MAINTAINERS Thiago Jung Bauermann
@ 2022-12-03 17:50 ` Simon Marchi
  2022-12-05 14:04   ` Thiago Jung Bauermann
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Marchi @ 2022-12-03 17:50 UTC (permalink / raw)
  To: Thiago Jung Bauermann, gdb-patches



On 12/2/22 19:01, Thiago Jung Bauermann via Gdb-patches wrote:
> ---
>  gdb/MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Hello,
> 
> A long time ago I had write after approval access to the GDB repo (it was
> CVS back then, though!) but my last commit from that era was in 2012.
> 
> I'm fortunate enough to be back to GDB development, and I have a few
> patches approved lately so is it ok if I get back on the write after
> approval list?
> 
> Thanks,
> Thiago

Yes, of course.  Updating one's email address can be considered "obvious",
I'm sure.

Simon

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

* Re: [PATCH] gdb: Update my email address in MAINTAINERS
  2022-12-03 17:50 ` Simon Marchi
@ 2022-12-05 14:04   ` Thiago Jung Bauermann
  2022-12-05 14:07     ` Luis Machado
  0 siblings, 1 reply; 5+ messages in thread
From: Thiago Jung Bauermann @ 2022-12-05 14:04 UTC (permalink / raw)
  To: Simon Marchi; +Cc: gdb-patches


Simon Marchi <simark@simark.ca> writes:

> On 12/2/22 19:01, Thiago Jung Bauermann via Gdb-patches wrote:
>> ---
>>  gdb/MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> Hello,
>> 
>> A long time ago I had write after approval access to the GDB repo (it was
>> CVS back then, though!) but my last commit from that era was in 2012.
>> 
>> I'm fortunate enough to be back to GDB development, and I have a few
>> patches approved lately so is it ok if I get back on the write after
>> approval list?
>> 
>> Thanks,
>> Thiago
>
> Yes, of course.  Updating one's email address can be considered "obvious",
> I'm sure.

Thank you! I just pushed this patch.

Even though updating an email is obvious, I didn't want to assume that I
was still on the write after approval list.

-- 
Thiago

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

* Re: [PATCH] gdb: Update my email address in MAINTAINERS
  2022-12-05 14:04   ` Thiago Jung Bauermann
@ 2022-12-05 14:07     ` Luis Machado
  2022-12-05 16:02       ` Thiago Jung Bauermann
  0 siblings, 1 reply; 5+ messages in thread
From: Luis Machado @ 2022-12-05 14:07 UTC (permalink / raw)
  To: Thiago Jung Bauermann, Simon Marchi; +Cc: gdb-patches

On 12/5/22 14:04, Thiago Jung Bauermann via Gdb-patches wrote:
> 
> Simon Marchi <simark@simark.ca> writes:
> 
>> On 12/2/22 19:01, Thiago Jung Bauermann via Gdb-patches wrote:
>>> ---
>>>   gdb/MAINTAINERS | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> Hello,
>>>
>>> A long time ago I had write after approval access to the GDB repo (it was
>>> CVS back then, though!) but my last commit from that era was in 2012.
>>>
>>> I'm fortunate enough to be back to GDB development, and I have a few
>>> patches approved lately so is it ok if I get back on the write after
>>> approval list?
>>>
>>> Thanks,
>>> Thiago
>>
>> Yes, of course.  Updating one's email address can be considered "obvious",
>> I'm sure.
> 
> Thank you! I just pushed this patch.
> 
> Even though updating an email is obvious, I didn't want to assume that I
> was still on the write after approval list.
> 

Welcome back! :-)

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

* Re: [PATCH] gdb: Update my email address in MAINTAINERS
  2022-12-05 14:07     ` Luis Machado
@ 2022-12-05 16:02       ` Thiago Jung Bauermann
  0 siblings, 0 replies; 5+ messages in thread
From: Thiago Jung Bauermann @ 2022-12-05 16:02 UTC (permalink / raw)
  To: Luis Machado; +Cc: Simon Marchi, gdb-patches


Luis Machado <luis.machado@arm.com> writes:

> On 12/5/22 14:04, Thiago Jung Bauermann via Gdb-patches wrote:
>> Simon Marchi <simark@simark.ca> writes:
>> 
>>> On 12/2/22 19:01, Thiago Jung Bauermann via Gdb-patches wrote:
>>>> ---
>>>>   gdb/MAINTAINERS | 2 +-
>>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> Hello,
>>>>
>>>> A long time ago I had write after approval access to the GDB repo (it was
>>>> CVS back then, though!) but my last commit from that era was in 2012.
>>>>
>>>> I'm fortunate enough to be back to GDB development, and I have a few
>>>> patches approved lately so is it ok if I get back on the write after
>>>> approval list?
>>>>
>>>> Thanks,
>>>> Thiago
>>>
>>> Yes, of course.  Updating one's email address can be considered "obvious",
>>> I'm sure.
>> Thank you! I just pushed this patch.
>> Even though updating an email is obvious, I didn't want to assume that I
>> was still on the write after approval list.
>> 
>
> Welcome back! :-)

Thank you! It's great to be back! 8-)

-- 
Thiago

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

end of thread, other threads:[~2022-12-05 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03  0:01 [PATCH] gdb: Update my email address in MAINTAINERS Thiago Jung Bauermann
2022-12-03 17:50 ` Simon Marchi
2022-12-05 14:04   ` Thiago Jung Bauermann
2022-12-05 14:07     ` Luis Machado
2022-12-05 16:02       ` Thiago Jung Bauermann

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 read-only IMAP folder(s) and NNTP newsgroup(s).