[LENOVO 4313CTO] suspend/resume failure
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | linux (Ubuntu) |
High
|
Unassigned | ||
Bug Description
On my ThinkPad T510, raring’s kernel 3.7.0-2-generic crashes on suspend, leaving a black screen with the power light blinking. (It works in quantal’s kernel 3.5.)
[Rereporting from kernel 3.7, to try to get more relevant information from apport.]
ProblemType: KernelOops
DistroRelease: Ubuntu 13.04
Package: linux-image-
ProcVersionSign
Uname: Linux 3.7.0-2-generic x86_64
Annotation: This occured during a previous suspend and prevented it from resuming properly.
ApportVersion: 2.6.2-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
Date: Fri Nov 16 00:00:26 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/share/
Failure: suspend/resume
HibernationDevice: RESUME=
InstallationDate: Installed on 2010-12-05 (711 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20101202)
InterpreterPath: /usr/bin/python3.3
MachineType: LENOVO 4313CTO
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/
ProcEnviron:
TERM=linux
PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=
PulseList:
Error: command ['pacmd', 'list'] failed with exit code 1: Home directory /home/anders not ours.
No PulseAudio daemon running, or not running as session daemon.
RelatedPackageV
linux-
linux-
linux-firmware 1.97
SourcePackage: linux
Title: [LENOVO 4313CTO] suspend/resume failure
UpgradeStatus: Upgraded to raring on 2012-11-15 (0 days ago)
UserGroups:
dmi.bios.date: 06/05/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 6MET91WW (1.51 )
dmi.board.name: 4313CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.
dmi.modalias: dmi:bvnLENOVO:
dmi.product.name: 4313CTO
dmi.product.
dmi.sys.vendor: LENOVO
| Anders Kaseorg (andersk) wrote : | #1 |
| Changed in linux (Ubuntu): | |
| status: | New → Confirmed |
| Joseph Salisbury (jsalisbury) wrote : | #3 |
Would it be possible for you to test the latest upstream kernel? Refer to https:/
If this bug is fixed in the mainline kernel, please add the following tag 'kernel-
If the mainline kernel does not fix this bug, please add the tag: 'kernel-
If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-
Once testing of the upstream kernel is complete, please mark this bug as "Confirmed".
Thanks in advance.
[0] http://
| Changed in linux (Ubuntu): | |
| importance: | Undecided → Medium |
| importance: | Medium → High |
| tags: | added: needs-bisect |
| Joseph Salisbury (jsalisbury) wrote : | #4 |
I'd also like to perform a bisect to figure out what commit caused this regression. It would be very helpful to know the earliest kernel where the issue started happening as well as the latest kernel that did not have this issue.
Can you test the following kernels and report back? We are looking for the first kernel version that exhibits this bug:
v3.5.7: http://
v3.6 final: http://
v3.7-rc3: http://
You don't have to test every kernel, just up until the kernel that first has this bug.
Thanks in advance!
| tags: |
added: performing-bisect regression-release removed: needs-bisect |
This bug was filed against a series that is no longer supported and so is being marked as Won't Fix. If this issue still exists in a supported series, please file a new bug.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.
| Changed in linux (Ubuntu): | |
| status: | Confirmed → Won't Fix |
| Anders Kaseorg (andersk) wrote : | #6 |
Seems to be an upstream bug introduced somewhere between v3.6 and v3.7-rc3:
linux-image-
linux-image-
linux-image-
linux-image-
linux-image-
linux-image-
| tags: | added: kernel-bug-exists-upstream |
| Anders Kaseorg (andersk) wrote : | #7 |
linux-image-
linux-image-
| Anders Kaseorg (andersk) wrote : | #8 |
I assume the “Won’t Fix” status is due to an error in the automated script, can you please remove it?
| Joseph Salisbury (jsalisbury) wrote : | #9 |
This bug was filed against a series that is no longer supported and so is being marked as Won't Fix. If this issue still exists in a supported series, please file a new bug.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.
| Changed in linux (Ubuntu): | |
| status: | Won't Fix → Confirmed |
| status: | Confirmed → Won't Fix |
| Joseph Salisbury (jsalisbury) wrote : | #10 |
@Andres Kaseorg,
Yes the wont fix status was due to an error.
| Changed in linux (Ubuntu): | |
| status: | Won't Fix → Confirmed |
| Changed in linux (Ubuntu): | |
| status: | Confirmed → In Progress |
| assignee: | nobody → Joseph Salisbury (jsalisbury) |
| Joseph Salisbury (jsalisbury) wrote : | #11 |
I started a kernel bisect between upstream v3.6 and v3.7-rc1. The bisect will require testing of about 10 - 12 kernels. I built the first test kernel, which is up to commit:
24d7b40a60cf190
This kernel is available from:
http://
Can you test this latest kernel and report back if it has the bug or not?
| Anders Kaseorg (andersk) wrote : | #12 |
Sure.
linux-image-
| Anders Kaseorg (andersk) wrote : | #13 |
The bug seems config-dependent, since if I compile Ubuntu-3.7.0-3.9 with defconfig, the resulting kernel can successfully suspend from the initramfs, while linux-image-
| Anders Kaseorg (andersk) wrote : | #14 |
I started randomly hybridizing the working and failing .configs, and bisected the problem down to this difference:
--- bad4 2012-11-27 07:52:28.535253255 -0500
+++ good6 2012-11-27 07:35:58.376369630 -0500
@@ -3850,6 +3850 @@
-CONFIG_
-CONFIG_
-# CONFIG_
-CONFIG_
-# CONFIG_
-CONFIG_
+# CONFIG_
That is, if I turn off CONFIG_
| Joseph Salisbury (jsalisbury) wrote : | #15 |
Thanks for testing and providing this information.
I see that CONFIG_
However, I do see that Raring is the only release that has CONFIG_
I'll build a Raring test kernel with CONFIG_
| Anders Kaseorg (andersk) wrote : | #16 |
I’m in the middle of a commit bisect now, and one of the suspicious commits is the same one mentioned here:
http://
which has a reply with a patch.
| Anders Kaseorg (andersk) wrote : | #17 |
Confirmed that bcd951cf10f24e3
| Joseph Salisbury (jsalisbury) wrote : | #18 |
That's great news, Anders. I responded to the thread you posted in comment #16 to see if this patch will be submitted for v3.8.
| Joseph Salisbury (jsalisbury) wrote : | #19 |
The patch will be included in v3.8 and applied back into v3.7 stable:
http://
I'll mark this bug back to triaged for now. It would be great if you can test once this patch lands and report back if it fixes this bug for you.
Thanks again for the great work!
| Changed in linux (Ubuntu): | |
| assignee: | Joseph Salisbury (jsalisbury) → nobody |
| status: | In Progress → Fix Committed |
| tags: |
added: kernel-bug-fixed-upstream removed: performing-bisect |
| Julian Wiedmann (jwiedmann) wrote : | #20 |
The referenced patch landed in 3.7, so let's assume that this bug is fixed.
| Changed in linux (Ubuntu): | |
| status: | Fix Committed → Fix Released |


This change was made by a bot.