From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67408 invoked by alias); 4 May 2018 20:30:55 -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 67198 invoked by uid 89); 4 May 2018 20:30:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= 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:30:42 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 185514007389; Fri, 4 May 2018 20:30:41 +0000 (UTC) Received: from host1.jankratochvil.net (unknown [10.36.118.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 62FA67C3E; Fri, 4 May 2018 20:30:40 +0000 (UTC) Date: Fri, 04 May 2018 20:30:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: [commit] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones Message-ID: <20180504203037.GA4080912@host1.jankratochvil.net> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13afbf49-09c1-2bd3-4293-241a242a7a11@redhat.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SW-Source: 2018-05/txt/msg00146.txt.bz2 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". Thanks, Jan