2013-03-01 12:01:22

by John Kacur

[permalink] [raw]
Subject: Re: [PATCH] futex: fix unbalanced spin_lock/spin_unlock() in exit_pi_state_list()

On Fri, Mar 1, 2013 at 2:36 AM, Yong Zhang <[email protected]> wrote:
> From: Yong Zhang <[email protected]>
>
> Otherwise, below warning is shown somtimes when running some test:

It would be nice to know which test!
----->o SNIP


2013-03-01 15:12:33

by John Kacur

[permalink] [raw]
Subject: Re: [PATCH] futex: fix unbalanced spin_lock/spin_unlock() in exit_pi_state_list()

On Fri, Mar 1, 2013 at 1:01 PM, John Kacur <[email protected]> wrote:
> On Fri, Mar 1, 2013 at 2:36 AM, Yong Zhang <[email protected]> wrote:
>> From: Yong Zhang <[email protected]>
>>
>> Otherwise, below warning is shown somtimes when running some test:
>
> It would be nice to know which test!
> ----->o SNIP

Luis points out to me that you can tell from the PID that the test is
http://fxr.watson.org/fxr/source/nptl/tst-robust8.c?v=GLIBC27
of the NPTL project (sys/nptl/tst-robust8.c)