Re: [PATCH 1/4] mutex: add mutex_lock_timeout()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Walker
Date: Tuesday, August 26, 2008 - 12:51 pm

On Tue, 2008-08-26 at 21:32 +0200, Andi Kleen wrote:

I think we have to allow some testing before there could be claim that
there would be a major problem.


For instance these changes could go into linux-next until the 2.6.29
merge window .. Len should be back by then, and we should have a much
better idea what kind of problems may exist, if any..


It's all related .. I removed the semaphores in ACPI which are actually
mutexes in the first three patches. Your left with only semaphores that
are locked.. Locked semaphores are really completions, so it's natural
to convert them.

I would have liked to change the name in ACPI from "semaphore" to
"completion" , but you and Bob seemed to have some serious objections to
it, w.r.t other operating systems that are using that ACPI code.

Daniel

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/4] mutex: add mutex_lock_timeout(), Daniel Walker, (Tue Aug 26, 11:59 am)
[PATCH 2/4] acpi: add real mutex function calls, Daniel Walker, (Tue Aug 26, 11:59 am)
[PATCH 3/4] acpi: add lockdep magic, Daniel Walker, (Tue Aug 26, 11:59 am)
[PATCH 4/4] acpi: semaphore removal, Daniel Walker, (Tue Aug 26, 11:59 am)
Re: [PATCH 4/4] acpi: semaphore removal, Matthew Wilcox, (Tue Aug 26, 12:13 pm)
Re: [PATCH 4/4] acpi: semaphore removal, Daniel Walker, (Tue Aug 26, 12:30 pm)
Re: [PATCH 1/4] mutex: add mutex_lock_timeout(), Andi Kleen, (Tue Aug 26, 12:32 pm)
Re: [PATCH 4/4] acpi: semaphore removal, Matthew Wilcox, (Tue Aug 26, 12:50 pm)
Re: [PATCH 1/4] mutex: add mutex_lock_timeout(), Daniel Walker, (Tue Aug 26, 12:51 pm)
Re: [PATCH 4/4] acpi: semaphore removal, Daniel Walker, (Tue Aug 26, 1:03 pm)
Re: [PATCH 1/4] mutex: add mutex_lock_timeout(), Andi Kleen, (Tue Aug 26, 2:13 pm)
Re: [PATCH 1/4] mutex: add mutex_lock_timeout(), Daniel Walker, (Tue Aug 26, 3:09 pm)