[PATCH] Add myself to write after approval and DCO

2024-02-27 Thread Fangrui Song
From: Fangrui Song 

ChangeLog:

* MAINTAINERS: Add myself.

Signed-off-by: Fangrui Song 
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 986e8d0a725..b01fab16061 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -669,6 +669,7 @@ Edward Smith-Rowland

 Anatoly Sokolov
 Michael Sokolov

 Jayant Sonar   
+Fangrui Song   
 Richard Stallman   
 Basile Starynkevitch   
 Jakub Staszak  
@@ -779,6 +780,7 @@ Bill Schmidt

 Nathaniel Shead

 Nathan Sidwell 
 Edward Smith-Rowland   
+Fangrui Song   
 Petter Tomner  
 Martin Uecker  
 Jonathan Wakely
-- 
2.44.0.rc1.240.g4c46232300-goog



[PATCH] Add myself to write after approval and DCO.

2024-02-26 Thread Juergen Christ
Hello,

I have added myself to write after approval and DCO.

Thanks,

Juergen Christ

ChangeLog:

* MAINTAINERS: Add myself to write after approval and DCO.

Signed-off-by: Juergen Christ 
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cb5a42501dd2..ca6a27b4c11b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -375,6 +375,7 @@ Dehao Chen  

 Fabien ChĂȘne   
 Clément Chigot 
 Harshit Chopra 
+Juergen Christ 
 Tamar Christina

 Eric Christopher   
 Paul Clarke
@@ -756,6 +757,7 @@ Certificate of Origin Version 1.1.  See 
https://gcc.gnu.org/dco.html for more
 information.
 
 
+Juergen Christ  
 Robin Dapp 
 Robin Dapp 
 Michal Jires   
-- 
2.39.3



[PATCH] Add Myself to Write After Approval and DCO List

2024-02-10 Thread Alexander Westbrooks
Hello,

I have added myself to write after approval.

Thanks,

Alexander Westbrooks

>From 564b307970d3be7a02e827420f0fad87bd335d9b Mon Sep 17 00:00:00 2001
From: Alexander Westbrooks 
Date: Sat, 10 Feb 2024 12:20:00 -0600
Subject: [PATCH] Add Myself to Write After Approval and DCO List

ChangeLog:

* MAINTAINERS: Add myself to write after approval and DCO.

Signed-off-by: Alexander Westbrooks 
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3720344308e..617133447f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -714,6 +714,7 @@ Stephen M. Webb
 
 John Wehle 
 Florian Weimer 
 Zack Weinberg  
+Alexander Westbrooks   
 Mark Wielaard  
 Edmar Wienskoski   
 Ollie Wild 
@@ -778,4 +779,5 @@ Edward Smith-Rowland
 
 Petter Tomner  
 Martin Uecker  
 Jonathan Wakely
+Alexander Westbrooks   
 Chung-Ju Wu
-- 
2.25.1


[PATCH] Add myself to write after approval

2023-12-11 Thread Paul Iannetta
Hi,

I would like to add myself to write after approval, is it ok for
master?

Thanks,
Paul Iannetta

---8<---

ChangeLog:

* MAINTAINERS: Add myself to write after approval

Signed-off-by: Paul Iannetta 
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0dbcbadcfd7..971a33873bb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -471,6 +471,7 @@ Dominique d'Humieres

 Andy Hutchinson
 Joel Hutton
 Lewis Hyatt
+Paul Iannetta  
 Roland Illig   
 Meador Inge
 Bernardo Innocenti 
-- 
2.35.1.500.gb896f729e2







[PATCH] Add myself for write after approval

2023-07-31 Thread Hu, Lin1 via Gcc-patches
ChangeLog:

* MAINTAINERS (Write After Approval): Add myself.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 49aa6bae73b..90e2c81f0c2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -460,6 +460,7 @@ Matthew Hiller  

 Kazu Hirata
 Manfred Hollstein  
 Cong Hou   
+Lin Hu 
 Falk Hueffner  
 Andrew John Hughes 
 Dominique d'Humieres   
-- 
2.31.1



[PATCH] Add myself to write after approval

2023-04-25 Thread juzhe . zhong
From: Ju-Zhe Zhong 

