The patch titled

     suspend: update warnings in documentation

has been added to the -mm tree.  Its filename is

     suspend-update-warnings-in-documentation.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

ipw2100-cleanup-debug-prints.patch
ipw2100-remove-by-hand-function-entry-exit-debugging.patch
remove-busywait-in-refrigerator.patch
suspend-update-documentation.patch
swsusp-fix-remaining-u32-vs-pm_message_t-confusion.patch
swsusp-switch-pm_message_t-to-struct.patch
swsusp-switch-pm_message_t-to-struct-pmac_zilog-fix.patch
fix-pm_message_t-stuff-in-mm-tree-netdev.patch
swsusp-prevent-disks-from-spinning-down-and-up.patch
support-powering-sharp-zaurus-sl-5500-lcd-up-and-down.patch
fix-pm_message_t-stuff-in-mm-tree-perfctr.patch
suspend-update-warnings-in-documentation.patch



From: Pavel Machek <[EMAIL PROTECTED]>

Update suspend documentation.  Warnings were a bit overstated, and did not
point out important stuff.

Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 Documentation/power/swsusp.txt |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff -puN 
Documentation/power/swsusp.txt~suspend-update-warnings-in-documentation 
Documentation/power/swsusp.txt
--- 
devel/Documentation/power/swsusp.txt~suspend-update-warnings-in-documentation   
    2005-08-22 01:18:25.000000000 -0700
+++ devel-akpm/Documentation/power/swsusp.txt   2005-08-22 01:18:25.000000000 
-0700
@@ -1,22 +1,20 @@
-From kernel/suspend.c:
+Some warnings, first.
 
  * BIG FAT WARNING *********************************************************
  *
- * If you have unsupported (*) devices using DMA...
- *                             ...say goodbye to your data.
- *
  * If you touch anything on disk between suspend and resume...
  *                             ...kiss your data goodbye.
  *
- * If your disk driver does not support suspend... (IDE does)
- *                             ...you'd better find out how to get along
- *                                without your data.
- *
- * If you change kernel command line between suspend and resume...
- *                             ...prepare for nasty fsck or worse.
+ * If you do resume from initrd after your filesystems are mounted...
+ *                             ...bye bye root partition.
+ *                     [this is actually same case as above]
  *
- * If you change your hardware while system is suspended...
- *                             ...well, it was not good idea.
+ * If you have unsupported (*) devices using DMA, you may have some
+ * problems. If your disk driver does not support suspend... (IDE does),
+ * it may cause some problems, too. If you change kernel command line 
+ * between suspend and resume, it may do something wrong. If you change 
+ * your hardware while system is suspended... well, it was not good idea;
+ * but it wil probably only crash.
  *
  * (*) suspend/resume support is needed to make it safe.
 
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to