Re: [linux-usb-devel] oops in 2.4 usbserial serial_write

2004-01-20 Thread Pete Zaitcev
On Tue, 20 Jan 2004 06:16:05 -0600 Al Borchers <[EMAIL PROTECTED]> wrote: > Greg -- > > There is a problem in usbserial.c in serial_write (and > possibly other usbserial functions) that causes an > oops--Scheduling in interrupt. > Serial_write gets the port->sem semaphore, but serial_write > can

[linux-usb-devel] oops in 2.4 usbserial serial_write

2004-01-20 Thread Al Borchers
Greg -- There is a problem in usbserial.c in serial_write (and possibly other usbserial functions) that causes an oops--Scheduling in interrupt. I think this is the same problem we talked about a few months ago, but now I see the cause of the oops. It is not in the usb serial drivers themselves,