RE: [PATCH] Abstracted Priority Inheritance for RT

From: Daniel Walker
Date: Wed Jun 01 2005 - 19:33:49 EST


On Wed, 2005-06-01 at 17:10 -0700, Perez-Gonzalez, Inaky wrote:

> Maybe he is referring to the case?
>
> A owns M
> B owns N and is waiting for M
> A is trying to wait for N
>
> These deadlocking cases can be tricky during PI.


The bulk of the code is from the current RT mutex, so I'm assuming it
handles this case correctly. However, the rt mutex isn't in userspace ,
so task A or B was a user space task , then the problem would need to be
explored.. How does PI change if A or B are user space tasks?

Daniel

-
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/