From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 3E9333858D35 for ; Sat, 30 May 2020 17:38:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3E9333858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: by simark.ca (Postfix, from userid 112) id CC5471EAB9; Sat, 30 May 2020 13:38:47 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id D3EE61E791; Sat, 30 May 2020 13:38:43 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sat, 30 May 2020 13:38:43 -0400 From: Simon Marchi To: Simon Marchi Cc: gdb-patches@sourceware.org, Thomas Schwinge , thomas@schwinge.name, bug-hurd@gnu.org Subject: Re: [PATCHv2 1/7] hurd: fix gnu_debug_flag type In-Reply-To: <20200530165316.ikjkmdkj4c7ybqbo@function> References: <20200529220049.gm7vt7gvtw7if6lg@function> <995a0223-b69b-0998-df9e-c83c54673fa1@simark.ca> <20200530160037.fj7mohmused2qhne@function> <4bdbc000-70ea-13bb-60e4-3d4a1f541d67@simark.ca> <20200530165316.ikjkmdkj4c7ybqbo@function> Message-ID: X-Sender: simark@simark.ca User-Agent: Roundcube Webmail/1.3.10 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2020 17:38:49 -0000 On 2020-05-30 12:53, Samuel Thibault wrote: > Simon Marchi, le sam. 30 mai 2020 12:12:24 -0400, a ecrit: >> We can either push on your behalf. But if you'd like to have push >> access, because >> you plan to make regular contributions, you can ask for an account >> here, and specify >> me as "email address of person who approved request". >> >> https://sourceware.org/cgi-bin/pdw/ps_form.cgi > > Ah, I already have a sourceware account (for glibc), the page says that > in such case I should > > “send an email to the overseers mail account at this site” > > but I don't understand what that means. > > Samuel "this site" is sourceware.org, so overseers at sourceware dot org. They are also very responsive on the #overseers IRC channel on Freenode. Simon