Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3281620pxk; Mon, 21 Sep 2020 09:35:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxCN258rPLevt3eq4jzLvEpICvaGEhpYs4DM/0B0F6RZO3Q70kYlv13cIq/chcKDq3qZ7X7 X-Received: by 2002:a17:906:3957:: with SMTP id g23mr345746eje.24.1600706149832; Mon, 21 Sep 2020 09:35:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600706149; cv=none; d=google.com; s=arc-20160816; b=Dc0p53TGZ+7OEY6gi1f7NAqB7K+41EhIlUB80SywF8gz4edVTh/ZnqKq+0a9sR0JcT 0KTWWstcQQGVVaREyJsEsWGXkSbTd8uI7+wC4oNA+ZaQZU1kBOIO1rf6jf1Zk+vUEeA6 DiK9C4V3n3IkiAyR6aj6wAkGy4Zvl6ihygy2/BTRJi7xst39Ux6rqXr+tuZyyqA2YXPz JHhO+hLohEaPc2avY6Z7pf2dcfl3h4D+OvlKOCYxyKSj6u99f+u2yJ/dCDXPSqfj8Xz2 MVibNssPDFoTfEoVm+blAxsnnnvQmAuXAXei50MNdm10YTcU2EKrw7QkYOP8jDUNEZEY n/Ng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=f0LthoZqb9ucJHDNCfltqmoDIKviv2PqQtbPRbR2RBM=; b=uwX19aHXkK5H2EL1Xf4o9fhr4WY24o+e89UyML6qPyOnDpVCHzZXsy/zpaDyAIIWVq eyYal1LwUkluvqKK9oX3mD4AcpmwPhxv1yr7Rn7PB/RYBaGVe3mWizoE2H0/IHb/wJDC QqjnBqQJGrVPS/8pyvHIdBnFRVXfkyjyZix7HLyNXIXv2sE7p3reksct8sSmcLDxbtb/ +NpCsdYd0jfqmSNaFzyx4oGbGjpD3ib0wPPiWycGPlXrunho3n2F6W5HhDgtH9q+KAWz IuhRW4LisjzYaQlIS9QPXMgA52rYNDwbRHaWkpeHWv9CBssXuK2cirbZsprfWYlQ0pkV cCHQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=FxayrAAO; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ox9si8543736ejb.97.2020.09.21.09.35.26; Mon, 21 Sep 2020 09:35:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=FxayrAAO; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728642AbgIUQdc (ORCPT + 99 others); Mon, 21 Sep 2020 12:33:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:59614 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726886AbgIUQd1 (ORCPT ); Mon, 21 Sep 2020 12:33:27 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D9923239A1; Mon, 21 Sep 2020 16:33:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600706006; bh=gaKloBMiaI+64bFYvsMOIWjVJrHJTuVAg0Lb0PKDyQw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FxayrAAOGRUCQbW3/sEeVkkUyXY0uJqcRbJQYpi78I38H6xTc4XHRIvEFUaVYaPpq 0E8a7oQ1snjWNJEp/Abl1wF2h58ZvQHjC4bYy15s5I0gBd7FTLbO493vSB24BoUjwn qplrPgCGr09ydZoiHa10MtVTdq5y0/8bhFxZUoNs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Oliver Neukum Subject: [PATCH 4.4 40/46] USB: UAS: fix disconnect by unplugging a hub Date: Mon, 21 Sep 2020 18:27:56 +0200 Message-Id: <20200921162035.114654117@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200921162033.346434578@linuxfoundation.org> References: <20200921162033.346434578@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Oliver Neukum commit 325b008723b2dd31de020e85ab9d2e9aa4637d35 upstream. 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. The issue goes back to the introduction of the driver. Fixes: 115bb1ffa54c3 ("USB: Add UAS driver") Signed-off-by: Oliver Neukum Cc: stable Link: https://lore.kernel.org/r/20200916094026.30085-2-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/storage/uas.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) --- a/drivers/usb/storage/uas.c +++ b/drivers/usb/storage/uas.c @@ -646,8 +646,7 @@ static int uas_queuecommand_lck(struct s if (devinfo->resetting) { cmnd->result = DID_ERROR << 16; cmnd->scsi_done(cmnd); - spin_unlock_irqrestore(&devinfo->lock, flags); - return 0; + goto zombie; } /* Find a free uas-tag */ @@ -682,6 +681,16 @@ static int uas_queuecommand_lck(struct s cmdinfo->state &= ~(SUBMIT_DATA_IN_URB | SUBMIT_DATA_OUT_URB); err = uas_submit_urbs(cmnd, devinfo, GFP_ATOMIC); + /* + * in case of fatal errors the SCSI layer is peculiar + * a command that has finished is a success for the purpose + * of queueing, no matter how fatal the error + */ + if (err == -ENODEV) { + cmnd->result = DID_ERROR << 16; + cmnd->scsi_done(cmnd); + goto zombie; + } if (err) { /* If we did nothing, give up now */ if (cmdinfo->state & SUBMIT_STATUS_URB) { @@ -692,6 +701,7 @@ static int uas_queuecommand_lck(struct s } devinfo->cmnd[idx] = cmnd; +zombie: spin_unlock_irqrestore(&devinfo->lock, flags); return 0; }