Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 572093 Details for
Bug 785384
hibernate hangs since kernel version 3.2.2-1.fc16.i686
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Sleep 10 seconds after image write, so that photo can be taken
hibernate-sleep-after-write.patch (text/plain), 545 bytes, created by
Bojan Smojver
on 2012-03-22 22:31:14 UTC
(
hide
)
Description:
Sleep 10 seconds after image write, so that photo can be taken
Filename:
MIME Type:
Creator:
Bojan Smojver
Created:
2012-03-22 22:31:14 UTC
Size:
545 bytes
patch
obsolete
>diff --git a/kernel/power/swap.c b/kernel/power/swap.c >index 8742fd0..7c1d94b 100644 >--- a/kernel/power/swap.c >+++ b/kernel/power/swap.c >@@ -30,6 +30,7 @@ > #include <linux/atomic.h> > #include <linux/kthread.h> > #include <linux/crc32.h> >+#include <linux/delay.h> > > #include "power.h" > >@@ -824,6 +825,8 @@ int swsusp_write(unsigned int flags) > save_image_lzo(&handle, &snapshot, pages - 1); > } > out_finish: >+ printk(KERN_ERR "PM: Take the photo now.\n"); >+ ssleep(10); > error = swap_writer_finish(&handle, flags, error); > return error; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 785384
:
569728
|
570742
|
571226
|
572081
| 572093 |
572114
|
573466
|
573467
|
573507
|
574743
|
575923
|
576087
|
576205
|
576257
|
576266
|
576333