Re: [PATCH 4/4] Remove dead components from MAINTAINERS.

2021-04-21 Thread Martin Liška
On 4/21/21 10:44 AM, Martin Jambor wrote:
> Hi,
> 
> On Fri, Mar 12 2021, Martin Liska wrote:
>> ChangeLog:
>>
>>  * MAINTAINERS: Remove entries for removed
>>  components (HSA, BRIG, libhsail-rt).
> 
> Unless he objects, I think you should add Pekka to the Write After
> Approval section as well.

Yep, you are fully right.

Martin

> 
> Martin
> 
> 
>> ---
>>  MAINTAINERS | 5 -
>>  1 file changed, 5 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index db25583b37b..d3101d5c47f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -150,8 +150,6 @@ C front end/ISO C99  Joseph Myers
>> 
>>  Ada front end   Arnaud Charlet  
>>  Ada front end   Eric Botcazou   
>> 
>>  Ada front end   Pierre-Marie de Rodat   
>> -BRIG (HSAIL) front end  Pekka Jääskeläinen  
>> 
>> -BRIG (HSAIL) front end  Martin Jambor   
>>  c++ Jason Merrill   
>>  c++ Nathan Sidwell  
>>  D front end Iain Buclaw 
>> @@ -177,8 +175,6 @@ libobjc  Andrew Pinski   
>> 
>>  libquadmath Tobias Burnus   
>>  libquadmath Jakub Jelinek   
>>  libvtv  Caroline Tice   
>> -libhsail-rt Pekka Jääskeläinen  
>> 
>> -libhsail-rt Martin Jambor   
>>  libphobos   Iain Buclaw 
>>  line mapDodji Seketeli  
>>  soft-fp Joseph Myers
>> 
>> @@ -204,7 +200,6 @@ fixincludes  Bruce Korb  
>> 
>>  *gimpl* Jason Merrill   
>>  gcse.c  Jeff Law
>>  global opt frameworkJeff Law
>> -hsa Martin Jambor   
>>  jump.c          David S. Miller     
>>  web pages   Gerald Pfeifer  
>>  config.sub/config.guess Ben Elliston

>From 210d49f95e840432a15640e8456cf8d49e47af14 Mon Sep 17 00:00:00 2001
From: Martin Liska 
Date: Fri, 12 Mar 2021 08:48:43 +0100
Subject: [PATCH 4/4] Remove dead components from MAINTAINERS.

ChangeLog:

	* MAINTAINERS: Remove entries for removed
	components (HSA, BRIG, libhsail-rt).
	Move Pekka to Write After Approval.
---
 MAINTAINERS | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index db25583b37b..8ee8abef2ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -150,8 +150,6 @@ C front end/ISO C99	Joseph Myers		
 Ada front end		Arnaud Charlet		
 Ada front end		Eric Botcazou		
 Ada front end		Pierre-Marie de Rodat	
-BRIG (HSAIL) front end	Pekka Jääskeläinen	
-BRIG (HSAIL) front end 	Martin Jambor		
 c++			Jason Merrill		
 c++			Nathan Sidwell		
 D front end		Iain Buclaw		
@@ -177,8 +175,6 @@ libobjc			Andrew Pinski		
 libquadmath		Tobias Burnus		
 libquadmath		Jakub Jelinek		
 libvtv			Caroline Tice		
-libhsail-rt		Pekka Jääskeläinen	
-libhsail-rt		Martin Jambor		
 libphobos		Iain Buclaw		
 line map		Dodji Seketeli		
 soft-fp			Joseph Myers		
@@ -204,7 +200,6 @@ fixincludes		Bruce Korb		
 *gimpl*			Jason Merrill		
 gcse.c			Jeff Law		
 global opt framework	Jeff Law		
-hsa			Martin Jambor		
 jump.c			David S. Miller		
 web pages		Gerald Pfeifer		
 config.sub/config.guess	Ben Elliston		
@@ -448,6 +443,7 @@ Mihail Ionescu	
 Vladislav Ivanishin
 Alexander Ivchenko
 Balaji V. Iyer	
+Pekka Jääskeläinen
 Daniel Jacobowitz
 Andreas Jaeger	
 Harsha Jagasia	
-- 
2.31.1



Re: [PATCH 4/4] Remove dead components from MAINTAINERS.

2021-04-21 Thread Martin Jambor
Hi,

On Fri, Mar 12 2021, Martin Liska wrote:
> ChangeLog:
>
>   * MAINTAINERS: Remove entries for removed
>   components (HSA, BRIG, libhsail-rt).

Unless he objects, I think you should add Pekka to the Write After
Approval section as well.

Martin


> ---
>  MAINTAINERS | 5 -
>  1 file changed, 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index db25583b37b..d3101d5c47f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -150,8 +150,6 @@ C front end/ISO C99   Joseph Myers
> 
>  Ada front endArnaud Charlet  
>  Ada front endEric Botcazou   
> 
>  Ada front endPierre-Marie de Rodat   
> -BRIG (HSAIL) front end   Pekka Jääskeläinen  
> 
> -BRIG (HSAIL) front end   Martin Jambor   
>  c++  Jason Merrill   
>  c++  Nathan Sidwell  
>  D front end  Iain Buclaw 
> @@ -177,8 +175,6 @@ libobjc   Andrew Pinski   
> 
>  libquadmath  Tobias Burnus   
>  libquadmath  Jakub Jelinek   
>  libvtv   Caroline Tice   
> -libhsail-rt  Pekka Jääskeläinen  
> 
> -libhsail-rt  Martin Jambor   
>  libphobosIain Buclaw 
>  line map Dodji Seketeli  
>  soft-fp  Joseph Myers
> 
> @@ -204,7 +200,6 @@ fixincludes   Bruce Korb  
> 
>  *gimpl*  Jason Merrill   
>  gcse.c   Jeff Law
>  global opt framework Jeff Law
> -hsa  Martin Jambor   
>  jump.c   David S. Miller 
>  web pagesGerald Pfeifer  
>  config.sub/config.guess  Ben Elliston


[PATCH 4/4] Remove dead components from MAINTAINERS.

2021-04-21 Thread Martin Liska

ChangeLog:

* MAINTAINERS: Remove entries for removed
components (HSA, BRIG, libhsail-rt).
---
 MAINTAINERS | 5 -
 1 file changed, 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index db25583b37b..d3101d5c47f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -150,8 +150,6 @@ C front end/ISO C99	Joseph Myers		
 Ada front end		Arnaud Charlet		
 Ada front end		Eric Botcazou		
 Ada front end		Pierre-Marie de Rodat	
-BRIG (HSAIL) front end	Pekka Jääskeläinen	
-BRIG (HSAIL) front end 	Martin Jambor		
 c++			Jason Merrill		
 c++			Nathan Sidwell		
 D front end		Iain Buclaw		
@@ -177,8 +175,6 @@ libobjc			Andrew Pinski		
 libquadmath		Tobias Burnus		
 libquadmath		Jakub Jelinek		
 libvtv			Caroline Tice		
-libhsail-rt		Pekka Jääskeläinen	
-libhsail-rt		Martin Jambor		
 libphobos		Iain Buclaw		
 line map		Dodji Seketeli		
 soft-fp			Joseph Myers		
@@ -204,7 +200,6 @@ fixincludes		Bruce Korb		
 *gimpl*			Jason Merrill		
 gcse.c			Jeff Law		
 global opt framework	Jeff Law		
-hsa			Martin Jambor		
 jump.c			David S. Miller		
 web pages		Gerald Pfeifer		
 config.sub/config.guess	Ben Elliston