Bug 959016
Summary: | USB system dies when USB device appears/disappears | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben Boeckel <fedora> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | fhrbata, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-07 08:56:04 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ben Boeckel
2013-05-03 02:09:52 UTC
Oh, and only a reboot has been able to get it back. I guess modprobe'ing some module might be able to do fix it, but I haven't tried that. Code: 83 f8 ed 0f 85 d2 00 00 00 49 63 85 a8 04 00 00 41 bc 1f 00 00 00 49 8b 9c c6 10 01 00 00 48 83 c3 70 66 0f 1f 84 00 00 00 00 00 <83> 63 d0 fb 48 89 df 48 81 c3 e8 00 00 00 e8 bd 1b be All code ======== 0: 83 f8 ed cmp $0xffffffed,%eax 3: 0f 85 d2 00 00 00 jne 0xdb 9: 49 63 85 a8 04 00 00 movslq 0x4a8(%r13),%rax 10: 41 bc 1f 00 00 00 mov $0x1f,%r12d 16: 49 8b 9c c6 10 01 00 mov 0x110(%r14,%rax,8),%rbx 1d: 00 1e: 48 83 c3 70 add $0x70,%rbx 22: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1) 29: 00 00 2b:* 83 63 d0 fb andl $0xfffffffb,-0x30(%rbx) <-- trapping instruction 2f: 48 89 df mov %rbx,%rdi 32: 48 81 c3 e8 00 00 00 add $0xe8,%rbx 39: e8 .byte 0xe8 3a: bd .byte 0xbd 3b: 1b .byte 0x1b 3c: be .byte 0xbe Code starting with the faulting instruction =========================================== 0: 83 63 d0 fb andl $0xfffffffb,-0x30(%rbx) 4: 48 89 df mov %rbx,%rdi 7: 48 81 c3 e8 00 00 00 add $0xe8,%rbx e: e8 .byte 0xe8 f: bd .byte 0xbd 10: 1b .byte 0x1b 11: be .byte 0xbe virt_dev is NULL More detailed info is here, but the problem is the same https://bugzilla.redhat.com/show_bug.cgi?id=957500#c2 *** This bug has been marked as a duplicate of bug 957500 *** |