From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79018 invoked by alias); 20 Jun 2017 10:07:17 -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 78992 invoked by uid 89); 20 Jun 2017 10:07:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*nl, H*r:sk:static. X-HELO: mail-io0-f172.google.com Received: from mail-io0-f172.google.com (HELO mail-io0-f172.google.com) (209.85.223.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Jun 2017 10:07:14 +0000 Received: by mail-io0-f172.google.com with SMTP id t87so81277101ioe.0 for ; Tue, 20 Jun 2017 03:07:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=eFXjcDJt42Cn12pp0JbQLnTE5JBzJ5kWQnb4DCyFWiM=; b=mzCgo4ndIk7zypopbxg8WuvMLHxsXHXAtytMGZORhinKjRtEF0NLFErWSemvAEd8dM 8a6OXca3x6vzBn+DKMDk/DbvpVvwR4KncGWGo/S+/ZaKWxyaKzko48S7vHHuNe5GnN2x i/LrlNNC9PQQ7fnpwvMXY2XNh5wbj2QDqE3ft1M8e53ccWJcRXH7UknvMa2SdmtJvJ7V dY1XR8veaJzGp2V7G/ceebvqLLDI70T8kI64F9zgKNIjkG/jpWltnKRLNRWucc/0gGs5 lB8ew4lgP1iZTRcND9N4dwgxcYi6ITJG/C++vr8KL01qxMlaH/7OEkr/8TeRHf46k29v l+ZA== X-Gm-Message-State: AKS2vOyb9TDXhUbsVoJvmH8ocRKUkdnKhd5PyfbEQp18/Pj8m//QQW4o VytVhus2RhcC+RrF X-Received: by 10.107.53.24 with SMTP id c24mr24929974ioa.75.1497953232369; Tue, 20 Jun 2017 03:07:12 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id m133sm7371134ioa.19.2017.06.20.03.07.10 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 20 Jun 2017 03:07:12 -0700 (PDT) From: Yao Qi To: "Tedeschi\, Walfred" Cc: Simon Marchi , "Sturm\, Michael" , "mark.kettenis\@xs4all.nl" , "palves\@redhat.com" , "eliz\@gnu.org" , "gdb-patches\@sourceware.org" Subject: Re: [PATCH 5/5] Add support for Intel PKRU register to GDB and GDBserver. References: <1485954205-18536-1-git-send-email-michael.sturm@intel.com> <1485954205-18536-6-git-send-email-michael.sturm@intel.com> Date: Tue, 20 Jun 2017 10:07:00 -0000 In-Reply-To: (Walfred Tedeschi's message of "Tue, 20 Jun 2017 07:07:33 +0000") Message-ID: <86a85355wz.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00557.txt.bz2 "Tedeschi, Walfred" writes: > Hi Simon, > > Michael I am taking over Michaels activities. May I prepare as an obvious= patch? FWIW, This patch series (being reviewed) [PATCH 00/25 V2] Make GDB builtin target descriptions more flexible https://sourceware.org/ml/gdb-patches/2017-06/msg00293.html definitely helps reducing the number of xml files and c files added in your patch. --=20 Yao (=E9=BD=90=E5=B0=A7)