From: Ben Hutchings Date: Sat, 4 Feb 2017 16:56:32 +0000 (+0000) Subject: rtl8150: Use heap buffers for all register access X-Git-Tag: v3.2.87~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef2ee64e96e0f262936f44a773d58529409fc4ad;p=pandora-kernel.git rtl8150: Use heap buffers for all register access commit 7926aff5c57b577ab0f43364ff0c59d968f6a414 upstream. Allocating USB buffers on the stack is not portable, and no longer works on x86_64 (with VMAP_STACK enabled as per default). Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed