git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84eb2ae
)
Bluetooth: ath3k: don't use stack memory for DMA
author
Stanislaw Gruszka
<sgruszka@redhat.com>
Mon, 8 Jul 2013 08:27:23 +0000
(10:27 +0200)
committer
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Thu, 25 Jul 2013 18:52:32 +0000
(19:52 +0100)
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 <dr.diesel@gmail.com>
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
No differences found