ChangeLog:

* MAINTAINERS: Add myself.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 4fbfa01c111..b91f49dec96 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -715,6 +715,7 @@ Shujing Zhao

 Jon Ziegler
 Roman Zippel   
 Josef Zlomek   
+Juzhe Zhong
 
Bug database only accounts
 
-- 
2.36.3



Re: [PATCH] Add myself for write after approval

2022-06-30 Thread Jeff Law via Gcc-patches




On 6/30/2022 8:22 PM, Hongtao Liu via Gcc-patches wrote:

I think this can be taken as an obvious fix without prior approval.
"Obvious fixes can be committed without prior approval. Just check in
the fix and copy it to gcc-patches."
Quoted from https://gcc.gnu.org/gitwrite.html
If we've given someone write access, they need to be listed in the 
MAINTAINERsS file, so yes, this is something I'd consider obvious.


In fact, I thought the template message we sent to folks when they're 
given write access includes a request to add a new entry to the 
MAINTAINERS file.


Jeff


Re: [PATCH] Add myself for write after approval

2022-06-30 Thread Hongtao Liu via Gcc-patches
I think this can be taken as an obvious fix without prior approval.
"Obvious fixes can be committed without prior approval. Just check in
the fix and copy it to gcc-patches."
Quoted from https://gcc.gnu.org/gitwrite.html

On Fri, Jul 1, 2022 at 10:02 AM Haochen Jiang via Gcc-patches
 wrote:
>
> Hi all,
>
> I want to add myself in MAINTAINERS for write after approval.
>
> Ok for trunk?
>
> BRs,
> Haochen
>
> ChangeLog:
>
> * MAINTAINERS (Write After Approval): Add myself.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 151770f59f4..3c448ba9eb6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -464,6 +464,7 @@ Harsha Jagasia  
> 
>  Fariborz Jahanian  
>  Surya Kumari Jangala   
>  Qian Jianhua   
> +Haochen Jiang  
>  Janis Johnson  
> 
>  Teresa Johnson 
>  Kean Johnston  
> --
> 2.18.1
>


-- 
BR,
Hongtao


[PATCH] Add myself for write after approval

2022-06-30 Thread Haochen Jiang via Gcc-patches
Hi all,

I want to add myself in MAINTAINERS for write after approval.

Ok for trunk?

BRs,
Haochen

ChangeLog:

* MAINTAINERS (Write After Approval): Add myself.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 151770f59f4..3c448ba9eb6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -464,6 +464,7 @@ Harsha Jagasia  

 Fariborz Jahanian  
 Surya Kumari Jangala   
 Qian Jianhua   
+Haochen Jiang  
 Janis Johnson  
 Teresa Johnson 
 Kean Johnston  
-- 
2.18.1



[COMMITTED PATCH] add myself to write after approval list

2012-11-15 Thread Roland McGrath
2012-11-15  Roland McGrath  rol...@hack.frob.com

* MAINTAINERS (Write After Approval): Add myself.

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -457,6 +457,7 @@ Simon Martin
simar...@users.sourceforge.net
 Ranjit Mathew  rmat...@hotmail.com
 Michael Matz   m...@suse.de
 Greg McGaryg...@gnu.org
+Roland McGrath rol...@hack.frob.com
 Adam Megacza...@xwt.org
 Bingfeng Mei   b...@broadcom.com
 Jim Meyering   j...@meyering.net


[PATCH] Add myself to write-after-approval section of MAINTAINERS file

2012-06-21 Thread Meador Inge
Subject says it all ...

2012-06-21  Meador Inge  mead...@codesourcery.com

* MAINTAINERS (Write After Approval): Add myself.

Index: MAINTAINERS
===
--- MAINTAINERS (revision 188858)
+++ MAINTAINERS (working copy)
@@ -392,6 +392,7 @@
 Andrew John Hughes gnu_and...@member.fsf.org
 Andy Hutchinsonhutchinsona...@aim.com
 Naveen H.S navee...@kpitcummins.com
+Meador Ingemead...@codesourcery.com
 Bernardo Innocenti ber...@develer.com
 Balaji V. Iyer  bvi...@gmail.com
 Daniel Jacobowitz  d...@false.org