From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32878 invoked by alias); 8 Nov 2017 10:10:49 -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 32829 invoked by uid 89); 8 Nov 2017 10:10:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=emails, letter X-Spam-User: qpsmtpd, 2 recipients 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 ESMTP; Wed, 08 Nov 2017 10:10:47 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 35E28C0587F0; Wed, 8 Nov 2017 10:10:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 35E28C0587F0 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=palves@redhat.com Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 53ADD60472; Wed, 8 Nov 2017 10:10:44 +0000 (UTC) Subject: Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file To: "Maciej W. Rozycki" , Djordje Todorovic References: <74618d56-fa31-4cfe-329f-6a9078bac92b@rt-rk.com> <724f0bc9-6744-a915-d19d-77db7e9ce514@rt-rk.com> <64ad38a4-b8ae-912e-45d6-7048135ada2e@rt-rk.com> <8475f0b7-969d-3c27-27f2-a4944e58e954@rt-rk.com> Cc: binutils@sourceware.org, gdb-patches@sourceware.org, "nemanja.popov@rt-rk.com" , petar.jovanovic@rt-rk.com, "Ananthakrishna Sowda (asowda)" , Nikola Prica From: Pedro Alves Message-ID: Date: Wed, 08 Nov 2017 10:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00163.txt.bz2 On 11/07/2017 09:58 PM, Maciej W. Rozycki wrote: >> So, could you please, tell me do you want from me to resubmit the whole patch series >> or just the last one? > > I think there is no point in resending, as long as Pedro is fine with > and approves your most recent version of the test case patch posted ... (NB it helps if on resubmission you number patch revisions in the subject > line like [PATCH v3 2/3]). Pedro? Agreed. And threading the patch series emails under the cover letter also helps a lot. In fact, I'm a bit lost and am not sure which is the last version of the test patch that I should be looking at. :-P :-) I think... this one: https://sourceware.org/ml/gdb-patches/2017-10/msg00770.html ? That looks fine to me. > > Once we've got the final ack from Pedro, I'll proceed with the right > steps to push your changes, with the tweaks noted in the final review > round applied. I'll post the actual patches committed, for posterity. Thanks, Pedro Alves