From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55460 invoked by alias); 26 Feb 2018 15:39: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 55446 invoked by uid 89); 26 Feb 2018 15:39:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f176.google.com Received: from mail-qt0-f176.google.com (HELO mail-qt0-f176.google.com) (209.85.216.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Feb 2018 15:39:54 +0000 Received: by mail-qt0-f176.google.com with SMTP id c7so19231753qtn.3 for ; Mon, 26 Feb 2018 07:39:53 -0800 (PST) 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:content-transfer-encoding; bh=H5h7xH60PaeA1zDEkA5QcGhDtaLYnY4Qxv2fY+gqSUk=; b=PAVEmjIei4F7mUc4oS5Jl3z7ZBImYe2/wVCEVcpwZNpSrwCix6R3xwdV+hXoyxtqaC YSZ9/xUNDRj20ZXQlx+tq+3dQcTvid+oHzs8FJ2dQdAcgIsMCGKpkDBDcNfVQ4Vlvh6o Sly1piiHdhUNRD2q1W8BdPJvcFBvKKcHmN0wD8E/tWH9yRzzqrLNaEuyo0J0thSfaeSQ wBlD6Di1o4ZPC1zw058wKv1nlG3P/3dXEb6UUpzInNQ7+V74pdw1UtqB5/kKYbZ6qbzU QjMU/uPzd5upZ7WfYiiZ06wBZpuM3mW7hiFNgZ18Nfq1ra6FI4pEM5d/CrT6kIqgbXUk fbpA== X-Gm-Message-State: APf1xPBempuA0PzEuaGYjf/0s7Hv7bqkV5y1jmRv9bUjcn3dhgGVFYG+ h5o6jOEqNmHAwCJy5EnCc7+/E3u2EMYeiSk+G8I= X-Google-Smtp-Source: AG47ELvO3J3WmhZPoxrwN3GsGKm8fWz6Da8xuUTVRQT1rg2njcJYCoUkDpN16F3Y8PgHJ0AxMAvamMRZ5p7klfSYA5g= X-Received: by 10.200.81.146 with SMTP id c18mr1540054qtn.224.1519659592502; Mon, 26 Feb 2018 07:39:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.217.57 with HTTP; Mon, 26 Feb 2018 07:39:52 -0800 (PST) In-Reply-To: <2e05d08d-9e11-40fe-05d1-25a093a6cd47@simark.ca> References: <1519313796-2397-1-git-send-email-yao.qi@linaro.org> <2e05d08d-9e11-40fe-05d1-25a093a6cd47@simark.ca> From: Yao Qi Date: Mon, 26 Feb 2018 15:39:00 -0000 Message-ID: Subject: Re: [PATCH 0/7 v2] Class-fy partial_die_info To: Simon Marchi Cc: GDB Patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00380.txt.bz2 On Sun, Feb 25, 2018 at 11:52 PM, Simon Marchi wrote: > > I went through the series again, I sent a comment on patch 2, > otherwise LGTM. > Thanks for the review, Simon. Patch 2 is updated per your comment. I pushed them in. --=20 Yao (=E9=BD=90=E5=B0=A7)