Re: PI patch against 2.6.16-rt9
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Date: Wed, 29 Mar 2006 00:42:06 +0200
On Tue, 2006-03-28 at 23:23 +0100, Esben Nielsen wrote:
If you get to L(x) the underlying dependencies might have changed
already as well as the dependencies x ... n. We might get false
positives in the deadlock detection that way, as a deadlock is an
"atomic" state.
As I see it you might detect a circular lock graph "atomically". But is
that a "deadlock"? Yes, if you rule out signals and timeouts, this
situation does indeed deadlock your program.
But if you count in signals and timeouts your algoritm also gives "false
positives": You can detect a circular lock but when you return from
rt_mutex_slowlock(), a signal is delivered and there is no longer a
circular dependency and most important: The program wouldn't be
deadlocked even if you didn't ask for deadlock detection and your task in
that case would block.
I would like to see an examble of a false deadlock. I don't rule them out
in the present code. But they might be simple to fix.
Simply the initial lock chain is L1->L2->L3->L4, which is no deadlock.
Now in the course of your lock dropping L2 gets removed while you are at
L3 and L5 gets added on top of L4. You follow the chain blindly and
detect a dealock vs. L5, but its not longer valid. The L2 cleanup is
blocked by yourself. There is no way to prevent this with your method.
Your method is tempting, but I do not see how it works out right now.
tglx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: PI patch against 2.6.16-rt9
- From: Esben Nielsen
- Re: PI patch against 2.6.16-rt9
- Prev by Date: Re: realtime-preempt 2.6.16-rt7-10 bug?
- Next by Date: Re: Need help reporting bug, no 3D accel with Matrox g400
- Previous by thread: Re: PI patch against 2.6.16-rt9
- Next by thread: funny framebuffer fonts on PowerBook with radeonfb
- Index(es):
Relevant Pages
|
|