Bug 42975
Summary: | oops: khubd when putting laptop to sleep | ||
---|---|---|---|
Product: | Drivers | Reporter: | Gene (gjunk2) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | alessandro.crismani, aros, vasyl.demin |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.3.x | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
system log when khubd took 100% cpu after lid close
ver_linux output lspci -vvv cell phone image of oops khubd.txt |
Description
Gene
2012-03-22 03:46:53 UTC
Created attachment 72677 [details]
ver_linux output
Created attachment 72678 [details]
lspci -vvv
Created attachment 72679 [details]
cell phone image of oops
I have the same problem, khubd goes on rampage when I want to shutdown or suspend, preventing both actions from successfully completing. This happens when I use my bluetooth headset, in which case I am unable to perform a clean shutdown because the system hangs waiting for khubd to stop. If I do not use the headset, the shutdown process is a breeze. Alessandro Same problem with bluetooth mouse. Arch Linux x86_64, linux 3.3.1, laptop Thinkpad T510 Created attachment 72917 [details]
khubd.txt
More or less the same here.
No 100% CPU eating process, I just cannot put my _desktop_ PC to sleep after I had some troubles with a (probably faulty) USB flash stick.
(In reply to comment #0) khubd is a USB arbitrator process ( http://www.linuxjournal.com/article/8093 ) in the kernel, so this bug is in the USB subsystem, not somewhere else. If you can reproduce this bug every time you boot, probably you should try finding the bad commit using git-bisect (of course, you'll have to learn how to compile and use vanillla kernel). |