Searched hist:e5c812e84f0dece3400d5caf42522287e6ef139f (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/usb/line6/ |
H A D | toneport.c | diff e5c812e84f0dece3400d5caf42522287e6ef139f Sun Apr 28 11:04:11 CDT 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> ALSA: line6: use dynamic buffers
The line6 driver uses a lot of USB buffers off of the stack, which is not allowed on many systems, causing the driver to crash on some of them. Fix this up by dynamically allocating the buffers with kmalloc() which allows for proper DMA-able memory.
Reported-by: Christo Gouws <gouws.christo@gmail.com> Reported-by: Alan Stern <stern@rowland.harvard.edu> Tested-by: Christo Gouws <gouws.christo@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | podhd.c | diff e5c812e84f0dece3400d5caf42522287e6ef139f Sun Apr 28 11:04:11 CDT 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> ALSA: line6: use dynamic buffers
The line6 driver uses a lot of USB buffers off of the stack, which is not allowed on many systems, causing the driver to crash on some of them. Fix this up by dynamically allocating the buffers with kmalloc() which allows for proper DMA-able memory.
Reported-by: Christo Gouws <gouws.christo@gmail.com> Reported-by: Alan Stern <stern@rowland.harvard.edu> Tested-by: Christo Gouws <gouws.christo@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | driver.c | diff e5c812e84f0dece3400d5caf42522287e6ef139f Sun Apr 28 11:04:11 CDT 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> ALSA: line6: use dynamic buffers
The line6 driver uses a lot of USB buffers off of the stack, which is not allowed on many systems, causing the driver to crash on some of them. Fix this up by dynamically allocating the buffers with kmalloc() which allows for proper DMA-able memory.
Reported-by: Christo Gouws <gouws.christo@gmail.com> Reported-by: Alan Stern <stern@rowland.harvard.edu> Tested-by: Christo Gouws <gouws.christo@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|