On Tue, Sep 15, 2020 at 03:45:01PM +0200, Oliver Neukum wrote: > The SCSI layer can go into an ugly loop if you ignore that a device > is gone. You need to report an error in the command rather than > in the return value of the queue method. > We need to specifically check for ENODEV.. > > Signed-off-by: Oliver Neukum <oneukum@xxxxxxxx> > --- > drivers/usb/storage/uas.c | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) Should this one go to the stable kernels? thanks, greg k-h