Re: [PATCH] fix __mod_timer vs __run_timers deadlock.

From: David S. Miller
Date: Tue May 03 2005 - 18:52:20 EST


On Wed, 04 May 2005 09:44:53 +1000
Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> wrote:

> Nothing prevents it ? well, I wouldn't be that optimistic :) The USB
> stuff is a bit complex, it inlcudes doing DMAs, so manipulating the
> iommu, dealing with URB queues (and thus allocating/releasing them)
> etc... and especially in the context of xmon, that mean letting the
> driver do a lot of these at any time whatever state the system is...

I think doing calls to the USB interrupt handler would work.
I'm not being crazy :)

But yeah we could do a micro-stack as well, but as you noted the
transfer to/from the real USB HCI driver would be non-trivial.

I truly believe just calling the real USB HCI driver interrupt
handler in a polling fashion is the way to go.
-
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/