From: Matterazzo Giorgio
> I've tried recompiling the whiteheat module with your 
> suggestion without solving the problem.

The first problem was solved, this is a different issue.

> kernel: Debug: sleeping function called from invalid context at
> mm/slab.c:2093

Functions that sleep aren't allowed to be called when interrupts are
off, as that would leave interrupts off permanently, locking the
machine. The 2.6 version of the driver is apparently full of these
sorts of problems, which is why it's marked BROKEN_ON_SMP in the
config.

I've recently rewritten the 2.4 version of the driver, resolving a lot
of issues including a few of these bad sleeping problems. I've been
porting it to 2.6 the last few days, I should be finished in the next
couple. We'll get you an updated driver ASAP.

..Stu



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to