> 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
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
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(