Re: uinput crash maybe this is the FIX

From: emard
Date: Mon Oct 17 2005 - 02:16:53 EST


- complete(&request->done);
-
/* Mark slot as available */
udev->requests[request->id] = NULL;
wake_up_interruptible(&udev->requests_waitq);
+
+ complete(&request->done);

Man, I think that's the way to go!
I will continue testing with this
patch, so far it looks good :)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/