From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id E23D93851C05 for ; Sun, 14 Jun 2020 01:56:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E23D93851C05 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8C6181164C3; Sat, 13 Jun 2020 21:56:14 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OXZsBHILXCzs; Sat, 13 Jun 2020 21:56:14 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 129FF1164C2; Sat, 13 Jun 2020 21:56:13 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2D87A86488; Sat, 13 Jun 2020 18:56:12 -0700 (PDT) Date: Sat, 13 Jun 2020 18:56:12 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: simon.marchi@polymtl.ca, andrew.burgess@embecosm.com, ro@CeBiTec.Uni-Bielefeld.DE, tom@tromey.com Subject: GDB 10.1 release: branching early July? Message-ID: <20200614015612.GA6242@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: Sun, 14 Jun 2020 01:56:19 -0000 Hi everyone, Now that the GDB 9.2 release has been out for a few weeks, what do you think about turning our attention to starting the GDB 10 release cycle? I looked at the NEWS file, and there is a decent number of new features. Based on that, what do you think of aiming for branching during the weekend of July 4th? That's 3 weeks from now. We would then be creating the first pre-release at the same time if possible, and then try to aim for a release 2-3 weeks afterwards. Are there any changes that you think we should have in master before we create the branch? This is what is current in the 10.1 list on Bugzilla: * [unassigned] thread_info with duplicate ptid added to inferior thread list https://sourceware.org/bugzilla/show_bug.cgi?id=25412 Reported by Simon, who started investigating a bit. Simon says the issue appeared after the "multi-target" patch series went in (5b6d1e4fa by Pedro). Simon - is that still an issue? * [RainerO] [10 regression] run fails with ICE on Solaris Not sure if this is still an issue or not. Rainer did push some patches to master back in May. To be confirmed. I also know of the following issue which I think should get fixed before we branch: * [AndrewB/TomT] QEMU / GDB compatibility on RISCV64 ELF (failure to fetch some registers) https://sourceware.org/pipermail/gdb-patches/2020-June/169393.html Anything else you think we should include? Thank you! -- Joel