From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6RlYLaeCBGX6vxYAWB0awg (envelope-from ) for ; Fri, 15 Sep 2023 12:13:27 -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=lm2ZeqtN; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id B005A1E0C3; Fri, 15 Sep 2023 12:13:27 -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 A345C1E028 for ; Fri, 15 Sep 2023 12:13:25 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1EED23858C74 for ; Fri, 15 Sep 2023 16:13:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1EED23858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694794405; bh=zr+GAP+Lv8uAVVb3/u4gqrOv7tU7T8ixLXB/XzQSDuw=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=lm2ZeqtNwhICvo8r93H2x2LJKZSaMv5FG6cfJ3V3FSXgyltYdofvHOEi0exmruqCM gm59Sjwa0uoFCen9D+N6P0p6yomp22egP3Yblh5zMBOl8n239HQfbEloYKpOy6yNfZ darIDcjPKsOXJ0h57PGivHNzlxev1drM+fTWuW0U= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id A34003858D35 for ; Fri, 15 Sep 2023 16:13:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A34003858D35 Received: from smarchi-efficios.internal.efficios.com (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (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 ESMTPSA id 13E741E028; Fri, 15 Sep 2023 12:13:03 -0400 (EDT) To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: [pushed] gdb: add Lancelot Six as maintainer of the AMD GPU port Date: Fri, 15 Sep 2023 12:12:29 -0400 Message-ID: <20230915161302.99668-1-simon.marchi@efficios.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3497.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_NONE, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_SOFTFAIL, 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: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" 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! 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