From: Stanislaw Gruszka Date: Mon, 8 Jul 2013 08:27:23 +0000 (+0200) Subject: Bluetooth: ath3k: don't use stack memory for DMA X-Git-Tag: v3.11-rc4~5^2~27^2^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517828a87994f41af6ae5a0f96f0f069f05baa81;p=pandora-kernel.git Bluetooth: ath3k: don't use stack memory for DMA Memory allocated by vmalloc (including stack) can not be used for DMA, i.e. data pointer on usb_control_msg() should not point to stack memory. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=977558 Reported-and-tested-by: Andy Lawrence Signed-off-by: Stanislaw Gruszka Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed