From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69515 invoked by alias); 14 Aug 2018 20:15:46 -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 65007 invoked by uid 89); 14 Aug 2018 20:15:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-languages-length:894, H*f:sk:8181dde, H*f:sk:f4caa81, H*i:sk:f4caa81 X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Aug 2018 20:15:26 +0000 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w7EKETdt006806 for ; Tue, 14 Aug 2018 16:15:25 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0b-001b2d01.pphosted.com with ESMTP id 2kv3faehnv-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 14 Aug 2018 16:15:24 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 14 Aug 2018 16:15:24 -0400 Received: from b01cxnp23034.gho.pok.ibm.com (9.57.198.29) by e12.ny.us.ibm.com (146.89.104.199) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 14 Aug 2018 16:15:22 -0400 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp23034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w7EKFL2b8913180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 14 Aug 2018 20:15:21 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id EE569AC069; Tue, 14 Aug 2018 16:15:42 -0400 (EDT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CBA99AC068; Tue, 14 Aug 2018 16:15:42 -0400 (EDT) Received: from pedro.localdomain (unknown [9.18.235.221]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Tue, 14 Aug 2018 16:15:42 -0400 (EDT) Received: by pedro.localdomain (Postfix, from userid 1000) id D3B763C0467; Tue, 14 Aug 2018 17:15:18 -0300 (-03) From: Pedro Franco de Carvalho To: Pedro Alves , gdb-patches@sourceware.org Cc: uweigand@de.ibm.com, edjunior@gmail.com Subject: Re: [PATCH v2 08/12] [PowerPC] Add support for PPR and DSCR In-Reply-To: References: <20180810025210.6942-1-pedromfc@linux.ibm.com> <20180810025210.6942-9-pedromfc@linux.ibm.com> <8181ddeb-6e12-69ce-f469-56fd9a939760@redhat.com> <87a7puhtl1.fsf@linux.vnet.ibm.com> Date: Tue, 14 Aug 2018 20:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18081420-0060-0000-0000-0000029DEC2C X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009544; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01073533; UDB=6.00553152; IPR=6.00853491; MB=3.00022718; MTD=3.00000008; XFM=3.00000015; UTC=2018-08-14 20:15:23 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18081420-0061-0000-0000-0000462AD80A Message-Id: <87lg987lih.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00371.txt.bz2 Pedro Alves writes: > I usually send a new patch as reply if it's the changes don't affect > the other patches in the series. I.e., if it's not likely to cause confusion > to readers, and is more likely to help readers that way for keeping the > conversation threaded. Otherwise, if you're going to update a > larger set of patches, or if an update to a patch affects other patches > in the series, tend replying to patches with updates is likely to make it > harder to understand and track which pieces go together and thus sending > a new series starting with a clean slate is preferred IMO and is trivial > if you use git send-email. Thanks! Because the changes were scattered across patches, I have resubmitted a V3: https://sourceware.org/ml/gdb-patches/2018-08/msg00360.html -- Pedro Franco de Carvalho