From: Oliver Neukum Date: Tue, 21 Aug 2007 05:10:42 +0000 (+0200) Subject: USB: fix DoS in pwc USB video driver X-Git-Tag: v2.6.23-rc4~29^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85237f202d46d55c1bffe0c5b1aa3ddc0f1dce4d;p=pandora-kernel.git USB: fix DoS in pwc USB video driver the pwc driver has a disconnect method that waits for user space to close the device. This opens up an opportunity for a DoS attack, blocking the USB subsystem and making khubd's task busy wait in kernel space. This patch shifts freeing resources to close if an opened device is disconnected. Signed-off-by: Oliver Neukum CC: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed