From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28668 invoked by alias); 2 Nov 2015 18:24:10 -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 28659 invoked by uid 89); 2 Nov 2015 18:24:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 02 Nov 2015 18:24:09 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id CB0028E22B; Mon, 2 Nov 2015 18:24:07 +0000 (UTC) Received: from [10.3.113.110] (ovpn-113-110.phx2.redhat.com [10.3.113.110]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA2IO6Io001806; Mon, 2 Nov 2015 13:24:07 -0500 Subject: Re: [PATCH] Implement 'catch syscall' for gdbserver To: Doug Evans References: <1446169946-28117-1-git-send-email-jistone@redhat.com> Cc: gdb-patches , Sergio Durigan Junior , Pedro Alves , Philippe Waroquiers From: Josh Stone Message-ID: <5637AA46.8070303@redhat.com> Date: Mon, 02 Nov 2015 18:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-11/txt/msg00019.txt.bz2 On 11/01/2015 02:14 PM, Doug Evans wrote: > Hi. I haven't reviewed the patch completely yet, but one comment. > We generally have a convention for recording all significant authors > of a patch in the ChangeLog entry. > If Philippe doesn't want his name in the c/l entry that's cool, > but if there is a significant amount of his work here we should note > it in the c/l entry. Philippe doesn't seem to care much [1] but I am happy to credit him however the project deems proper. I see now that there are occasional entries in the ChangeLog with multiple names, so I'll definitely add Philippe that way here. [1] https://sourceware.org/ml/gdb-patches/2015-09/msg00362.html