From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Dxg5KaWTBGXEyBYAWB0awg (envelope-from ) for ; Fri, 15 Sep 2023 13:25:57 -0400 Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=YJtycUox; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 9F73C1E0C3; Fri, 15 Sep 2023 13:25:57 -0400 (EDT) Received: from server2.sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 8C49D1E092 for ; Fri, 15 Sep 2023 13:25:55 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 356913858004 for ; Fri, 15 Sep 2023 17:25:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 356913858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694798755; bh=FY6io+DYb6Gj1+uSAHNjI9KqAkNizS1uM0LFoFCphqU=; h=Date:To:Cc:Subject:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=YJtycUox/fs9acXELEps8+W6pD4ftXoZ6b+BsjmKYxfHi+8z/XMbwsam5m1OD+kbZ HrI1hjaPwTyGlA3IAw4AyWlhO7llBUjwhgk+1WOlb7sAaCBDKQxwgVgz60czFFrzgz 9CthoPFqfNKiAFxT9kRiGqUHQTrdHPOI7iBHIreQ= Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id A456F3858C52 for ; Fri, 15 Sep 2023 17:25:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A456F3858C52 Received: from octopus (cust120-dsl54.idnet.net [212.69.54.120]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id CE54380910; Fri, 15 Sep 2023 17:25:34 +0000 (UTC) Date: Fri, 15 Sep 2023 18:25:29 +0100 To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [pushed] gdb: add Lancelot Six as maintainer of the AMD GPU port Message-ID: <20230915172529.dyollbazjox3pq43@octopus> References: <20230915161302.99668-1-simon.marchi@efficios.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230915161302.99668-1-simon.marchi@efficios.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (lndn.lancelotsix.com [0.0.0.0]); Fri, 15 Sep 2023 17:25:34 +0000 (UTC) X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On Fri, Sep 15, 2023 at 12:12:29PM -0400, Simon Marchi via Gdb-patches wrote: > Lancelot has accepted to take the role of maintainer for the AMD GPU > port. The AMD GPU port (amdgpu as I've written in the MAINTAINERS file) > is an umbrella term for everything needed to make this work: the amdgcn > arch, the amd-dbgapi target, solib-rocm, etc. > > Thanks for accepting the role, and congratulations! Thanks all! Best, Lancelot. > > Change-Id: I4c898042fda49b45dcb0d54ca94731bb57287f71 > --- > gdb/MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS > index df5df6c94295..7c9f36679c3e 100644 > --- a/gdb/MAINTAINERS > +++ b/gdb/MAINTAINERS > @@ -240,6 +240,9 @@ the native maintainer when resolving ABI issues. > > alpha --target=alpha-elf ,-Werror > > + amdgpu --target=amdgcn*-*-* > + Lancelot Six lancelot.six@amd.com > + > arc --target=arc-elf > Shahab Vahedi shahab@synopsys.com > > > base-commit: fe26aa95336c0ddec01b407b990caf2c758fd93f > -- > 2.42.0 >