commit | b41ecf9a80a55406eb4bf90c1ba260785002e103 | [log] [tgz] |
---|---|---|
author | Stefano Panella <stefano.panella@csr.com> | Mon Oct 12 15:45:14 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Oct 14 14:54:42 2009 -0700 |
tree | 069ffc368a0eb1b405f53b1adb7a6b41ff37ae94 | |
parent | 99b830aa553668a2c433e4cbff130224a75c74bb [diff] |
USB: wusb: don't use the stack to read security descriptor 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>