From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2572 invoked by alias); 13 May 2014 14:02:55 -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 2555 invoked by uid 89); 13 May 2014 14:02:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp17.uk.ibm.com Received: from e06smtp17.uk.ibm.com (HELO e06smtp17.uk.ibm.com) (195.75.94.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 13 May 2014 14:02:53 +0000 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 13 May 2014 15:02:48 +0100 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 13 May 2014 15:02:47 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5B7BA1B0806E for ; Tue, 13 May 2014 15:03:00 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s4DE2kk64587916 for ; Tue, 13 May 2014 14:02:46 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s4DE2jAO026674 for ; Tue, 13 May 2014 08:02:46 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-188.boeblingen.de.ibm.com [9.152.212.188]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s4DE2iLV026649; Tue, 13 May 2014 08:02:45 -0600 From: Andreas Arnez To: Joel Brobecker Cc: Ulrich Weigand , gdb-patches@sourceware.org Subject: Re: [PATCH] S390: Fix erroneous offset in fill_gregset References: <87ppji54dh.fsf@br87z6lw.de.ibm.com> <201405131224.s4DCOdT0030161@d06av02.portsmouth.uk.ibm.com> <20140513124702.GA4016@adacore.com> Date: Tue, 13 May 2014 14:02:00 -0000 In-Reply-To: <20140513124702.GA4016@adacore.com> (Joel Brobecker's message of "Tue, 13 May 2014 05:47:02 -0700") Message-ID: <87bnv16akb.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14051314-0542-0000-0000-000008F924DB X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00158.txt.bz2 On Tue, May 13 2014, Joel Brobecker wrote: >> > gdb/ >> > * s390-linux-nat.c (fill_gregset): Remove erroneous offset 4 in >> > call to regcache_raw_collect. >> >> This is OK. >> >> The fix probably ought to go to the 7.7 branch as well ... > > We are not planning on making another release on the 7.7 branch > but it might still be good to have it there also, so no objection. > But if we backport the change, please make sure that a PR gets > created, and that an entry gets added to the 7.7 release wiki > page: https://sourceware.org/gdb/wiki/GDB_7.7_Release > > I will create a "Fixes since GDB 7.7.1" section. OK, I created PR16940: https://sourceware.org/bugzilla/show_bug.cgi?id=16940