Bug 85961
Summary: | unloading vhci-hcd tries to free already-free IRQ 0 | ||
---|---|---|---|
Product: | Drivers | Reporter: | tombork |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, tombork |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.2.63 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
tombork
2014-10-09 12:09:46 UTC
On Thu, Oct 09, 2014 at 12:09:46PM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=85961 > > Bug ID: 85961 > Summary: unloading vhci-hcd tries to free already-free IRQ 0 Please send to the linux-usb@vger.kernel.org mailing list irq 0 means "no interrupt is assigned" so this actually looks like you want a check in usb_remove_hcd against irq != 0 I fixed this with https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=cd70469d084fde198dc07c1a31b8463562228a5a following an advice from Thomas Pugliese in linux-usb@vger.kernel.org. Thank you Alan. Awesome.. in which case closing time |