From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130203 invoked by alias); 27 Apr 2016 19:36:40 -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 130191 invoked by uid 89); 27 Apr 2016 19:36:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 27 Apr 2016 19:36:29 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2FE8246F; Wed, 27 Apr 2016 19:36:28 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-59.ams2.redhat.com [10.36.116.59]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3RJaOwe014702 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 27 Apr 2016 15:36:27 -0400 Date: Wed, 27 Apr 2016 19:36:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: gdb-7.11.1 re-spin update Message-ID: <20160427193624.GA25868@host1.jankratochvil.net> References: <20160425214951.GA4079@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160425214951.GA4079@adacore.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00608.txt.bz2 On Mon, 25 Apr 2016 23:49:51 +0200, Joel Brobecker wrote: > Looking at the wiki page for that release branch > (https://sourceware.org/gdb/wiki/GDB_7.11_Release), I see > there are currently 2 items marked critical before 7.11.1 > can be released: [...] > PR remote/19863 > (7.10 regression: gdb remote.c due to "setfs" with gdbserver <=7.9) I have checked in master + 7.11 branch and closed this PR now. Jan