From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760039AbXKCTmu (ORCPT ); Sat, 3 Nov 2007 15:42:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756777AbXKCTmm (ORCPT ); Sat, 3 Nov 2007 15:42:42 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:57818 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756725AbXKCTml (ORCPT ); Sat, 3 Nov 2007 15:42:41 -0400 From: "Rafael J. Wysocki" To: pm list Subject: [RFC][PATCH 0/3] Suspend and hibernation test facility (rev. 2) Date: Sat, 3 Nov 2007 20:54:39 +0100 User-Agent: KMail/1.9.5 Cc: Johannes Berg , Len Brown , LKML , Pavel Machek MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711032054.40195.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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