From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2302 invoked by alias); 7 Apr 2015 10:31:22 -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 2239 invoked by uid 89); 7 Apr 2015 10:31:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f182.google.com Received: from mail-pd0-f182.google.com (HELO mail-pd0-f182.google.com) (209.85.192.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 07 Apr 2015 10:31:20 +0000 Received: by pdbqa5 with SMTP id qa5so17609507pdb.1 for ; Tue, 07 Apr 2015 03:31:19 -0700 (PDT) X-Received: by 10.66.63.7 with SMTP id c7mr35736127pas.13.1428402679016; Tue, 07 Apr 2015 03:31:19 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id pf10sm7464333pbb.93.2015.04.07.03.31.17 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 07 Apr 2015 03:31:18 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH 8/8] add non-stop test that stresses thread starvation issues References: <1419625871-28848-1-git-send-email-palves@redhat.com> <1419625871-28848-9-git-send-email-palves@redhat.com> <551D57CC.9050403@gmail.com> <55226D5D.3020200@redhat.com> <86d23gxn8r.fsf@gmail.com> <5523AFD9.1070105@redhat.com> Date: Tue, 07 Apr 2015 10:31:00 -0000 In-Reply-To: <5523AFD9.1070105@redhat.com> (Pedro Alves's message of "Tue, 07 Apr 2015 11:22:17 +0100") Message-ID: <868ue4xma4.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: 2015-04/txt/msg00195.txt.bz2 Pedro Alves writes: >> OK, how about the patch below? > > Looks good. Thanks! Thanks, patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)