From: Oliver Neukum Date: Tue, 20 Mar 2007 12:41:21 +0000 (+0100) Subject: USB: option close race X-Git-Tag: v2.6.22-rc1~1117^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d28e74b97c8eb859fd9f5eb018bb1c75627bd55;p=pandora-kernel.git USB: option close race the option driver does not directly use usb_kill_urb(). It uses a wrapper. This wrapper means that callbacks which are running are not killed during close, resubmitting and illicitly pushing data into the tty layer. The whole purpose of usb_kill_urb() is subverted. The wrapper must be removed. Signed-off-by: Oliver Neukum Signed-off-by: Matthias Urlichs Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed