| From: |
| "Rafael J. Wysocki" <rjw@sisk.pl> |
| To: |
| pm list <linux-pm@lists.linux-foundation.org> |
| Subject: |
| [RFC][PATCH 0/3] Suspend and hibernation test facility (rev. 2) |
| Date: |
| Sat, 3 Nov 2007 20:54:39 +0100 |
| Message-ID: |
| <200711032054.40195.rjw@sisk.pl> |
| Cc: |
| Johannes Berg <johannes@sipsolutions.net>,
Len Brown <lenb@kernel.org>,
LKML <linux-kernel@vger.kernel.org>, Pavel Machek <pavel@ucw.cz> |
| Archive-link: |
| Article,
Thread
|
Hi,
This is the second iteration of the patches that add a new testing facility for
suspend and hibernation.
The first patch adds the possibility to test the suspend (STD) core code
without actually suspending, which is useful for tracking problems with drivers
etc.
The second one modifies the hibernation core so that it can use the same
facility (it's a bit more powerful than the existing hibernation test modes,
since they really can't test the ACPI global methods).
The third one modified documentation in accordance with the two previous ones.
Comments welcome.
Greetings,
Rafael