From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3255 invoked by alias); 8 Nov 2017 21:23:32 -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 3227 invoked by uid 89); 8 Nov 2017 21:23:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=apologies X-Spam-User: qpsmtpd, 2 recipients X-HELO: 19pmail.ess.barracuda.com Received: from 19pmail.ess.barracuda.com (HELO 19pmail.ess.barracuda.com) (64.235.154.230) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Nov 2017 21:23:31 +0000 Received: from MIPSMAIL01.mipstec.com (mailrelay.mips.com [12.201.5.28]) by mx1412.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NO); Wed, 08 Nov 2017 21:22:19 +0000 Received: from [10.20.78.183] (10.20.78.183) by mips01.mipstec.com (10.20.43.31) with Microsoft SMTP Server id 14.3.361.1; Wed, 8 Nov 2017 13:22:17 -0800 Date: Wed, 08 Nov 2017 21:23:00 -0000 From: "Maciej W. Rozycki" To: Pedro Alves CC: Djordje Todorovic , , , "nemanja.popov@rt-rk.com" , , "Ananthakrishna Sowda (asowda)" , Nikola Prica Subject: Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file In-Reply-To: Message-ID: 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> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-BESS-ID: 1510176138-452060-12340-78171-1 X-BESS-VER: 2017.14.1-r1710272128 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.186733 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status:1 X-SW-Source: 2017-11/txt/msg00190.txt.bz2 On Wed, 8 Nov 2017, Pedro Alves wrote: > > 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 > ? Yes. Apologies for not pointing you explicitly at it. > That looks fine to me. Great. In reply to this message I'm following up with the final versions committed. These are v7 according to my notes. Maciej