Re: [PATCH] xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED

2016-08-01 Thread Gabriel Krisman Bertazi
Kamal Mostafa writes: > Commit 27a41a83ec54 ("xhci: Cleanup only when releasing primary hcd") > causes a soft lockup at boot when XHCI_STATE_HALTED, preventing > VirtualBox 5.1.x from booting if USB3.0 is enabled. > > Revert to allowing xhci_irq to handle the interrupt when > XHCI_STATE_HALTED bu

[PATCH] xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED

2016-08-01 Thread Kamal Mostafa
Commit 27a41a83ec54 ("xhci: Cleanup only when releasing primary hcd") causes a soft lockup at boot when XHCI_STATE_HALTED, preventing VirtualBox 5.1.x from booting if USB3.0 is enabled. Revert to allowing xhci_irq to handle the interrupt when XHCI_STATE_HALTED but not XHCI_STATE_DYING. Fixes: 27a