On Sun, 2 Dec 2007, Arjan van de Ven wrote:
quoted text > > 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
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: Need lockdep help , Alan Stern , (Sun Dec 2, 1:08 pm)