This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Daniel Jacobowitz and Mark Kettenis stepping down as Global Maintainers


Hello,

This is to announce that Daniel and Mark have decided to step down
from their role as Global Maintainers. So, I will apply the attached
patch right after sending this email.

On behalf of the entire GDB community, I would like to thank both
Daniel and Mark for their outstanding contributions to the GDB Project.

It is hard to date when Daniel actually started contributing to
the GDB project, but looking at the email archives, I found his
first contributions sometime in 2001. Daniel quickly became a
trusted contributor, resulting in his first being nominated 
the maintainer of a number areas of the GDB code base, until
he was then invited to join the group of Global Maintainers
in Nov 2002.  The project was very fortunate to have Daniel be part 
of it, particularly during a long period where he was taking care of
reviewing a very large portion of the patches submitted for inclusion.
Thank you, Daniel!

I found Mark's involvment to be even earlier than Daniel's,
finding a contribution in Apr 1998 [1]! Mark's high-quality 
contributions quickly led to a number of nominations until 
we was nominated Global Maintainer in sep 2000. Over the years,
Mark made a significant contribution to the project in various
ways. Not only was he an active contributor and maintainer of
many targets systems and architectures, he also helped the project
tremendously through his careful reviews. Thank you, Mark!

[1] https://www.sourceware.org/ml/gdb-patches/1998/msg00051.html

gdb/ChangeLog:

        * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
        the past maintainers section.

-- 
Joel
>From 8eab8d2309959f448d5c7820fc2c76f869659851 Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
Date: Mon, 1 May 2017 09:59:15 -0700
Subject: [PATCH] gdb/MAINTAINERS: Move Daniel J and Mark to the Past
 Maintainers section.

gdb/ChangeLog:

        * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
        the past maintainers section.
---
 gdb/MAINTAINERS | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 2513b03..1a6bc30 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -153,8 +153,6 @@ Joel Brobecker			brobecker@adacore.com
 Kevin Buettner			kevinb@redhat.com
 Andrew Cagney			cagney@gnu.org
 Doug Evans			dje@google.com
-Daniel Jacobowitz		drow@false.org
-Mark Kettenis           	kettenis@gnu.org
 Simon Marchi			simon.marchi@ericsson.com
 Yao Qi				yao.qi@arm.com
 Stan Shebs			stanshebs@google.com
@@ -254,7 +252,6 @@ the native maintainer when resolving ABI issues.
 	h8300		--target=h8300-elf ,-Werror
 
 	i386		--target=i386-elf ,-Werror
-			Mark Kettenis           kettenis@gnu.org
 
 	ia64		--target=ia64-linux-gnu ,-Werror
 			(--target=ia64-elf broken)
@@ -271,7 +268,6 @@ the native maintainer when resolving ABI issues.
 	m68k		--target=m68k-elf ,-Werror
 
 	m88k		--target=m88k-openbsd ,-Werror
-			Mark Kettenis		kettenis@gnu.org
 
 	mcore		Deleted
 
@@ -358,25 +354,17 @@ their platform.
 Darwin			Tristan Gingold		gingold@adacore.com
 djgpp native		Eli Zaretskii		eliz@gnu.org
 GNU Hurd		Alfred M. Szmidt	ams@gnu.org
-GNU/Linux/x86 native & host
-			Mark Kettenis		kettenis@gnu.org
-GNU/Linux MIPS native & host
-			Daniel Jacobowitz	drow@false.org
 GNU/Linux m68k		Andreas Schwab		schwab@linux-m68k.org
-FreeBSD native & host	Mark Kettenis		kettenis@gnu.org
 
 
 
 Core: Generic components used by all of GDB
 
-threads			Mark Kettenis		kettenis@gnu.org
-
 linespec		Keith Seitz             keiths@redhat.com
 
 language support
   Ada			Joel Brobecker		brobecker@adacore.com
 			Paul Hilfinger		hilfinger@gnat.com
-  C++			Daniel Jacobowitz	drow@false.org
   D			Iain Buclaw		ibuclaw@gdcproject.org
   Objective C support   Adam Fedor		fedor@gnu.org
   Rust			Tom Tromey		tom@tromey.com
@@ -724,7 +712,8 @@ Fernando Nasser (testsuite/, mi, cli, KOD)      fnasser at redhat dot com
 Mark Salter (testsuite/lib+config)		msalter at redhat dot com
 Jim Kingdon (web pages)				kingdon at panix dot com
 Jim Ingham (gdbtk, libgui)			jingham at apple dot com
-Mark Kettenis (hurd native)			kettenis at gnu dot org
+Mark Kettenis (global, i386-elf, m88k-openbsd,
+  GNU/Linux x86, FreeBSD, hurd native, threads) kettenis at gnu dot org
 Ian Roxborough (in-tree tcl, tk, itcl)		irox at redhat dot com
 Robert Lipe (SCO/Unixware)			rjl at sco dot com
 Peter Schauer (global, AIX, xcoffsolib,
@@ -736,6 +725,8 @@ Fred Fish (global)
 Jim Blandy (global)				jimb@red-bean.com
 Michael Snyder (global)
 Christopher Faylor (MS Windows, host & native)
+Daniel Jacobowitz (global, GNU/Linux MIPS,
+  C++, GDBserver)				drow at false dot org
 
 
 Folks that have been caught up in a paper trail:
-- 
2.9.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]