]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit18615eb8a2acddc937b867fb55005f17ee7393d1
treec9b5feacf9c6259fb527fb27cc5fc8b8fbccbb66
parent273bfb9a4f84147496dd828b44d8f138c2bd8128
UAS: fix alignment of scatter/gather segments

This is the UAS version of

4fd9527839f381d41240b59e39b67bbb00a3884d
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: 455b0db57612 ("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