mbox series

[SRU,Jammy:linux-intel-iotg,v2,0/1] Bail out when USB port is stuck in reset loop

Message ID 20220511030110.188288-1-jianhui.lee@canonical.com
Headers show
Series Bail out when USB port is stuck in reset loop | expand

Message

Jian Hui Lee May 11, 2022, 3:01 a.m. UTC
BugLink: https://launchpad.net/bugs/1960777

[Impact]
USB port stops working after unplug an USB device.

[Fix]
Commit c89686118c786a523eee3ef68ed38330319626d8 ("usb: core: Bail out when port is stuck in reset loop")

[Test]
Affected vendor confirmed the patch can fix the issue after numerous round of tests.

[Where problems could occur]
If there's any peculiar USB hub depends on the old (and buggy) behavior, this can potentially bring a regression to the hub.


Kai-Heng Feng (1):
  usb: core: Bail out when port is stuck in reset loop

 drivers/usb/core/hub.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Tim Gardner May 11, 2022, 12:14 p.m. UTC | #1
Acked-by: Tim Gardner <tim.gardner@canonical.com>

On 5/10/22 21:01, Jian Hui Lee wrote:
> BugLink: https://launchpad.net/bugs/1960777
> 
> [Impact]
> USB port stops working after unplug an USB device.
> 
> [Fix]
> Commit c89686118c786a523eee3ef68ed38330319626d8 ("usb: core: Bail out when port is stuck in reset loop")
> 
> [Test]
> Affected vendor confirmed the patch can fix the issue after numerous round of tests.
> 
> [Where problems could occur]
> If there's any peculiar USB hub depends on the old (and buggy) behavior, this can potentially bring a regression to the hub.
> 
> 
> Kai-Heng Feng (1):
>    usb: core: Bail out when port is stuck in reset loop
> 
>   drivers/usb/core/hub.c | 8 ++++++--
>   1 file changed, 6 insertions(+), 2 deletions(-)
>
Tim Gardner May 11, 2022, 12:21 p.m. UTC | #2
Seems like you ought to have an entry for linux-intel-iotg in the LP bug.

On 5/11/22 06:14, Tim Gardner wrote:
> Acked-by: Tim Gardner <tim.gardner@canonical.com>
> 
> On 5/10/22 21:01, Jian Hui Lee wrote:
>> BugLink: https://launchpad.net/bugs/1960777
>>
>> [Impact]
>> USB port stops working after unplug an USB device.
>>
>> [Fix]
>> Commit c89686118c786a523eee3ef68ed38330319626d8 ("usb: core: Bail out 
>> when port is stuck in reset loop")
>>
>> [Test]
>> Affected vendor confirmed the patch can fix the issue after numerous 
>> round of tests.
>>
>> [Where problems could occur]
>> If there's any peculiar USB hub depends on the old (and buggy) 
>> behavior, this can potentially bring a regression to the hub.
>>
>>
>> Kai-Heng Feng (1):
>>    usb: core: Bail out when port is stuck in reset loop
>>
>>   drivers/usb/core/hub.c | 8 ++++++--
>>   1 file changed, 6 insertions(+), 2 deletions(-)
>>
>