From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121518 invoked by alias); 21 May 2018 16:31: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 121152 invoked by uid 89); 21 May 2018 16:31:20 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=kindly X-HELO: mail-oi0-f68.google.com Received: from mail-oi0-f68.google.com (HELO mail-oi0-f68.google.com) (209.85.218.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 May 2018 16:31:19 +0000 Received: by mail-oi0-f68.google.com with SMTP id t27-v6so13513735oij.9 for ; Mon, 21 May 2018 09:31:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=9VKmiaottouPviVtf4mceuZvkJ0yOryyi+LL1y0E9+o=; b=kDvZ0/NM10mkW0g1IjPBsNfJyNvgwXHCkUVeQprptk9pH3VxVCRs55AArtHH/xckam JF7wCpGYgklP0Lh7TWd2aZjzwyMGkuT8pQhD1edNGEI82khftT/T3zvZGTtPlEuRUuVK ct56Wp9uW2zuxAoMX0uaw4uawT2vK9szAVsFxqRxuMhRJZOLpWA4Zv0g+zd+U/j56ifW CcuQU3BSRz7NBpU6xIscsljDuMBgCGD/1Q0rQqGFYEZOYF6TUdm8K0gPjXs32IK8EqX9 KVyuyBejdrTK/of647/N4dfUdpU/OdV8GbaaM5yTsbCwV4/XyqPB8sfVVC5Api97vsVk hLuQ== X-Gm-Message-State: ALKqPwfYSI5KJ2Bz9K7dPPlKuF30StBAEhY7bIsCPPnhv7OczoINwqKH hiqou0133CMTNVfxruYQWV/+zsjd3QKVBKEXLW8= X-Google-Smtp-Source: AB8JxZoIUmFmQXgN25+TMX037i0lMxeQe2DezuHYK+TadatE9M70n2rCfJwT0QW22X3fYKJMddh7YFaogG6Ujv1pJsg= X-Received: by 2002:aca:1206:: with SMTP id 6-v6mr11284025ois.316.1526920277639; Mon, 21 May 2018 09:31:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.46.18 with HTTP; Mon, 21 May 2018 09:31:17 -0700 (PDT) In-Reply-To: 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> From: "H.J. Lu" Date: Mon, 21 May 2018 17:37:00 -0000 Message-ID: Subject: Re: [PATCH] [PR gdb/23127] [AArch64] Fix tagged pointer support To: Omair Javaid Cc: Pedro Alves , "Metzger, Markus T" , Daniel Thompson , GDB Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00495.txt.bz2 On Mon, May 21, 2018 at 9:23 AM, Omair Javaid wrote: > > > On Mon, 21 May 2018, 9:06 PM H.J. Lu, wrote: >> >> On Wed, May 9, 2018 at 7:19 AM, Pedro Alves wrote: >> > 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. >> > >> >> This breaks gdb on x86-64: >> >> https://sourceware.org/bugzilla/show_bug.cgi?id=23210 >> >> > > Hmm. I ll check it out. Thanks for reporting. > Please fix both master and gdb-8.1-branch branches Thanks. -- H.J.