On Mon, 2007-07-16 at 11:47 -0400, Felipe Balbi wrote: > function called from invalid context at kernel/mutex.c:86" some code snippet for your changes might help, Anyway, the BUG is because you have called mutex_lock() from something where you are not supposed to sleep. So, if you are using mutex_lock() somewhere, you should _not_ use it there since you cant sleep in that context. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