Re: [linux-usb-devel] possible bug in visor.c

2001-12-14 Thread V Ganesh
> Which kernel version of the visor driver are you looking at? > The most recent one does not call kmalloc in the write() call (well ok, > the call is still there, but it never gets executed, as the urb transfer > buffers all get set up in the visor_init() function. I should just > remove it, but

Re: [linux-usb-devel] possible bug in visor.c

2001-12-14 Thread Greg KH
On Fri, Dec 14, 2001 at 07:01:23PM +0530, V Ganesh wrote: > hi, > I've been developing a usb driver for the ipaq running wince. I ran > into some trouble which, I think, potentially affects the visor driver as well. > visor_write() calls kmalloc(..., GFP_KERNEL). I did the same thing and got

[linux-usb-devel] possible bug in visor.c

2001-12-14 Thread V Ganesh
hi, I've been developing a usb driver for the ipaq running wince. I ran into some trouble which, I think, potentially affects the visor driver as well. visor_write() calls kmalloc(..., GFP_KERNEL). I did the same thing and got hit by a BUG() in kmem_cache_grow(). if (in_interrupt(