Bug 155541
Summary: | panic: BUG at usb_hc_died+0x16 when unplugging usb-c dock | ||
---|---|---|---|
Product: | Drivers | Reporter: | Richard van der Hoff (bugzilla) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | andreas.noever |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
stack trace
lspci -vv without dock present lspci -vv after hotplug |
Description
Richard van der Hoff
2016-08-29 19:57:24 UTC
Created attachment 231301 [details]
stack trace
I captured a dump via kdump; this is the result of 'bt' from 'crash'.
Created attachment 231311 [details]
lspci -vv without dock present
Created attachment 231321 [details]
lspci -vv after hotplug
On Mon, Aug 29, 2016 at 07:57:24PM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=155541 > > Bug ID: 155541 > Summary: panic: BUG at usb_hc_died+0x16 when unplugging usb-c > dock All USB bugs should be sent to the linux-usb@vger.kernel.org mailing list, and not entered into bugzilla. Please bring this issue up there, if it is still a problem in the latest kernel release. For the record, this got fixed by commit bcf42aa60c28 in kernel 4.9. |