From: Oliver Neukum Date: Fri, 1 Aug 2014 07:55:20 +0000 (+0200) Subject: USB: devio: fix issue with log flooding X-Git-Tag: omap-for-v3.17/fixes-against-rc2~164^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d310d05f1225d1f6f2bf505255fdf593bfbb3051;p=pandora-kernel.git USB: devio: fix issue with log flooding usbfs allows user space to pass down an URB which sets URB_SHORT_NOT_OK for output URBs. That causes usbcore to log messages without limit for a nonsensical disallowed combination. The fix is to silently drop the attribute in usbfs. The problem is reported to exist since 3.14 https://www.virtualbox.org/ticket/13085 Signed-off-by: Oliver Neukum CC: stable@vger.kernel.org Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed