[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C6AB76C.9060809@s5r6.in-berlin.de>
Date: Tue, 17 Aug 2010 18:23:08 +0200
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: Yong Zhang <yong.zhang0@...il.com>
CC: linux1394-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Johannes Berg <johannes@...solutions.net>
Subject: Re: lockdep false positive? -- firewire-core transaction timer vs.
scsi-core host lock
Yong Zhang wrote:
> I suspect it's introduced by commit 5c40cbfefa828208c671e2f58789e4dd04f79563
> which call del_timer_sync() in softirq.
>
> comments on del_timer_sync() say "It must not be called from interrupt contexts."
I hope the del_timer_sync kerneldoc comment is about hardIRQ context,
*otherwise* commit 5c40cbfe is defective indeed.
The firewire stack calls del_timer_sync in process or softIRQ context
(firewire-ohci tasklets, block layer soft IRQ, networking soft IRQ...)
but never from hardIRQ.
--
Stefan Richter
-=====-==-=- =--- =---=
http://arcgraph.de/sr/
--
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