From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20968 invoked by alias); 8 Feb 2013 00:13:48 -0000 Received: (qmail 20938 invoked by uid 22791); 8 Feb 2013 00:13:43 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from inet-tsb5.toshiba.co.jp (HELO imx2.toshiba.co.jp) (202.33.96.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Feb 2013 00:13:38 +0000 Received: from arc1.toshiba.co.jp ([133.199.194.235]) by imx2.toshiba.co.jp with ESMTP id r180DW1U026105; Fri, 8 Feb 2013 09:13:32 +0900 (JST) Received: (from root@localhost) by arc1.toshiba.co.jp id r180DWO6005305; Fri, 8 Feb 2013 09:13:32 +0900 (JST) Received: from unknown [133.199.192.144] by arc1.toshiba.co.jp with ESMTP id KAA05294; Fri, 8 Feb 2013 09:13:32 +0900 Received: from mx2.toshiba.co.jp (localhost [127.0.0.1]) by ovp2.toshiba.co.jp with ESMTP id r180DWEs025822; Fri, 8 Feb 2013 09:13:32 +0900 (JST) Received: from tgxml119.toshiba.local by toshiba.co.jp id r180DVF6007431; Fri, 8 Feb 2013 09:13:32 +0900 (JST) Received: from TGXML316.toshiba.local ([169.254.4.113]) by tgxml119.toshiba.local ([133.199.66.79]) with mapi id 14.02.0318.004; Fri, 8 Feb 2013 09:13:31 +0900 From: To: CC: , Subject: Re: [PATCH] Avoid unnecessary busy loop in __lll_timedlock_wait on ARM. Date: Fri, 08 Feb 2013 00:13:00 -0000 Message-ID: References: In-Reply-To: msscp.transfermailtomossagent: 103 Content-Type: text/plain; charset="iso-2022-jp" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00010.txt.bz2 > > I have found an issue in __lll_timedlock_wait on ARM. >=20 > I think the busy loop should have a bug filed in Bugzilla, as a=20 > user-visible bug - could you file that bug? Thank you for the reply. I have filed this in Bugzilla. http://sourceware.org/bugzilla/show_bug.cgi?id=3D15119 --=20 UWATOKO Katsuki