From: Greg Kroah-Hartman Date: Tue, 23 May 2017 18:54:34 +0000 (+0200) Subject: ; fix X-Git-Tag: v3.18.55~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89d03d646844357744381b866faa2734e6b04c72;p=thirdparty%2Fkernel%2Fstable-queue.git ; fix --- diff --git a/queue-4.11/usb-misc-legousbtower-fix-buffers-on-stack.patch b/queue-4.11/usb-misc-legousbtower-fix-buffers-on-stack.patch index d2ab86715e4..ba653298ab9 100644 --- a/queue-4.11/usb-misc-legousbtower-fix-buffers-on-stack.patch +++ b/queue-4.11/usb-misc-legousbtower-fix-buffers-on-stack.patch @@ -11,7 +11,7 @@ Allocate buffers on HEAP instead of STACK for local structures that are to be received using usb_control_msg(). Signed-off-by: Maksim Salau -Tested-by: Alfredo Rafael Vicente Boix ; +Tested-by: Alfredo Rafael Vicente Boix Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-4.4/usb-misc-legousbtower-fix-buffers-on-stack.patch b/queue-4.4/usb-misc-legousbtower-fix-buffers-on-stack.patch index 7c2402c93ce..12d60b981c6 100644 --- a/queue-4.4/usb-misc-legousbtower-fix-buffers-on-stack.patch +++ b/queue-4.4/usb-misc-legousbtower-fix-buffers-on-stack.patch @@ -11,7 +11,7 @@ Allocate buffers on HEAP instead of STACK for local structures that are to be received using usb_control_msg(). Signed-off-by: Maksim Salau -Tested-by: Alfredo Rafael Vicente Boix ; +Tested-by: Alfredo Rafael Vicente Boix Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-4.9/usb-misc-legousbtower-fix-buffers-on-stack.patch b/queue-4.9/usb-misc-legousbtower-fix-buffers-on-stack.patch index d2ab86715e4..ba653298ab9 100644 --- a/queue-4.9/usb-misc-legousbtower-fix-buffers-on-stack.patch +++ b/queue-4.9/usb-misc-legousbtower-fix-buffers-on-stack.patch @@ -11,7 +11,7 @@ Allocate buffers on HEAP instead of STACK for local structures that are to be received using usb_control_msg(). Signed-off-by: Maksim Salau -Tested-by: Alfredo Rafael Vicente Boix ; +Tested-by: Alfredo Rafael Vicente Boix Signed-off-by: Greg Kroah-Hartman ---