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:
99b830a
)
USB: wusb: don't use the stack to read security descriptor
author
Stefano Panella
<stefano.panella@csr.com>
Mon, 12 Oct 2009 15:45:14 +0000
(15:45 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 14 Oct 2009 21:54:42 +0000
(14:54 -0700)
An urb's transfer buffer must be kmalloc'd memory and not point to the
stack or a DMA API warning results.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found