From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: Thorsten Leemhuis <regressions@leemhuis.info>,
Pierre-David Belanger <pierredavidbelanger@gmail.com>,
Shixiong Ou <oushixiong1025@163.com>
Cc: Shixiong Ou <oushixiong@kylinos.cn>,
Mathias Nyman <mathias.nyman@intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Niklas Neronin <niklas.neronin@linux.intel.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
regressions@lists.linux.dev
Subject: Re: [PATCH] usb: xhci: fix maximum event ring segments calculation
Date: Mon, 31 Aug 2026 17:28:00 +0300 [thread overview]
Message-ID: <f29a475e-a523-461a-8e63-b0698b3174c6@linux.intel.com> (raw)
In-Reply-To: <89d99e3a-0f67-4116-a262-98be59f76f5d@leemhuis.info>
On 8/31/26 14:36, Thorsten Leemhuis wrote:
>
>
> On 8/31/26 13:28, Thorsten Leemhuis wrote:
>> On 8/31/26 11:21, Mathias Nyman wrote:
>>> On 8/31/26 09:55, Thorsten Leemhuis wrote:
>>>> On 8/30/26 05:12, Pierre-David Belanger wrote:
>>>>> The failure on 08dbfad3f504:
>>>>>
>>>>> xhci_hcd 0000:00:04.0: xHCI Host Controller
>>>>> xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 1
>>>>> xhci_hcd 0000:00:04.0: Failed to allocate interrupter erst
>>>>> xhci_hcd 0000:00:04.0: can't setup: -12
>>>>> xhci_hcd 0000:00:04.0: USB bus 1 deregistered
>>>>> xhci_hcd 0000:00:04.0: init 0000:00:04.0 fail, -12
>>>>> xhci_hcd 0000:00:04.0: probe with driver xhci_hcd failed with
>>>>> error -12
>>>> Sadly this missed -rc1, wonder why it wasn't submitted for it to prevent
>>>> more people from running into this, but whatever, that's ship has sailed.
>>>
>>> Looks like at least QEMU and Mediatek users were hit by this issue.
>>
>> Ahh, good to known. And thx for sending one of the fixes to Greg
>> meanwhile (saw that by chance).
>>> Note that this is a v7.3-rc1 regression which was found during merge
>>> window for v7.3-rc1.
>>> v7.3-rc1 came out a few hours ago.
>>> I can't resolve it much earlier than this.
>> Out of curiosity: why?
>>
>> Just ignore the question if it was something like "real life got in the
>> way" or "it fell through the cracks" -- that's how it is sometimes, no
>> worries. But in other cases I'd be glad if you could take a few minutes
>> if you have them to satisfy my curiosity, as in preparation for a
>> maintainer summit proposal I sent[1] I'm just trying to understand
>> better why regression fixes sometimes take quite a while from submission
>> to landing in mainline
No real life or personal issues got in the way.
Assumed severity after first case didn't call for action mid merge window.
>
> For the record (sorry, this should have bin in above mail!), as it might
> sound hostile without context, as obviously there would not have been
> enough time to fix this if the issue would only have become known during
> the end of the merge window. But that is not the case here afaics
> (please correct me if I'm wrong!), as the first patch to fix this was
> afaics submitted on 2026-08-20:
Sure, I'll describe how it went
2026-08-16 Sunday,
v7.2 is tagged, merge window opens
I've sent all my patches, assume Greg has his pull request ready for Linus.
2026-08-20 Thursday,
I see the issue and patch the first time.
It points to an issue in next, is valid but commit message doesn't call for
urgency in any way.
Doesn't specify which hardware is concerned.
So far one report only. I haven't seen the issue myself so assume it's some obscure
hardware (pre-production, or virtual/firmware).
Queue for after rc1.
No reason to panic or bother Greg or Linus mid merge window at this stage.
2026-08-27 Thursday, a week later, rc1 will be tagged on Sunday
I get a second report for the same issue, this one shows it concerns Mediatek MT8173.
Issue gets my attention, rc1 will be tagged on Sunday so I don't even consider stirring
up anything anymore.
https://lore.kernel.org/linux-usb/20260827053748.3755-1-getfeus@gmail.com
2026-08-28 Friday
One more case, showing this affects QEMU users as well.
But no point in sending anything before rc1 anymore, rc1 will be tagged on Sunday
2026-08-30 Sunday
another QEMU user reports an issue
Linus tags 7.3-rc1
2026-08-31 Monday
Rebase on rc1, compile, quick testrun, submit fix to Greg.
Thanks
Mathias
next prev parent reply other threads:[~2026-08-31 14:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-28 10:59 oushixiong1025
2026-08-30 3:12 ` Pierre-David Belanger
2026-08-31 6:55 ` Thorsten Leemhuis
2026-08-31 9:21 ` Mathias Nyman
2026-08-31 11:28 ` Thorsten Leemhuis
2026-08-31 11:36 ` Thorsten Leemhuis
2026-08-31 14:28 ` Mathias Nyman [this message]
2026-09-01 8:16 ` Thorsten Leemhuis
2026-08-31 9:10 ` Mathias Nyman
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=f29a475e-a523-461a-8e63-b0698b3174c6@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=niklas.neronin@linux.intel.com \
--cc=oushixiong1025@163.com \
--cc=oushixiong@kylinos.cn \
--cc=pierredavidbelanger@gmail.com \
--cc=regressions@leemhuis.info \
--cc=regressions@lists.linux.dev \
/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
all inboxes | Powered by JetHome®