diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-28 19:06:39 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-28 19:06:39 +0200 |
| commit | c9d3986499ae91751f796f147d6439283938c364 (patch) | |
| tree | 9c3ff19f2206aad3821c105a5dff134ab7956a4d /usb-line6.patch | |
| parent | 4d4357208d15652015d1621af184be730441211b (diff) | |
| download | patches-c9d3986499ae91751f796f147d6439283938c364.tar.gz | |
update line6 patch
Diffstat (limited to 'usb-line6.patch')
| -rw-r--r-- | usb-line6.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usb-line6.patch b/usb-line6.patch index 83c74b88adbdbc..1056bf953bf254 100644 --- a/usb-line6.patch +++ b/usb-line6.patch @@ -7,6 +7,7 @@ The line6 driver uses a lot of USB buffers off of the stack, which is not allowed on many systems. Fix this up by dynamically allocating the buffers with kmalloc() which allows for proper DMA-able memory. +Tested-by: Christo Gouws <gouws.christo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: stable <stable@vger.kernel.org> |
