From: David S. Miller Date: Tue, 7 Feb 2017 15:07:03 +0000 (-0500) Subject: Merge branch 'net-Fix-on-stack-USB-buffers' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6a413e269b170d6d3bd32a71de4d5dcf987d6843;p=linux-beck.git 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 --- 6a413e269b170d6d3bd32a71de4d5dcf987d6843