From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by sourceware.org (Postfix) with ESMTPS id 044AD3844079 for ; Fri, 3 Jul 2020 18:36:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 044AD3844079 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 063IWGjH164987; Fri, 3 Jul 2020 14:36:40 -0400 Received: from ppma02wdc.us.ibm.com (aa.5b.37a9.ip4.static.sl-reverse.com [169.55.91.170]) by mx0a-001b2d01.pphosted.com with ESMTP id 320wfhs09r-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 03 Jul 2020 14:36:40 -0400 Received: from pps.filterd (ppma02wdc.us.ibm.com [127.0.0.1]) by ppma02wdc.us.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 063IZ3r2007249; Fri, 3 Jul 2020 18:36:38 GMT Received: from b01cxnp22035.gho.pok.ibm.com (b01cxnp22035.gho.pok.ibm.com [9.57.198.25]) by ppma02wdc.us.ibm.com with ESMTP id 31wwr9hwh8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 03 Jul 2020 18:36:38 +0000 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 063IabEL53019054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 3 Jul 2020 18:36:37 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7A66AAC05B; Fri, 3 Jul 2020 18:36:37 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 3C669AC059; Fri, 3 Jul 2020 18:36:36 +0000 (GMT) Received: from winrtd031.btv.ibm.com (unknown [9.85.157.174]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 3 Jul 2020 18:36:35 +0000 (GMT) Subject: Re: [PATCH v1][PowerPC] Use flexible target descriptors for Linux PowerPC To: Simon Marchi , gdb-patches@sourceware.org Cc: ulrich.weigand@de.ibm.com, pedromfc@linux.ibm.com References: <20200703182238.153386-1-rcardoso@linux.ibm.com> <06fa5c8b-67cd-d8ec-eeb6-81fecf17c27a@simark.ca> From: Rogerio Alves Message-ID: <03ab2dc8-4f76-8087-58db-a5f657522297@linux.ibm.com> Date: Fri, 3 Jul 2020 15:36:35 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <06fa5c8b-67cd-d8ec-eeb6-81fecf17c27a@simark.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-07-03_14:2020-07-02, 2020-07-03 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 clxscore=1015 suspectscore=0 impostorscore=0 mlxlogscore=808 cotscore=-2147483648 adultscore=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 spamscore=0 mlxscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2007030122 X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, 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: Fri, 03 Jul 2020 18:36:43 -0000 Hi Simon, Not sure what happened. I use git send-mail command and by some weird reason the commit message was cut. I will try to send it again. Em 03/07/2020 15:30, Simon Marchi escreveu: > Hi Rogerio, > > All patches (especially the non-trivial ones, like this one) should have a commit > message to describe them. See: > > https://sourceware.org/gdb/wiki/ContributionChecklist#Detailed_Explanation_of_the_Patch > > These are also good guidelines: > > https://chris.beams.io/posts/git-commit/ > https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#describe-your-changes > > Simon > >