From: Petko Manolov Date: Sun, 19 May 2013 23:08:47 +0000 (+0000) Subject: drivers: net: usb: rtl8150: concurrent URB bugfix X-Git-Tag: v3.10-rc3~18^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d12997a9bb3d217ad4b925ec3074ec89364bf95;p=pandora-kernel.git drivers: net: usb: rtl8150: concurrent URB bugfix This patch fixes a potential race with concurrently running asynchronous write requests. The values for device's RX control register are now stored in dynamically allocated buffers so each URB submission has it's own copy. Doing it the old way is data clobbering prone. This patch is against latest 'net' tree. Signed-off-by: Petko Manolov Signed-off-by: David S. Miller --- Reading git-diff-tree failed