[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.44L0.0712021506500.4185-100000@netrider.rowland.org>
Date: Sun, 2 Dec 2007 15:08:18 -0500 (EST)
From: Alan Stern <stern@...land.harvard.edu>
To: Arjan van de Ven <arjan@...radead.org>
cc: Ingo Molnar <mingo@...e.hu>,
Linux-pm mailing list <linux-pm@...ts.linux-foundation.org>,
Kernel development list <linux-kernel@...r.kernel.org>
Subject: Re: Need lockdep help
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists