Commit Graph

1389 Commits

Author SHA1 Message Date
navidr
b8443da2fd MAINTAINERS: Change my contact email in MAINTAINERS file.
* MAINTAINERS: Changing my email to gnu email.
2024-08-07 04:55:37 +00:00
Jennifer Schmitz
219b09215f [MAINTAINERS] Add my email address to write after approval and DCO.
ChangeLog:
	* MAINTAINERS: Add myself.
2024-08-05 14:16:04 +02:00
Sam James
7ad6b912d9
MAINTAINERS: Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself.
2024-07-26 16:58:02 +01:00
Matthew Malcomson
93ced50d1c [MAINTAINERS] Update email and move to DCO
* MAINTAINERS: Update my email address.

Signed-off-by: Matthew Malcomson <mmalcomson@nvidia.com>
2024-07-24 10:30:48 +01:00
Richard Sandiford
6fc24a0222 Add gcc.gnu.org account names to MAINTAINERS
As discussed in the thread starting at:

  https://gcc.gnu.org/pipermail/gcc/2024-June/244199.html

it would be useful to have the @gcc.gnu.org bugzilla account names
in MAINTAINERS.  This is because:

(a) Not every non-@gcc.gnu.org email listed in MAINTAINERS is registered
    as a bugzilla user.

(b) Only @gcc.gnu.org accounts tend to have full rights to modify tickets.

(c) A maintainer's name and email address aren't always enough to guess
    the bugzilla account name.

(d) The users list on bugzilla has many blank entries for "real name".

However, including @gcc.gnu.org to the account name might encourage
people to use it for ordinary email, rather than just for bugzilla.
This patch goes for the compromise of using the unqualified account
name, with some text near the top of the file to explain its usage.

There isn't room in the area maintainer sections for a new column,
so it seemed better to have the account name only in the Write
After Approval section.  It's then necessary to list all maintainers
there, even if they have more specific roles as well.

Also, there were some entries that didn't line up with the
prevailing columns (they had one tab too many or one tab too few).
It seemed easier to check for and report this, and other things,
if the file used spaces rather than tabs.

There was one instance of an email address without the trailing ">".
The updates to check-MAINTAINERS.py includes a test for that.

The account names in the file were taken from a trawl of the
gcc-cvs archives, with a very small number of manual edits for
ambiguities.  There are a handful of names that I couldn't find;
the new column has "-" for those.  The names were then filtered
against the bugzilla @gcc.gnu.org user list, with those not
present again being blanked out with "-".

ChangeLog:
	* MAINTAINERS: Replace tabs with spaces.  Add a bugzilla account
	name column to the Write After Approval section.  Line up the
	email column and fix an entry that was missing the trailing ">".

contrib/ChangeLog:
	* check-MAINTAINERS.py (sort_by_surname): Replace with...
	(get_surname): ...this.
	(has_tab, is_empty): Delete.
	(check_group): Take a list of column positions as argument.
	Check that lines conform to these column numbers.  Check that the
	final column is an email in angle brackets.  Record surnames on
	the fly.
	(top level): Reject tabs.  Use paragraph counts to identify which
	groups of lines should be checked.  Report missing sections.
2024-07-13 16:22:58 +01:00
Kugan Vivekanandarajah
b38c8fdd82 [MAINTAINERS] Update my email address and move to DCO.
* MAINTAINERS: Update my email address.

Signed-off-by: Kugan Vivekanandarajah <kvivekananda@nvidia.com>
2024-07-11 20:03:20 +10:00
Filip Kastl
4da5dc4be8 MAINTAINERS: Fix order in DCO
ChangeLog:

	* MAINTAINERS: Fix order in Contributing under the DCO.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
2024-07-05 15:17:58 +02:00
Prathamesh Kulkarni
5681407000 [MAINTAINERS] Update my email address.
* MAINTAINERS: Update my email address and add myself to DCO.

Signed-off-by: Prathamesh Kulkarni  <prathameshk@nvidia.com>
2024-07-03 18:59:48 +05:30
Claudiu Zissulescu
382e2123c4 [MAINTAINERS] Update my email address
Update my email address.

ChangeLog:

	* MAINTAINERS: Update claziss email address.

Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
2024-07-01 10:53:19 +03:00
Ramana Radhakrishnan
17d0982f42 [MAINTAINERS] Update my email address and move to DCO.
Signed-off-by: Ramana Radhakrishnan  <ramanara@nvidia.com>

	* MAINTAINERS: Update my email address.
