From: Ben Hutchings Date: Sat, 4 Feb 2017 16:57:04 +0000 (+0000) Subject: catc: Use heap buffer for memory size test X-Git-Tag: v3.2.87~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a2c426d84453927e0280cd9b18162348b1d828;p=pandora-kernel.git catc: Use heap buffer for memory size test commit 2d6a0e9de03ee658a9adc3bfb2f0ca55dff1e478 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