Bug 71961
Summary: | panic occured shortly after resume | ||
---|---|---|---|
Product: | Drivers | Reporter: | Luc Pi (pionchon.luc) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | NEEDINFO --- | ||
Severity: | normal | CC: | tianyu.lan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.14.0-031400rc6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
photo of the panic screen
kernel panic console screen |
Description
Luc Pi
2014-03-12 12:18:40 UTC
Please follow this file to debug. http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/power/basic-pm-debugging.txt From the log, the panic seems happens in the wireless driver. Please unload the wireless driver and try again. Thanks for your quick answer! The instructions you gave are a bit complicated to me. What I did: 1. 'rmmod ath9k' (I guess this is my wireless driver) 2. 5 suspend/resume cycles by closing my laptop's lid 3. 'cat /sys/kernel/debug/suspend_stats' success: 5 fail: 0 4. 'lsmod ath9k' 5. 5 suspend/resume cycles by closing my laptop's lid 6. 'cat /sys/kernel/debug/suspend_stats' success: 10 fail: 0 The panic did not reproduce. Shall I test it more times? With my normal usage, I suspend/resume my laptop about 5-10 times a day. I'll keep watching in the coming days if it reproduce with the driver loaded. However it is not very practical for me to use my laptop without the wireless. NOTE: Sometimes the laptop resumes on a black screen. The mouse pointer reacts, and it changes when I move it around, as it hovers content, but the screen is black. I need to switch to a console then back to X (Ctrl-Alt-F3, Ctrl-Alt-F7) to completely resume the session. (In reply to Luc Pionchon from comment #2) > The panic did not reproduce. Shall I test it more times? With my normal > usage, I suspend/resume my laptop about 5-10 times a day. I'll keep watching > in the coming days if it reproduce with the driver loaded. However it is not > very practical for me to use my laptop without the wireless. From current logs, this is wireless bug and so reassign. Now I am at 27 resume successes, with the wireless module loaded, and the panic did not reappear. $ cat /sys/kernel/debug/suspend_stats success: 27 fail: 0 I just got the kernel panic again. Created attachment 131801 [details]
kernel panic console screen
This time I got a much more readable screen shot
|