2024-06-19 06:48:57 +05:30
Kyrylo Tkachov
5f6b42969d [MAINTAINERS] Update my email address
Pushing to trunk.

	* MAINTAINERS (aarch64 port): Update my email address.
	(DCO section): Likewise.

Signed-off-by: Kyrylo Tkachov <ktkachov@nvidia.com>
2024-06-18 14:00:54 +02:00
Pengxuan Zheng
96ec186d1d MAINTAINERS: Add myself to Write After Approval and DCO
ChangeLog:

	* MAINTAINERS: Add myself to Write After Approval and DCO.

Signed-off-by: Pengxuan Zheng <quic_pzheng@quicinc.com>
2024-05-31 11:23:16 -07:00
Gerald Pfeifer
f94598ffaf MAINTAINERS: Update Joern Rennecke's status
This is per his mail to gcc@gcc.gnu.org on 7 Jul 2023.

ChangeLog:
	* MAINTAINERS: Move Joern Rennecke from arc and epiphany maintainer
	to Write After Approval.
2024-05-20 16:43:42 +02:00
Levy Hsu
6daed96154 MAINTAINERS: Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself.
2024-05-18 02:23:52 +08:00
Filip Kastl
1a80928092 MAINTAINERS: Fix an entry using spaces instead of tabs
In the MAINTAINERS file, names and emails are separated by tabs.  One of
the entries recently added used spaces.  This patch corrects this.

The check-MAINTAINERS.py script breaks a bit when this happens.  This
patch also adds warning about this situation into the script.

ChangeLog:

	* MAINTAINERS: Use tabs between name and email.

contrib/ChangeLog:

	* check-MAINTAINERS.py: Add warning about not using tabs.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
2024-05-14 10:34:12 +02:00
Xiao Zeng
4aeff8436d MAINTAINERS: Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself.
2024-05-13 10:52:44 +08:00
H.J. Lu
80d1e2ec4d Add myself to DCO
ChangeLog:

	* MAINTAINERS: Add myself to DCO.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
2024-05-09 07:59:50 -07:00
Paul-Antoine Arras
b7bd2ec73d MAINTAINERS: Update my email address
ChangeLog:

	* MAINTAINERS: Update my email address.
2024-04-04 16:39:52 +02:00
Kyrylo Tkachov
f2ccfb2d0b [MAINTAINERS] Update my email address and step down as arm port maintainer
* MAINTAINERS: Update my email details, remove myself as arm
	maintainer.  Add myself to DCO section.
2024-04-04 09:12:28 +01:00
Filip Kastl
1329dacdc0 MAINTAINERS: Fix order in Write After Aproval
ChangeLog:

	* MAINTAINERS: Fix order of names in Write After Aproval

Signed-off-by: Filip Kastl <fkastl@suse.cz>
2024-03-08 09:14:44 +01:00
demin.han
1835933a1c MAINTAINERS: Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself

Signed-off-by: demin.han <demin.han@starfivetech.com>
2024-03-04 14:42:17 +08:00
Fangrui Song
bfecc90737 Add myself to write after approval and DCO
ChangeLog:

	* MAINTAINERS: Add myself.

Signed-off-by: Fangrui Song <maskray@gcc.gnu.org>
2024-02-28 12:57:20 -08:00
Juergen Christ
146f16c97f Add myself to write after approval and DCO.
ChangeLog:

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

Signed-off-by: Juergen Christ <jchrist@linux.ibm.com>
2024-02-26 14:50:08 +01:00
Monk Chiang
eb7a8f213d Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself.
2024-02-23 15:48:56 +08:00
Alexander Westbrooks
93e1559bea Add Myself to Write After Approval and DCO List
ChangeLog:

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

Signed-off-by: Alexander Westbrooks <alexanderw@gcc.gnu.org>
2024-02-10 12:49:29 -06:00
Maciej W. Rozycki
78005c6489 MAINTAINERS: Update my e-mail address
* MAINTAINERS: Update my e-mail address.
2024-02-03 14:07:02 +00:00
Sandra Loosemore
56891a20ac MAINTAINERS: Update my e-mail address.
ChangeLog/
	* MAINTAINERS: Update my e-mail address.
2024-02-01 22:28:42 -07:00
Kwok Cheung Yeung
f3fdaa3eec MAINTAINERS: Update my work email address
* MAINTAINERS: Update my work email address.
2024-01-29 16:42:26 +00:00
Chung-Lin Tang
ffeab69e1f MAINTAINERS: Update my work email address
* MAINTAINERS: Update my work email address.
2024-01-25 18:20:43 +00:00
Thomas Schwinge
7fcdb50136 MAINTAINERS: Update my work email address
* MAINTAINERS: Update my work email address.
2024-01-24 12:03:03 +01:00
Tobias Burnus
ed4c7893de MAINTAINERS: Update my email address
ChangeLog:

	* MAINTAINERS: Update my email address.

