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            
>> <jos...@codesourcery.com>
>>  Ada front end               Arnaud Charlet          <char...@adacore.com>
>>  Ada front end               Eric Botcazou           
>> <ebotca...@libertysurf.fr>
>>  Ada front end               Pierre-Marie de Rodat   <dero...@adacore.com>
>> -BRIG (HSAIL) front end      Pekka Jääskeläinen      
>> <pekka.jaaskelai...@parmance.com>
>> -BRIG (HSAIL) front end      Martin Jambor           <mjam...@suse.cz>
>>  c++                 Jason Merrill           <ja...@redhat.com>
>>  c++                 Nathan Sidwell          <nat...@acm.org>
>>  D front end         Iain Buclaw             <ibuc...@gdcproject.org>
>> @@ -177,8 +175,6 @@ libobjc                  Andrew Pinski           
>> <pins...@gmail.com>
>>  libquadmath         Tobias Burnus           <tob...@codesourcery.com>
>>  libquadmath         Jakub Jelinek           <ja...@redhat.com>
>>  libvtv                      Caroline Tice           <cmt...@google.com>
>> -libhsail-rt         Pekka Jääskeläinen      
>> <pekka.jaaskelai...@parmance.com>
>> -libhsail-rt         Martin Jambor           <mjam...@suse.cz>
>>  libphobos           Iain Buclaw             <ibuc...@gdcproject.org>
>>  line map            Dodji Seketeli          <do...@redhat.com>
>>  soft-fp                     Joseph Myers            
>> <jos...@codesourcery.com>
>> @@ -204,7 +200,6 @@ fixincludes              Bruce Korb              
>> <bk...@gnu.org>
>>  *gimpl*                     Jason Merrill           <ja...@redhat.com>
>>  gcse.c                      Jeff Law                <jeffreya...@gmail.com>
>>  global opt framework        Jeff Law                <jeffreya...@gmail.com>
>> -hsa                 Martin Jambor           <mjam...@suse.cz>
>>  jump.c                      David S. Miller         <da...@redhat.com>
>>  web pages           Gerald Pfeifer          <ger...@pfeifer.com>
>>  config.sub/config.guess     Ben Elliston            <config-patc...@gnu.org>

>From 210d49f95e840432a15640e8456cf8d49e47af14 Mon Sep 17 00:00:00 2001
From: Martin Liska <mli...@suse.cz>
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		<jos...@codesourcery.com>
 Ada front end		Arnaud Charlet		<char...@adacore.com>
 Ada front end		Eric Botcazou		<ebotca...@libertysurf.fr>
 Ada front end		Pierre-Marie de Rodat	<dero...@adacore.com>
-BRIG (HSAIL) front end	Pekka Jääskeläinen	<pekka.jaaskelai...@parmance.com>
-BRIG (HSAIL) front end 	Martin Jambor		<mjam...@suse.cz>
 c++			Jason Merrill		<ja...@redhat.com>
 c++			Nathan Sidwell		<nat...@acm.org>
 D front end		Iain Buclaw		<ibuc...@gdcproject.org>
@@ -177,8 +175,6 @@ libobjc			Andrew Pinski		<pins...@gmail.com>
 libquadmath		Tobias Burnus		<tob...@codesourcery.com>
 libquadmath		Jakub Jelinek		<ja...@redhat.com>
 libvtv			Caroline Tice		<cmt...@google.com>
-libhsail-rt		Pekka Jääskeläinen	<pekka.jaaskelai...@parmance.com>
-libhsail-rt		Martin Jambor		<mjam...@suse.cz>
 libphobos		Iain Buclaw		<ibuc...@gdcproject.org>
 line map		Dodji Seketeli		<do...@redhat.com>
 soft-fp			Joseph Myers		<jos...@codesourcery.com>
@@ -204,7 +200,6 @@ fixincludes		Bruce Korb		<bk...@gnu.org>
 *gimpl*			Jason Merrill		<ja...@redhat.com>
 gcse.c			Jeff Law		<jeffreya...@gmail.com>
 global opt framework	Jeff Law		<jeffreya...@gmail.com>
-hsa			Martin Jambor		<mjam...@suse.cz>
 jump.c			David S. Miller		<da...@redhat.com>
 web pages		Gerald Pfeifer		<ger...@pfeifer.com>
 config.sub/config.guess	Ben Elliston		<config-patc...@gnu.org>
@@ -448,6 +443,7 @@ Mihail Ionescu					<mihail.ione...@arm.com>
 Vladislav Ivanishin				<v...@ispras.ru>
 Alexander Ivchenko				<aivch...@gmail.com>
 Balaji V. Iyer					<bvi...@gmail.com>
+Pekka Jääskeläinen				<pekka.jaaskelai...@parmance.com>
 Daniel Jacobowitz				<d...@false.org>
 Andreas Jaeger					<a...@suse.de>
 Harsha Jagasia					<harsha.jaga...@amd.com>
-- 
2.31.1

Reply via email to