On Sat, Jun 01, 2002 at 02:32:11PM -0700, David Brownell wrote: > This patch: > > - Fixes a longstanding urb unlink race, by switching to a single queue > for EDs being unlinked. The previous two-queue scheme was sensitive to > IRQ latencies: one extra millisecond would make it use the wrong queue. > This updated scheme should handle latencies of up to 32K microseconds > (Cthulu forfend :) and slightly shrinks object code size. > > - Related (mostly) cleanup. Some functions and one ED field renamed, ED > layout is a smidgeon more compact (even given more data), driver version > string doesn't reflect CVS, debug message only comes out in verbose mode. > > Please merge to Linus' tree. Some of this should probably get backported > to the 2.4 tree, I suspect this as the root cause of a bug someone recently > ran into ... as well as various seemingly random flakes folk have reported. > (Fix to a related ED unlink problem should build on this.)
Applied, thanks. greg k-h _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
