From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67016 invoked by alias); 21 May 2018 16:23:18 -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 66988 invoked by uid 89); 21 May 2018 16:23:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:alternative, kindly X-HELO: mail-qt0-f170.google.com Received: from mail-qt0-f170.google.com (HELO mail-qt0-f170.google.com) (209.85.216.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 May 2018 16:23:15 +0000 Received: by mail-qt0-f170.google.com with SMTP id c2-v6so19619304qtn.9 for ; Mon, 21 May 2018 09:23:15 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jUI6L6TAY24NLAufFryrglx4k5XdufKVhLF1xP/edhQ=; b=iD57gdX17Xmdvkc4eYuOnmPnqUfD8Nyq26hFl0AGB6FCx6dCxhu5lzB31Db6IB5c40 +wvolvGc5cPqfk6cmbzrYww0F2DF4SGbkxKYKmbu2BZT0CfzdHPZUhaGGrXFSFPpYCNi aTVemseK7P04kbjDxqTvKqJyN+NN0ORVnbWKYPnCzbrEzVGzl9MDzDLpWuR2LmYwK6wx NmYJWXdw/GBA4AkfdkPB+CiIL79+XrIUWBoimBQRapKlBhpsTym+/nS7BobkCAVhmMUq sIeQGNHR0j5bm56KJtTZJcAR+w0GiSKjTd/AAulO8CvPVmZVkWwUTEWfiYAb0Fckxo6r b8YA== X-Gm-Message-State: ALKqPwd4iS1rpIu0X8t3hOq92QuJKnKvkAHQoXuudp2RF+heDTTlmtEs /0hudwOGhGOIUkqZ2cmPijB2s4opMulJb3BQe6CnGw== X-Google-Smtp-Source: AB8JxZrSv8y/zP9KTbR7xGC5KLLmblZfYblmY5LaexG2TEQSaUagjHFZT75XDCoNT3gSsPbPaz73m1WlHGB/VzvQ94s= X-Received: by 2002:a0c:818f:: with SMTP id 15-v6mr17737207qvd.206.1526919793685; Mon, 21 May 2018 09:23:13 -0700 (PDT) MIME-Version: 1.0 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> In-Reply-To: From: Omair Javaid Date: Mon, 21 May 2018 16:27:00 -0000 Message-ID: Subject: Re: [PATCH] [PR gdb/23127] [AArch64] Fix tagged pointer support To: "H.J. Lu" 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/msg00492.txt.bz2 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. -- > H.J. >