From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13998 invoked by alias); 2 Sep 2016 08:24:29 -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 13958 invoked by uid 89); 2 Sep 2016 08:24:26 -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_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f52.google.com Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Sep 2016 08:24:25 +0000 Received: by mail-oi0-f52.google.com with SMTP id p186so116543895oia.2 for ; Fri, 02 Sep 2016 01:24:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=oEvz0aSkNzq65IRnay+H7lc92zunHb0UCAbHhFxe+XA=; b=HVbOPTtntUkapvdWVsU4/CTkaL65BOxl7oxua0zwwAU/7s5v9RZCjWL9IjHLtPiTjM k4HCyZ8zMDm7+aGS/tq8mx38M+Vd2uLnidYNsNoyK5iID/5KyrndxsvLnXUKgKS6NJKe cYEPIq7LrGB4hNOCnTYmL7m6MEgnRDJ+jcUdDY1JquYb94UVHmAP+TqUeJKGQIrrzcKA swFNs5PGP1HUFl6o/vScHejOEtQGxRrejhxPayMU45FBZvHskpa1P1Rm/9Xte/GXoz3y ttHWtLWhQtPU1Y8peJkrp9BTpicoXeby8KTMFN6om3UYGGtgWuf/aQHdc6JigokHWq83 2V7Q== X-Gm-Message-State: AE9vXwNtOXLiK/ZNBgSb+k/OSDsGOoQ9BCIoN5ORONZiMdsMIEWazof3zCVSDy6vTZHk9goWT+crVXvfvRZPwg== X-Received: by 10.157.35.4 with SMTP id j4mr20503247otb.38.1472804663145; Fri, 02 Sep 2016 01:24:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.79.201 with HTTP; Fri, 2 Sep 2016 01:24:22 -0700 (PDT) In-Reply-To: References: <1467295036-2816-1-git-send-email-yao.qi@linaro.org> <86a8hxzni8.fsf@gmail.com> <86vayfbrrf.fsf@gmail.com> From: Yao Qi Date: Fri, 02 Sep 2016 08:24:00 -0000 Message-ID: Subject: Re: [RFC] Set process affinity in test to work around ARM ptrace bug To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00033.txt.bz2 On Fri, Sep 2, 2016 at 2:00 AM, Pedro Alves wrote: > > I like it. This version LGTM. Thanks for adjusting. > Patch is pushed in to master. --=20 Yao (=E9=BD=90=E5=B0=A7)