From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23237 invoked by alias); 11 Jun 2018 22:52:17 -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 23223 invoked by uid 89); 11 Jun 2018 22:52:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=stability, meantime, month X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Jun 2018 22:52:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1C59B5608E; Mon, 11 Jun 2018 18:52:14 -0400 (EDT) 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 A8XNJ-AzH6+Z; Mon, 11 Jun 2018 18:52:14 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DFC105607B; Mon, 11 Jun 2018 18:52:13 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 299CF86EB5; Mon, 11 Jun 2018 15:52:12 -0700 (PDT) Date: Mon, 11 Jun 2018 22:52:00 -0000 From: Joel Brobecker To: Pedro Franco de Carvalho Cc: gdb-patches@sourceware.org, uweigand@de.ibm.com Subject: Re: NEED FEEDBACK: time to start the GDB 8.2 release process (2018-05-30 update) Message-ID: <20180611225212.GA31460@adacore.com> References: <20180530225306.jbf5xtpgvkmno7md@adacore.com> <871sdqkwtt.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871sdqkwtt.fsf@linux.vnet.ibm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-06/txt/msg00296.txt.bz2 Hello, > I'm working on a few patches to enable access to additional registers in > ppc, which I was hoping to finish in time for 8.2. No patches are ready > yet, and probably won't be ready in two weeks. I might be able to finish > them in 3 or 4 weeks. They should be backportable to the branch. OK. Good to know. In case you're not familiar with the process, once the branch is cut, you'll need one of the Global Maintainers, typically the maintainer who reviews your patch, to OK it for the branch. We would normally only do that if it makes sense. In particular, we want to make sure that there is very little chance the branch's stability might be impacted. In the meantime, we're not ready for the branch, yet, but I will try to push for it to be created by end of this month. -- Joel