]> git.neil.brown.name Git - history.git/commit
[PATCH] USB: fix race with signal delivery in usbfs
authorOliver Neukum <oliver@neukum.org>
Tue, 9 Dec 2003 02:18:07 +0000 (18:18 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 9 Dec 2003 02:18:07 +0000 (18:18 -0800)
commit41b98670535687b465df7ae1da75f2911415e61a
tree06204aeec88d623ef60f2636b5d4a16cbb890a10
parent697a025dc3c84aa4e389498ef2a6a8897bafacd7
[PATCH] USB: fix race with signal delivery in usbfs

apart from locking bugs, there are other races. This fixes one with
signal delivery. The signal should be delivered _before_ the reciever
is woken.
drivers/usb/core/devio.c