From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7AD27214813 for ; Sat, 11 Apr 2026 13:03:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775912618; cv=none; b=pOZ1xwt3NGTvvpQO8c6osvityU8Zt1jwryYKjPfRlNR9im3zxKX/TEFt3nqGM5+/4w9yzbav2WNEjKNkXLVRyuhbcWqi2suoGh2/FJ+EjLImVo0h9MrSjM897pBZxMaSasjS++2DaWyUbB5PhKdE/lKDpsh6AD2kNh3i9G9rUAY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775912618; c=relaxed/simple; bh=5CYKuCsSiuv1mgUyGTCWvO4Y5akQsJI5yffBif8XJPk=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: Content-Type:MIME-Version; b=Z8kK5Z75eEtAqfXEVHmD9Tu/4m+tI3jRE8NgBmAF/wt0GH8LHJzzdyO1VObcNYXzHvHnz6gi980lR91ZIgbYdYOpEzgads8HHg1AoWDPxXqLzQaYtvplwtyxzD1re44/iMOvXWMdYRhNrmytt/SdfAYhCMF4XkjA/kBPjuORh9U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KQBe28LL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KQBe28LL" Received: by smtp.kernel.org (Postfix) with ESMTPS id 20902C4CEF7 for ; Sat, 11 Apr 2026 13:03:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775912618; bh=5CYKuCsSiuv1mgUyGTCWvO4Y5akQsJI5yffBif8XJPk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KQBe28LLUILFd+TLLj6wMrVX7oG9F32mbgKLyJJeXIYAWVQF3oxrGfh5el4nJkGav 3pA5sr9EqDdkJelSVSekFylfQOWe4VPXrbNKI8DlnuffDyp84No988M4Y7rWh+IqRS wGDDPyv+GhTLM4eXcM7c4anL7ihR01MTTkEVkGWOTU0LPrdZLgaBpF/a92iCaWgW/M 4lM0qJyEAgPRVSaUglczP09SSOq5EOzITsO4HUyPONSqxhIK9Z9eTJhloj0k0w0cxs pvcUSbX3ynjQXmLMPG+P5ESaqCPOT9WEcSZpKHLwVWhi04KbamXSwfGQzGqtsTxYv4 ahKG0upFz+zOA== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 1214DC4160E; Sat, 11 Apr 2026 13:03:38 +0000 (UTC) From: bugzilla-daemon@kernel.org To: linux-usb@vger.kernel.org Subject: [Bug 221340] uas driver hangs and causes usb reset Date: Sat, 11 Apr 2026 13:03:37 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo drivers_usb@kernel-bugs.kernel.org X-Bugzilla-Product: Drivers X-Bugzilla-Component: USB X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: michal.pecio@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: drivers_usb@kernel-bugs.kernel.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 https://bugzilla.kernel.org/show_bug.cgi?id=3D221340 --- Comment #6 from Micha=C5=82 Pecio (michal.pecio@gmail.com) --- This shows UAS driver unlinking URBs related to timed out commands as they = are being aborted, but I wondered if anything unusual happens 30 seconds prior, when the device stops executing SCSI commands and makes them time out. IOW, was there anything related to uas or xhci before this snippet begins? --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=