[linux-usb-devel] Re: UHCI oops on 2.6.3

2004-02-19 Thread Alan Stern
On Wed, 18 Feb 2004, Stephen Hemminger wrote: > Got this running with my irda driver that does lots of unlinks > with 2.6.3. > Looks like another race between the interrupt and unlink. The disassembly listing shows that your uhci_unlink_generic routine starts with the lines: /* We can ge

[linux-usb-devel] Re: UHCI oops on 2.6.3

2004-02-18 Thread Stephen Hemminger
On Wed, 18 Feb 2004 14:31:15 -0500 (EST) Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 18 Feb 2004, Stephen Hemminger wrote: > > > Got this running with my irda driver that does lots of unlinks > > with 2.6.3. > > Looks like another race between the interrupt and unlink. > > My compiled code i

[linux-usb-devel] Re: UHCI oops on 2.6.3

2004-02-18 Thread Alan Stern
[Resent because of invalid address the first time. Stephen, you need to fix the entry for the USB development mailing list in your address book!] On Wed, 18 Feb 2004, Stephen Hemminger wrote: > Got this running with my irda driver that does lots of unlinks > with 2.6.3. > Looks like another ra