From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754071AbZBUJjO (ORCPT ); Sat, 21 Feb 2009 04:39:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753076AbZBUJi6 (ORCPT ); Sat, 21 Feb 2009 04:38:58 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:59058 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752967AbZBUJi5 (ORCPT ); Sat, 21 Feb 2009 04:38:57 -0500 From: "Rafael J. Wysocki" To: Len Brown , Greg KH Subject: Re: [PATCH 0/9] PM: Fixes related to suspend and hibernation for 2.6.29 Date: Sat, 21 Feb 2009 10:38:40 +0100 User-Agent: KMail/1.11.0 (Linux/2.6.29-rc5-tst; KDE/4.2.0; x86_64; ; ) Cc: Andrew Morton , Arve =?iso-8859-1?q?Hj=F8nnev=E5g?= , Ingo Molnar , Johannes Weiner , KOSAKI Motohiro , LKML , Linus Torvalds , Pavel Machek , pm list , Arjan van de Ven , Alan Jenkins , Masami Hiramatsu , Andrey Borzenkov References: <200902140157.40869.rjw@sisk.pl> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902211038.42169.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 21 February 2009, Len Brown wrote: > > On Sat, 14 Feb 2009, Rafael J. Wysocki wrote: > > > 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. > > looks like this one added power/ twice -- That was on purpose. > and looks like akpm sent a fixed version of this to linus already? Yes, he did. > > 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. > > All except #4 are now on the suspend branch. 1/9 and 2/9 are also in the Greg's tree, AFAICS. Greg, do you intend to push them to Linus? In that case I think it's better if Len drops them. Rafael