https://github.com/torvalds/linux
Revision 39f07223d400330b9e08aae4c77a391f2418023e authored by Tilman Schmidt on 13 December 2006, 08:33:52 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:47 UTC
Eliminate some possibilities for user processes writing to the Gigaset
character device to be left sleeping indefinitely, by adding wakeup calls
to error paths and properly disposing of pending write requests when the
device is disconnected.

It also removes unnecessary NULL checks before usb_free_urb() and
usb_kill_urb() calls.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent eff3b63
History
Tip revision: 39f07223d400330b9e08aae4c77a391f2418023e authored by Tilman Schmidt on 13 December 2006, 08:33:52 UTC
[PATCH] isdn/gigaset: fix possible missing wakeup
Tip revision: 39f0722
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 547 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 75.1 KB
Makefile -rw-r--r-- 49.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top