From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4099 invoked by alias); 9 May 2018 15:13: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 4021 invoked by uid 89); 9 May 2018 15:13:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=kindly X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 May 2018 15:13:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2A8D8117825; Wed, 9 May 2018 11:13:45 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PrKjxtACecvY; Wed, 9 May 2018 11:13:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EBBA4117820; Wed, 9 May 2018 11:13:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4B8328304F; Wed, 9 May 2018 08:13:43 -0700 (PDT) Date: Wed, 09 May 2018 15:13:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Omair Javaid , Daniel Thompson , GDB Patches Subject: Re: [PATCH] [PR gdb/23127] [AArch64] Fix tagged pointer support Message-ID: <20180509151343.si76t66yqorqi76z@adacore.com> References: <1525138292-4526-1-git-send-email-omair.javaid@linaro.org> <459efa20-8a17-e3c2-f1fc-2f1a72ed9140@linaro.org> <937098ad-e1a5-06ba-a124-7457a902167e@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <937098ad-e1a5-06ba-a124-7457a902167e@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-05/txt/msg00198.txt.bz2 > > 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. And I've added 8.1.1 as the target milestone in the GDB PR as well. -- Joel