From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118613 invoked by alias); 19 Nov 2015 13:51:01 -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 118596 invoked by uid 89); 19 Nov 2015 13:51:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f49.google.com Received: from mail-pa0-f49.google.com (HELO mail-pa0-f49.google.com) (209.85.220.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 19 Nov 2015 13:50:59 +0000 Received: by pacdm15 with SMTP id dm15so81925140pac.3 for ; Thu, 19 Nov 2015 05:50:57 -0800 (PST) X-Received: by 10.66.122.145 with SMTP id ls17mr10705927pab.11.1447941057764; Thu, 19 Nov 2015 05:50:57 -0800 (PST) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id qk7sm10890714pbb.80.2015.11.19.05.50.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Nov 2015 05:50:57 -0800 (PST) Subject: Re: [PATCH] Fix length calculation in aarch64_linux_set_debug_regs To: Simon Marchi References: <1446475684-31936-1-git-send-email-simon.marchi@ericsson.com> <8637w21a14.fsf@gmail.com> <564DCF6B.9030302@ericsson.com> Cc: gdb-patches@sourceware.org From: Yao Qi Message-ID: <564DD3BE.2080305@gmail.com> Date: Thu, 19 Nov 2015 13:51: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: <564DCF6B.9030302@ericsson.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00394.txt.bz2 On 19/11/15 13:32, Simon Marchi wrote: > Yes. Do you want me to push it, or I let you do it with the other aarch64 > patches? You can push it in, with some commit log adjustments, because the old code is correct. -- Yao (齐尧)