Re: [linux-usb-devel] USB Uhci oops on 2.6.2-rc2

2004-01-28 Thread Alan Stern
On Tue, 27 Jan 2004, Stephen Hemminger wrote: > I am working on a USB driver for an Irda dongle and getting perodic > oops, that look like a race in the unlink urb code. The machine is > a 2 cpu SMP running 2.6.2-rc2 (ie latest code). > > Since the device and IRDA are basically half duplex, the d

[linux-usb-devel] USB Uhci oops on 2.6.2-rc2

2004-01-27 Thread Stephen Hemminger
I am working on a USB driver for an Irda dongle and getting perodic oops, that look like a race in the unlink urb code. The machine is a 2 cpu SMP running 2.6.2-rc2 (ie latest code). Since the device and IRDA are basically half duplex, the driver is doing the following (in a kernel thread).