Bug 903141
| Summary: | Regression: Kernel 3.7.x breaks suspend/hibernation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Hensler <mails.bugzilla.redhat.com> | ||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, schaiba | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-01-23 14:38:16 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: | |||||||
| Attachments: |
|
||||||
|
Description
Matthias Hensler
2013-01-23 10:10:03 UTC
The patch you point to was included in 3.7 as commit 8d4516904b39. The thread was mistaken in that. However, there was a subsequent patch:
commit 3935e89505a1c3ab3f3b0c7ef0eae54124f48905
Author: Bjørn Mork <bjorn>
Date: Wed Dec 19 20:51:31 2012 +0100
watchdog: Fix disable/enable regression
Commit 8d4516904b39 ("watchdog: Fix CPU hotplug regression") causes an
oops or hard lockup when doing
that fixes another issue. That was backported to 3.7.4, which has been built in F18. It would be good if you could test that and let us know if it solves your issue.
Thanks, indeed it seems that I overlooked that patch. However, I used 3.7.3-201.fc18 from koji since sunday evening and that build did not solve the issue. I just looked at the source and confirmed that this version did already include the patch above. I went straight to 3.7.4-201.fc18 with the additional return-statement in watchdog_disable and had no issues so far. What puzzles me is, that 3.7.2-201.fc18 also had the additional return-statement but did crash anyway. So maybe both patches are needed, but I will try with the original 3.7.4-203.fc18 from koji first and check if that kernel still crashes on suspend. OK, I made some quick test with 3.7.4-203.fc18 from koji without any further patches and was not able to reproduce the issue. So for the moment it seems that the bug was indeed already fixed. Sorry for the noise. I will make some further test within the next days and will report should the issue raise again. Till then this bug can be closed. |