From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Paul Menzel <pmenzel@molgen.mpg.de>
Cc: Mathias Nyman <mathias.nyman@intel.com>,
George D Sworo <george.d.sworo@intel.com>,
Matt DeVillier <matt.devillier@gmail.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] xhci: check for a pending command completion during command timeout
Date: Fri, 22 May 2026 14:11:09 +0300 [thread overview]
Message-ID: <4dd74c17-eecf-432c-a39e-e722816bb74f@linux.intel.com> (raw)
In-Reply-To: <2026052218-starboard-reach-5db4@gregkh>
On 5/22/26 13:39, Greg Kroah-Hartman wrote:
> On Fri, May 22, 2026 at 11:35:47AM +0200, Paul Menzel wrote:
>> Dear Greg,
>>
>>
>> Am 22.05.26 um 11:23 schrieb Greg Kroah-Hartman:
>>> On Fri, May 22, 2026 at 10:58:27AM +0200, Paul Menzel wrote:
>>>> From: Mathias Nyman <mathias.nyman@linux.intel.com>
>>>>
>>>> It's possible a command times out even if xHC hardware already completed
>>>> the command. Driver is unaware of the command completion if interrupt
>>>> handler is blocked for a long time.
>>>>
>>>> Check if there is an unhandled command completion on the event ring during
>>>> command timeout.
>>>>
>>>> In this case just give the command additional time to complete. There's no
>>>> point in aborting the command ring to move past a stuck command.
>>>>
>>>> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
>>>> Signed-off-by: George D Sworo <george.d.sworo@intel.com>
>>>> Link: https://chromium.googlesource.com/chromiumos/third_party/kernel/+/478ab723af9414b0a2a2fbc59ac34f5d319a4fc3
>>>> [pmenzel: one adaptation for mainline 7.1: next_trb() uses the
>>>> 2-argument form next_trb(&seg, &deq) — the mainline 7.1 signature
>>>> dropped the xhci and ring arguments present in the 6.12 source the
>>>> patch was ported from. xhci_pending_interrupt() is used directly as
>>>> it is now committed as the preceding prerequisite.]
>>>> Assisted-by: Claude Sonnet 4.6
>>>> [pmenzel: No devices with the problem available, but no regressions on
>>>> Dell XPS 13 9360 and QEMU 7.2.0.
>>>>
>>>> qemu-system-x86_64 -enable-kvm -cpu host -m 3G -device qemu-xhci,id=xhci -device usb-storage,bus=xhci.0
>>>>
>>>> xHCI host controller initialised cleanly, USB 3.0 SuperSpeed root
>>>> hubs and USB mass storage device enumerated without errors.
>>>> The specific race (command timeout with blocked interrupt handler)
>>>> cannot easily be forced in QEMU, but no regressions in the normal
>>>> command path were observed.]
>>>
>>> What are these additions from? Did you mean to send these out to the
>>> lists?
>>
>> Yes, they are authored by me and meant for the list. I wanted to document,
>> where I got the patch from and how I tested the change. Feel free to remove
>> them.
>
> These make no sense, please remove them yourself and resend.
>
I do remember writing these as part of debugging and/or a temporary workaround,
but they were not supposed to go upstream, or become a permanent solution.
These patches just hide the fact that xhci event handler isn't run when we expect
it to. rootcause is unknown.
Thanks
-Mathias
next prev parent reply other threads:[~2026-05-22 11:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-22 8:58 [PATCH 1/2] xhci: add helper to check for pending interrupt Paul Menzel
2026-05-22 8:58 ` [PATCH 2/2] xhci: check for a pending command completion during command timeout Paul Menzel
2026-05-22 9:23 ` Greg Kroah-Hartman
2026-05-22 9:35 ` Paul Menzel
2026-05-22 10:39 ` Greg Kroah-Hartman
2026-05-22 11:11 ` Mathias Nyman [this message]
2026-05-22 12:38 ` Paul Menzel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4dd74c17-eecf-432c-a39e-e722816bb74f@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=george.d.sworo@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=matt.devillier@gmail.com \
--cc=pmenzel@molgen.mpg.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox