From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108040 invoked by alias); 4 May 2018 20:47:09 -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 108023 invoked by uid 89); 4 May 2018 20:47:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:811 X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 May 2018 20:47:07 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2998C40858FD; Fri, 4 May 2018 20:47:06 +0000 (UTC) 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 7D007215CDA7; Fri, 4 May 2018 20:47:05 +0000 (UTC) Subject: Re: [commit] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones To: Jan Kratochvil References: <867evczxik.fsf@gmail.com> <20171103220437.GA13979@host1.jankratochvil.net> <20180321190316.GA32598@host1.jankratochvil.net> <1e06eb53-60f4-0800-a4f6-458e02f840bd@redhat.com> <20180426201216.GA218540@host1.jankratochvil.net> <20180501230339.GA3136080@host1.jankratochvil.net> <20180501230606.GA3138797@host1.jankratochvil.net> <20180503091532.GA3460897@host1.jankratochvil.net> <20180503091750.GB3460897@host1.jankratochvil.net> <13afbf49-09c1-2bd3-4293-241a242a7a11@redhat.com> <20180504203037.GA4080912@host1.jankratochvil.net> Cc: Yao Qi , gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Fri, 04 May 2018 20:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180504203037.GA4080912@host1.jankratochvil.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-05/txt/msg00147.txt.bz2 On 05/04/2018 09:30 PM, Jan Kratochvil wrote: > On Fri, 04 May 2018 18:40:04 +0200, Pedro Alves wrote: >> This is OK. > > Checked in: > a3b60e4588606354b93508a0008a5ca04b68fad8 > > >> Please make sure to including the updated commit log, and re-updating >> it if necessary before pushing. (Ideally that would be re-posted >> as part of each patch re-submission, as it's supposed to be >> reviewed as an integral part of the patch). > > There was no ChangeLog update needed as I was updating only the testcase which > is still listed as "New file". I meant the git commit log, I had written an updated version here: https://sourceware.org/ml/gdb-patches/2018-04/msg00403.html Oh well, too late now. Thanks, Pedro Alves