Avoid unnecessary warnings in xHCI
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Leann Ogasawara | ||
Oneiric |
Fix Released
|
Medium
|
Leann Ogasawara | ||
Precise |
Fix Released
|
Medium
|
Leann Ogasawara |
Bug Description
== SRU Justification ==
When running Oneiric on a Chief River (Ivy Bridge/Panther Point) platform, the following messages are printed to dmesg which are harmless but could cause user concern. It's been requested we cherry-pick two upstream patches to eliminate these messages.
"[ 1.037314] xhci_hcd 0000:00:14.0: Failed to enable MSI-X"
"[ 1.037314] WARN: short transfer on control ep"
== Fix ==
The following upstream patches remove these warnings:
commit 3b9783b277e6673
Author: Sarah Sharp <email address hidden>
Date: Thu Dec 22 15:02:13 2011 -0800
xhci: Remove warnings about MSI and MSI-X capabilities.
commit 2a9227a5eeaeb3f
Author: Sarah Sharp <email address hidden>
Date: Tue Oct 25 13:55:30 2011 +0200
xhci: Remove scary warnings about transfer issues.
== Impact ==
There should be minimal to no risk of regression as the patches are merely lowering the log level from an error message to a debug message. The debug messages will only appear if CONFIG_
== Test Case ==
Boot with an unpatched kernel and confirm you see something similar to "xhci_hcd 0000:00:14.0: Failed to enable MSI-X" on boot and possibly see the "WARN: short transfer on control ep" when conducting normal operations on a USB device.
Changed in linux (Ubuntu Oneiric): | |
assignee: | nobody → Leann Ogasawara (leannogasawara) |
importance: | Undecided → Medium |
status: | New → In Progress |
description: | updated |
description: | updated |
description: | updated |
Changed in linux (Ubuntu Oneiric): | |
status: | In Progress → Fix Committed |
tags: |
added: verification-done-oneiric removed: verification-needed-oneiric |
I've cherry-picked the following two patches from v3.3-rc1 into Precise:
commit 3b9783b277e6673 1891ab42eeaaceb bdcdd6e629
Author: Sarah Sharp <email address hidden>
Date: Thu Dec 22 15:02:13 2011 -0800
xhci: Remove warnings about MSI and MSI-X capabilities.
commit 2a9227a5eeaeb3f 91e3a72ceea4fa5 9016ca5d20
Author: Sarah Sharp <email address hidden>
Date: Tue Oct 25 13:55:30 2011 +0200
xhci: Remove scary warnings about transfer issues.