From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9288 invoked by alias); 9 May 2018 14:19:47 -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 9267 invoked by uid 89); 9 May 2018 14:19:46 -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=kindly 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; Wed, 09 May 2018 14:19:45 +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 465F5406EA5E; Wed, 9 May 2018 14:19:44 +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 A022AD7B30; Wed, 9 May 2018 14:19:43 +0000 (UTC) Subject: Re: [PATCH] [PR gdb/23127] [AArch64] Fix tagged pointer support To: Omair Javaid , Daniel Thompson References: <1525138292-4526-1-git-send-email-omair.javaid@linaro.org> <459efa20-8a17-e3c2-f1fc-2f1a72ed9140@linaro.org> Cc: GDB Patches From: Pedro Alves Message-ID: <937098ad-e1a5-06ba-a124-7457a902167e@redhat.com> Date: Wed, 09 May 2018 14:19: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: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-05/txt/msg00195.txt.bz2 Hello, Thanks much for all the investigation & discussion, both of you. On 05/08/2018 10:31 AM, Omair Javaid wrote: > I was wondering if you can kindly help review this patch. > This is a critical bug as it blocks kernel debugging on AArch64. > Also can we push this to GDB 8.1.1 once it gets accepted? Yes, this is OK for both master and branch. Please add "PR gdb/23127" to the ChangeLog before pushing. Thanks, Pedro Alves