On Thu, Apr 25, 2013 at 7:56 PM, Rik van Riel <r...@surriel.com> wrote:
> On 04/24/2013 07:05 PM, Sedat Dilek wrote:
>>
>> On Thu, Apr 25, 2013 at 12:16 AM, Davidlohr Bueso
>> <davidlohr.bu...@hp.com> wrote:
>
>
>>> This patch converts the IPC RCU header's reference counter to atomic_t.
>>> The return of
>>> ipc_rcu_getref() is modified to inform the callers if it actually
>>> succeeded.
>>>
>>> Now all callers return -EIDRM upon failure and abort the current
>>> operation. Two exceptions are
>>> in semaphore code where sem_getref_and_unlock() and sem_getref() trigger
>>> a warning but proceed
>>> to freeing up any held locks.
>>>
>>> Signed-off-by: Davidlohr Bueso <davidlohr.bu...@hp.com>
>>> Suggested-by: Linus Torvalds <torva...@linux-foundation.org>
>>> CC: Rik van Riel <r...@surriel.com>
>>> CC: Paul McKenney <paul.mcken...@linaro.org>
>>> CC: Sedat Dilek <sedat.di...@gmail.com>
>>> CC: Emmanuel Benisty <benist...@gmail.com>
>>> CC: Andrew Morton <a...@linux-foundation.org>
>>
>>
>> Missing my Reported-by ...!
>
>
>> ...so please add also my Tested-by!
>
>
> And my ax!
>
> I mean ... Reviewed-by: Rik van Riel <r...@redhat.com>

FWIW, my machine survived building chromium with this patch instead of Linus'.

Thanks.
-- Emmanuel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to