From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/9] PM: Fixes related to suspend and hibernation for 2.6.29 Date: Sat, 14 Feb 2009 01:57:39 +0100 Message-ID: <200902140157.40869.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Len Brown Cc: Arjan van de Ven , pm list , Greg KH , LKML , Arve@smtp1.linux-foundation.org, Alan Jenkins , KOSAKI Motohiro , Johannes Weiner , Andrew Morton , Andrey Borzenkov , Linus Torvalds , Ingo Molnar , Masami Hiramatsu List-Id: linux-pm@vger.kernel.org Hi Len, The following are fixes related to suspend and hibernation I have collected over the last couple of weeks. Some of them are in -mm. I think they all are 2.6.29 material. 1/9 and 2/9 fix hibernation regression caused by the async boot changes, I hope Greg will not object if they go through your tree. 3/9 fixes a long-standing hibernation issue that cause the resume partition to become unuseable after two consecutive failing attempts to hibernate. 4/9 fixes build of kprobes.c with CONFIG_PM unset. 5/9 and 6/9 clean up memory freeing code used during hibernation. 7/9 fixes a bug related to the use of PM notifiers during hibernation with the help of the user land interface. 8/9 and 9/9 fix the handling of consoles during suspend/hibernation. Please add these patches to the suspend branch and push to Linus for 2.6.29. Thanks, Rafael -- Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? --- Brian Kernighan