Signed-off-by: Tobias Burnus <tburnus@baylibre.com>
2024-01-23 22:18:57 +01:00
Andrew Stubbs
cc082cf97e Update my email in MAINTAINERS
ChangeLog:

	* MAINTAINERS: Update

Signed-off-by:  Andrew Stubbs <ams@baylibre.com>
2024-01-23 17:23:22 +00:00
Andrew Pinski
2e3a75f714 Add myself to the DCO section
It is time to add myself to DCO section for my quicinc email account.

ChangeLog:

	* MAINTAINERS (DCO): Add myself.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
2024-01-15 14:20:11 -08:00
Joseph Myers
0d0908c365 MAINTAINERS: Update my email address
* MAINTAINERS: Update my email address.
2024-01-08 18:52:09 +00:00
Joseph Myers
77f30e22f1 MAINTAINERS: Update my email address
There will be another update in January.

	* MAINTAINERS: Update my email address.
2023-12-30 00:27:32 +00:00
Pierre-Emmanuel Patry
e4f0eb725d libgrust: Add entry for maintainers
ChangeLog:

	* MAINTAINERS: Add maintainers for libgrust.

contrib/ChangeLog:

	* gcc-changelog/git_commit.py: Add libgrust.

Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
2023-12-14 13:34:20 +01:00
Paul Iannetta
1ee4ad6e92 Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself to write after approval

Signed-off-by: Paul Iannetta <piannetta@kalrayinc.com>
2023-12-12 09:37:21 +01:00
Feng Wang
3e93a3f09d MAINTAINERS: Update my email address
ChangeLog:

	* MAINTAINERS: Update my email address
2023-12-12 02:16:59 +00:00
Feng Wang
46cfafad9b MAINTAINERS: Add myself to write after approval and DCO
ChangeLog:

	* MAINTAINERS: Add myself to write after approval
2023-12-12 02:00:32 +00:00
Nathaniel Shead
7572fa2b58 MAINTAINERS: Add myself to write after approval and DCO
ChangeLog:

	* MAINTAINERS: Add myself to write after approval and DCO

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
2023-11-24 10:43:54 +11:00
Petter Tomner
f73808b3b4 MAINTAINERS: Update my email address.
Update my email address in the MAINTAINERS file.

2023-11-18	Petter Tomner <tomner@bahnhof.se>

ChangeLog:
	* MAINTAINERS: Update my email address.
2023-11-18 23:30:35 +01:00
Frederik Harwath
9419b40882 MAINTAINERS: Update my e-mail address
* MAINTAINERS: Change my address.
2023-11-18 11:06:26 +01:00
Michal Jires
8ed7120eaa Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself.
2023-11-16 18:02:35 +01:00
Jivan Hakobyan
38202d24cc MAINTAINERS: Add myself to write after approval
Signed-off-by: Jeff Law <jeffreyalaw@gmail.com>

ChangeLog:

	* MAINTAINERS: Add myself.
2023-11-10 01:05:22 +04:00
YunQiang Su
a0273d257c MAINTAINERS: Update my email address
ChangeLog:

	* MAINTAINERS: Update my email address.
2023-11-09 18:03:01 +08:00
Carl Love
471fb6ee43 MAINTAINERS: Update my email address
ChangeLog:

	* MAINTAINERS: Update my email address.
2023-11-06 17:24:11 -05:00
Filip Kastl
70b02dfd72 MAINTAINERS: Fix write after approval name order
ChangeLog:

	* MAINTAINERS: Fix name order.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
2023-10-11 14:53:44 +02:00
Christoph Müllner
ddf17b6d71 MAINTAINERS: Add myself to write after approval
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>

ChangeLog:

	* MAINTAINERS: Add myself.
2023-10-10 14:30:02 +02:00
Fei Gao
79b34b9543 MAINTAINERS: Add myself to write after approval
Signed-off-by: Fei Gao <gaofei@eswincomputing.com>
ChangeLog:

	* MAINTAINERS: Add myself.
2023-09-18 09:43:54 +00:00
Edwin Lu
2e36c4a04a MAINTAINERS: Add myself to write after approval
ChangeLog:

	* MAINTAINERS: Add myself
2023-09-12 09:49:43 -07:00