Re: Need lockdep help

From: Alan Stern
Date: Sun Dec 02 2007 - 15:08:30 EST


On Sun, 2 Dec 2007, Arjan van de Ven wrote:

> > This creates a lockdep violation; each rwsem in turn is locked while
> > the other is being held. However the only way this could lead to
> > deadlock would be if there was already a bug in the system Power
> > Management code (overlapping notifications).
>
> or.. modifications to the notifier chain while all this is happening
> (remember: rwsems are fair, once a writer shows up, all readers wait)

But modifications to the notifier chain don't invoke the callout
routines. Hence they won't try to lock the new rwsem and won't lead to
deadlock.

Alan Stern

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