git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7ba31
)
USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release()
author
Jiri Kosina
<jkosina@suse.cz>
Thu, 10 May 2007 06:45:56 +0000
(08:45 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 10 May 2007 06:45:56 +0000
(08:45 +0200)
There is a small race window in which hiddev_release() could corrupt the
list that is being processed for new event in hiddev_send_event().
Synchronize the operations over this list.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found