From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15210 invoked by alias); 25 Nov 2013 12:56:21 -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 15199 invoked by uid 89); 25 Nov 2013 12:56:21 -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_50,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-ie0-f169.google.com Received: from Unknown (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 25 Nov 2013 12:56:19 +0000 Received: by mail-ie0-f169.google.com with SMTP id e14so6946948iej.0 for ; Mon, 25 Nov 2013 04:56:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=rgzmpWjMXiMBfeHrky3ZtfP/btYWOh8FpChH8ZX58Zo=; b=iPYuEVuJeEO7RqiPYpyFCpJeE3BcQW4eMQUj3MPt9jIGj7CFSqcZoQaU47JkWal+Hd cNwV2uM0Ua+ys+oB73FAPnR4LGj5DLxxUH5+rj6DPyQPYdgixJ4sbQdOhfIqT2pUlPc1 BI6l0RQjTYFSsgDK5wgf0KmXpeInFU8M8FK1dVskhb1UiAMEI3kfAhYgv2zNYGaw7Jdc 5DwxX6e3ZkO3R0bOMxk+0HrirYW5AkYIjAIAAcMDSa3mpdSy2gwdmsEaB+heYoPesOHF gsVR9RTKFK78ggRpBF1WTGZQ9mQtMd2MRlvSAIOEQsHWNiFoiiTa+zRAMubNiz2t32zB bWrA== X-Gm-Message-State: ALoCoQn09im4R0Z9XJSd5GW90diEzKoxXEm7vnj4E+kCEnDT0DxLX1ZVtpaUCBhcSsv7CiAH1IXH MIME-Version: 1.0 X-Received: by 10.50.127.197 with SMTP id ni5mr12510439igb.54.1385384171914; Mon, 25 Nov 2013 04:56:11 -0800 (PST) Received: by 10.64.20.52 with HTTP; Mon, 25 Nov 2013 04:56:11 -0800 (PST) In-Reply-To: <20131125125128.GA3153@adacore.com> References: <20131125125128.GA3153@adacore.com> Date: Mon, 25 Nov 2013 13:07:00 -0000 Message-ID: Subject: Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs From: Will Newton To: Joel Brobecker Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00767.txt.bz2 On 25 November 2013 12:51, Joel Brobecker wrote: > Hello Will, > > We're about to create a 7.6.2 release. To help me sent release > announcements, I need an entry in the wiki page we created for > that release branch. For 7.6.2, that's: > > https://sourceware.org/gdb/wiki/GDB_7.6_Release > > Can you please add an entry that follows the format used in > the entries added for the 7.6.1 release? Sure, no problem. > I tried doing that myself, but got lost a little. AFAICT, you're > applying the same patch as one that was applied on the GDB side. > I traced the problem description back to a patch first posted in > July, but: 1. Does your patch fix the same problem/symptoms? It fixes the same issue in gdbserver that was fixed in gdb. > 2. The gdb-side patch in not part of the gdb_7_6-branch; > is that what we want? Not really! I believed that the gdb patch had been committed to the stable branch but later discovered that it hadn't. As the stable branch appeared to be dormant I didn't follow up on it. Ideally both patches should be applied and if we are going to do another release I'm happy to cherry pick it across. -- Will Newton Toolchain Working Group, Linaro