OSDN Git Service

UAS: fix alignment of scatter/gather segments
authorOliver Neukum <oneukum@suse.com>
Tue, 30 Apr 2019 10:21:45 +0000 (12:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Apr 2019 15:51:42 +0000 (17:51 +0200)
commit3ae62a42090f1ed48e2313ed256a1182a85fb575
treec9b5feacf9c6259fb527fb27cc5fc8b8fbccbb66
parent0f02321e4bd1b17eb957e077e868ef1611f5dbbd
UAS: fix alignment of scatter/gather segments

This is the UAS version of

747668dbc061b3e62bc1982767a3a1f9815fcf0e
usb-storage: Set virt_boundary_mask to avoid SG overflows

We are not as likely to be vulnerable as storage, as it is unlikelier
that UAS is run over a controller without native support for SG,
but the issue exists.
The issue has been existing since the inception of the driver.

Fixes: 115bb1ffa54c ("USB: Add UAS driver")
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/uas.c