From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96679 invoked by alias); 21 May 2018 16:06:11 -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 96603 invoked by uid 89); 21 May 2018 16:06:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=investigation, HTo:U*palves, kindly X-HELO: mail-ot0-f171.google.com Received: from mail-ot0-f171.google.com (HELO mail-ot0-f171.google.com) (74.125.82.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 May 2018 16:06:09 +0000 Received: by mail-ot0-f171.google.com with SMTP id l22-v6so17444809otj.0 for ; Mon, 21 May 2018 09:06:08 -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=e/k7L/aysSo/e3KCKiiaEbjPtByHrURWhxn6cs3MYcA=; b=AZaFtcXVq9+OQCp7Vkl2Z0Op9GbasQ70kkC5qYL4uauATQxDPTdkX2RAwsLBipnQQS CMjvsEwqlFzlbv/TUUMUL6IPgKG6xV+e6yMl3dYftx1z76lVAwSdoo4eaHh/TPJU1rQs mG3ytf+h/33tac1SshrWk3L8tP5Ww77XbDUo7/nkQ9IhPn8gfOYycm80z26okzkG1e1+ sInfCAXOF5lD2Shm1HNZZx0FOGIMQzC3xwDMa+t6u7BJj+GzPDe8yFFw8FVwuxVUa2e9 tdAHGB9T5/E4k0Y6XGsS0tFx33ZIBxQ9cC8cedP8tNR8dp5XVT016puunqVizEerMXGz 1MMw== X-Gm-Message-State: ALKqPwdpGiBlYSmUy019aDnGJZ2kOngvNiwbvrkVed49sNAZpJV1JR4j 9EtSd91HCSmKaBKfW7xCWpLu/fC8mudBkPkbpFI= X-Google-Smtp-Source: AB8JxZppRaw7j4I7FezH8utNTAvR0LjlK+cfhJn0uWSPm7QQqkYxXM8zX+8w3ijX1f+nDE51hiM1cLIacDYEyXA/UsA= X-Received: by 2002:a9d:5508:: with SMTP id l8-v6mr12723847oth.159.1526918767210; Mon, 21 May 2018 09:06:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.46.18 with HTTP; Mon, 21 May 2018 09:06:06 -0700 (PDT) In-Reply-To: <937098ad-e1a5-06ba-a124-7457a902167e@redhat.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> From: "H.J. Lu" Date: Mon, 21 May 2018 16:16:00 -0000 Message-ID: Subject: Re: [PATCH] [PR gdb/23127] [AArch64] Fix tagged pointer support To: Pedro Alves , "Metzger, Markus T" Cc: Omair Javaid , Daniel Thompson , GDB Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00488.txt.bz2 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 -- H.J.