From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id tlFZOHpmz1+laAAAWB0awg (envelope-from ) for ; Tue, 08 Dec 2020 06:41:46 -0500 Received: by simark.ca (Postfix, from userid 112) id DB63F1F096; Tue, 8 Dec 2020 06:41:46 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 0AF971E590 for ; Tue, 8 Dec 2020 06:41:46 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6BDA63858022; Tue, 8 Dec 2020 11:41:45 +0000 (GMT) Received: from cvs.linux-mips.org (eddie.linux-mips.org [148.251.95.138]) by sourceware.org (Postfix) with ESMTP id 3BFA63858022 for ; Tue, 8 Dec 2020 11:41:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3BFA63858022 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-mips.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@linux-mips.org Received: from localhost.localdomain ([127.0.0.1]:42278 "EHLO localhost" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993130AbgLHLljieNxw (ORCPT ); Tue, 8 Dec 2020 12:41:39 +0100 Date: Tue, 8 Dec 2020 11:41:39 +0000 (GMT) From: "Maciej W. Rozycki" To: Joel Brobecker Subject: Re: [PATCH 1/4] gdb: make discrete_position return optional In-Reply-To: <20201208030632.GF3202@adacore.com> Message-ID: References: <20201123162120.3778679-1-simon.marchi@efficios.com> <20201123162120.3778679-2-simon.marchi@efficios.com> <20201206053835.GC321750@adacore.com> <11f410ad-f939-5668-9566-00287a3a891d@efficios.com> <20201208030632.GF3202@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: , Cc: Simon Marchi , Simon Marchi via Gdb-patches Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Tue, 8 Dec 2020, Joel Brobecker wrote: > > > ... that you revision logs have the Change-Id: field, which I assume > > > was for when we were trying Gerrit out. Since it's no longer the case, > > > perhaps you might want to disconnect the hook that adds them > > > automatically? > > > > I use Gerrit myself for tracking the patches I send to GDB. That's the only > > reliable way I found to keep track of patches I've sent that I haven't > > merged yet, so they don't just get lost and forgotten on the list. And I > > presume it doesn't really cause an inconvenience to anybody. > > I can only speak for myself, but personally I don't mind. The only > reason I highlighted them is because I thought they were an oversight. FWIW at we have a working instance of patchwork too that can be used to track own and other people's submissions, which also has been recently brought up to date as far as the engine is concerned, thanks to people using it actively for the glibc project. They've even set up a weekly meeting recently to review patches: . That might be something to consider I believe for patch management. Maciej