Merge branch 'net-Fix-on-stack-USB-buffers'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 15:07:03 +0000 (10:07 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 15:07:03 +0000 (10:07 -0500)
commit6a413e269b170d6d3bd32a71de4d5dcf987d6843
treec17a5d52ac023e720cf7d57d479e0ac1a0524df3
parent432d4f8ab03527958294ad5e539acaebfc4625e3
parent2d6a0e9de03ee658a9adc3bfb2f0ca55dff1e478
Merge branch 'net-Fix-on-stack-USB-buffers'

Ben Hutchings says:

====================
net: Fix on-stack USB buffers

Allocating USB buffers on the stack is not portable, and no longer
works on x86_64 (with VMAP_STACK enabled as per default).  This
series fixes all the instances I could find where USB networking
drivers do that.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>