diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-08-08 02:34:07 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-11 09:36:37 -0800 |
commit | 91c193f925d75b03f5a7f31ae1358a87af33c78a (patch) | |
tree | ef7953288438a8521db6b342f1c0e3c62f313053 /drivers/xen | |
parent | 510c6bcea7b81acf7c86d2d72944ed516223fcbb (diff) | |
download | kernel_samsung_crespo-91c193f925d75b03f5a7f31ae1358a87af33c78a.zip kernel_samsung_crespo-91c193f925d75b03f5a7f31ae1358a87af33c78a.tar.gz kernel_samsung_crespo-91c193f925d75b03f5a7f31ae1358a87af33c78a.tar.bz2 |
usbnet/cdc_ncm: Don't use stack variables for DMA
commit 75bc8ef528f7c4ea7e80384c5593487b6b3b535e upstream.
The cdc_ncm driver still has a few places where stack variables are
passed to the cdc_ncm_do_request function. This triggers a stack trace in
lib/dma-debug.c if the CONFIG_DEBUG_DMA_API option is set.
Adjust these calls to pass parameters that have been allocated with
kzalloc.
Signed-off-by: Josh Boyer <jwboyer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/xen')
0 files changed, 0 insertions, 0 deletions