From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23435 invoked by alias); 5 Nov 2019 21:33:07 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 23427 invoked by uid 89); 5 Nov 2019 21:33:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Nov 2019 21:33:05 +0000 Received: from [172.16.0.155] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id EB2AB1E4C2; Tue, 5 Nov 2019 16:33:02 -0500 (EST) Subject: Re: GDB 9.1 release -- 2019-11-01 Update To: Tom Tromey , Joel Brobecker Cc: gdb-patches@sourceware.org References: <20191104011626.GA24625@adacore.com> <87h83irqm5.fsf@tromey.com> From: Simon Marchi Message-ID: Date: Tue, 05 Nov 2019 21:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <87h83irqm5.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-11/txt/msg00128.txt.bz2 On 2019-11-05 3:54 p.m., Tom Tromey wrote: >>>>>> "Joel" == Joel Brobecker writes: > > Joel> Objective #1 is to branch. Before we do so, we need to identify > Joel> the list of changes that are large and/or tricky enough that we'd > Joel> want those change to be done in master, prior to branching. > > Joel> Below is the list of patches that I know about. If your name is > Joel> next to it, it means you're the patch's champion ;-). > > I have a lot of patches pending in gerrit. Most of them aren't really > important for any particular release, though this one is regression fix: > > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/371 > > Whether it goes in before or after the branch is made isn't too > important to me. > > > Plus, there's the series to fix the windows-nat crash. > > Tom > To help you track the patches that are on Gerrit that people would like to get in 9.1, we have tagged them with the hashtag "for-9.1": https://gnutoolchain-gerrit.osci.io/r/q/hashtag:for-9.1 We have only tagged the tip of the series, so in reality it includes the tagged patch and those it depends on. Simon