From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65078 invoked by alias); 20 Jun 2017 11:03: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 65017 invoked by uid 89); 20 Jun 2017 11:03: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=Hx-languages-length:326, H*Ad:D*nl, H*r:sk:static. X-HELO: mail-io0-f171.google.com Received: from mail-io0-f171.google.com (HELO mail-io0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Jun 2017 11:03:10 +0000 Received: by mail-io0-f171.google.com with SMTP id y77so82058725ioe.3 for ; Tue, 20 Jun 2017 04:03:10 -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=HhYD4EY/Tfw19bULWVMMyAfNc0Gt7VTHXSVESb1S91Q=; b=WL5Nu/JuVfuvj2o9EyESYS7WHGCPiv5M86nGPjMmD3WPZ9ttUInb/7USmmbZe2035k ViYiiHrUrXUpscMJjjd3SL/BAPe918guCmnX+mD31siJvb6ydsCCuq1VXbF0crHbY5gZ AmHe7wphvKe7wxsUC4+i/hYp+x057zFAWKSl+nBq64LhkS6ZY2fxhq8ngTIno41xFbn6 lRLtgdiXwV0ljOV52cq3MdAoTwr8cLZ5Mkdgvw2HM7yh5qo8S+BDSpRcn9kKhwb+RkpT 6T3NYhDEIHnH8nurRhXUmJencjGMTYL726M4FNUeoVlTcGNLh3InNlf6On+y3szJ2FrF Tisg== X-Gm-Message-State: AKS2vOzHWqTyHPuaR+d6xx0B+j0ljLahI5jLESuKfwJ5AC24bCs3iV4Q iR/wRwMaawE4viV5 X-Received: by 10.107.154.5 with SMTP id c5mr29348920ioe.109.1497956588901; Tue, 20 Jun 2017 04:03:08 -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 z68sm5824760itb.0.2017.06.20.04.03.06 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 20 Jun 2017 04:03:08 -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> <86a85355wz.fsf@gmail.com> <65548273-a6dc-5b74-f1b2-81d0a92c3a91@intel.com> Date: Tue, 20 Jun 2017 11:03:00 -0000 In-Reply-To: <65548273-a6dc-5b74-f1b2-81d0a92c3a91@intel.com> (Walfred Tedeschi's message of "Tue, 20 Jun 2017 11:53:44 +0100") Message-ID: <86wp8653bq.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/msg00564.txt.bz2 "Tedeschi, Walfred" writes: > May i ask you to create a temporary branch for this patch series. > My intention is to apply and test around in some configurations we have. It is users/qiyao/target-desc-2 --=20 Yao (=E9=BD=90=E5=B0=A7)