This bug is awaiting verification that the linux/5.13.0-41.46 kernel in
-proposed solves the problem. Please test the kernel and update this bug
with the results. If the problem is solved, change the tag
'verification-needed-impish' to 'verification-done-impish'. If the
problem still exists, change the tag 'verification-needed-impish' to
'verification-failed-impish'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-impish

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1968210

Title:
  USB devices not detected during boot on USB 3.0 hubs

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Impish:
  Fix Committed

Bug description:
  [SRU Justification]

  [Impact]
  There are users with certain intel xHCI controllers that are
  experiencing problems with USB devices not being detected at boot.

  This is because when the primary roothub is registered, device
  enumeration happens before xHC is running and leads to devices not being
  detected. This results in the error that looks something like
  'usb usb1-port3: couldn't allocate usb_device'.

  [Fix]
  Register both root hubs along with the secondary hcd for xhci.

  This original fix was reverted upstream due to regressions that occured due to
  racing that happened when both roothubs were registered simultaneously.
  However with those fixes being addressed in commits
  ("usb: hub: Fix usb enumeration issue due to address0 race")
  ("usb: hub: Fix locking issues with address0_mutex")
  the maintainers have stated that they will be reintroducing this commit.
  So lets reintroduce it here to fix the issues that users are
  experiencing.

  [Test Case]
  Confirmed by Chris Chiu that this issue exists on similiar hardware
  reported by the users and that reverting these reverts fixes the issue
  showing no signs of 'couldn't allocate usb_device' and with USB devices
  available after boot.

  [Regression Potential]
  Should be low now that we carry the fixes that seemed to be caused by
  this patch series.

  ------------------------------------------------------------------------
  There have been reports by some users using certain intel xHCI controllers 
that their USB devices are not being detected after boot again after similar 
issues were previously found and fixed. This seems to be related to both [1][2] 
with the majority of the discussion on [1] about these problems reoccurring. 
This bug report is being made more for documentation of this new regression.

  These seems to be due to the patchset for [2] being reverted upstream
  due to regressions.

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1939638
  [2] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1945211

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1968210/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to