From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id C93F5385700F for ; Sun, 7 Mar 2021 06:25:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C93F5385700F Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-207-pZ4TDaj7N7KPalEVB7b_lA-1; Sun, 07 Mar 2021 01:25:53 -0500 X-MC-Unique: pZ4TDaj7N7KPalEVB7b_lA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8B67926860; Sun, 7 Mar 2021 06:25:52 +0000 (UTC) Received: from f33-m1.lan (ovpn-115-0.phx2.redhat.com [10.3.115.0]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6CCC56F988; Sun, 7 Mar 2021 06:25:52 +0000 (UTC) Date: Sat, 6 Mar 2021 23:25:51 -0700 From: Kevin Buettner To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: GDB 10.2 Release: Proposing Mar 13-14 for official GDB 10.2 release Message-ID: <20210306232551.086603d0@f33-m1.lan> In-Reply-To: <20210307054532.GB3171@adacore.com> References: <20210306064611.GB807147@adacore.com> <20210306111338.4b6622a9@f33-m1.lan> <20210307054532.GB3171@adacore.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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, 07 Mar 2021 06:25:58 -0000 On Sun, 7 Mar 2021 09:45:32 +0400 Joel Brobecker wrote: > > > Added Since the Last Update: > > > ---------------------------- > > > > > > * [KevinB] <**PR MISSING**> > > > Fix aarch64-linux-hw-point.c build problem with glibc-2.33 > > > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=665af52ec2a52184d39a76d6e724fa4733dbab3c > > > > > > Already in master. Needs a PR to be created, before the patches > > > can be backported. > > > > > > * [KevinB] <**PR MISSING**> > > > amd64-linux-siginfo.c: Adjust include order to avoid gnulib error > > > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=8488c357ce4fc309d49c7b0224cf9574b68e8116 > > > > > > Already in master. Needs a PR to be created, before the patches > > > can be backported. > > > > The PR numbers for these are 27536 and 27535, respectively. > > > > I cherry-picked them to gdb-10-branch, updating ChangeLog and the > > commit logs to include the bug numbers. I've pushed those changes to > > the branch. > > Thanks for doing all of the above and the note, Kevin. > > I've set the target milestone to 10.2 for those, so my scripts can > find them when I announce the release; unless there is more you want > to do for these PRs, I think we can close them now. I've closed them. Kevin