All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: "Len Brown" <lenb@kernel.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Arve Hjønnevåg" <arve@android.com>,
	"Ingo Molnar" <mingo@elte.hu>,
	"Johannes Weiner" <hannes@cmpxchg.org>,
	"KOSAKI Motohiro" <kosaki.motohiro@jp.fujitsu.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"Linus Torvalds" <torvalds@linux-foundation.org>,
	"Pavel Machek" <pavel@ucw.cz>,
	"pm list" <linux-pm@lists.linux-foundation.org>,
	"Arjan van de Ven" <arjan@linux.intel.com>,
	"Alan Jenkins" <alan-jenkins@tuffmail.co.uk>,
	"Masami Hiramatsu" <mhiramat@redhat.com>,
	"Andrey Borzenkov" <arvidjaar@mail.ru>
Subject: Re: [PATCH 0/9] PM: Fixes related to suspend and hibernation for 2.6.29
Date: Sat, 21 Feb 2009 10:29:02 -0800	[thread overview]
Message-ID: <20090221182902.GB12472@suse.de> (raw)
In-Reply-To: <200902211038.42169.rjw@sisk.pl>

On Sat, Feb 21, 2009 at 10:38:40AM +0100, Rafael J. Wysocki wrote:
> 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.

I was not planning to send them for .29, sorry I got confused.  I'll
drop them from my tree and Len can send them all to Linus now.

Is that ok?

thanks,

greg k-h

  parent reply	other threads:[~2009-02-21 18:31 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-14  0:57 [PATCH 0/9] PM: Fixes related to suspend and hibernation for 2.6.29 Rafael J. Wysocki
2009-02-14  0:57 ` Rafael J. Wysocki
2009-02-14  0:59 ` [PATCH 1/9] Consolidate driver_probe_done() loops into one place Rafael J. Wysocki
2009-02-14  0:59   ` Rafael J. Wysocki
2009-02-14  1:47   ` Greg KH
2009-02-14  1:47     ` Greg KH
2009-02-22  5:29   ` Raja R Harinath
2009-02-14  1:00 ` [PATCH 2/9] PM/resume: wait for device probing to finish Rafael J. Wysocki
2009-02-14  1:48   ` Greg KH
2009-02-14  1:48   ` Greg KH
2009-02-14  1:00 ` Rafael J. Wysocki
2009-02-14  1:01 ` [PATCH 3/9] PM/hibernate: fix "swap breaks after hibernation failures" Rafael J. Wysocki
2009-02-14  1:01   ` Rafael J. Wysocki
2009-02-14  1:02 ` [PATCH 4/9] PM: fix build for CONFIG_PM unset Rafael J. Wysocki
2009-02-14  1:02   ` Rafael J. Wysocki
2009-02-14  1:03 ` [PATCH 5/9] swsusp: dont fiddle with swappiness Rafael J. Wysocki
2009-02-14  1:03 ` Rafael J. Wysocki
2009-02-14  1:04 ` [PATCH 6/9] swsusp: clean up shrink_all_zones() Rafael J. Wysocki
2009-02-14  1:04 ` Rafael J. Wysocki
2009-02-14  1:05 ` [PATCH 7/9] PM: Fix pm_notifiers during user mode hibernation Rafael J. Wysocki
2009-02-14  1:05 ` Rafael J. Wysocki
2009-02-14  1:06 ` [PATCH 8/9] PM: Wait for console in resume Rafael J. Wysocki
2009-02-14  1:06 ` Rafael J. Wysocki
2009-02-14  1:07 ` [PATCH 9/9] PM: Fix suspend_console and resume_console to use only one semaphore Rafael J. Wysocki
2009-02-14  1:07 ` Rafael J. Wysocki
2009-02-21  4:41 ` [PATCH 0/9] PM: Fixes related to suspend and hibernation for 2.6.29 Len Brown
2009-02-21  4:41 ` Len Brown
2009-02-21  9:38   ` Rafael J. Wysocki
2009-02-21 18:29     ` Greg KH
2009-02-21 18:29     ` Greg KH [this message]
2009-02-21 19:32       ` Arjan van de Ven
2009-02-21 19:32       ` Arjan van de Ven
2009-02-21 19:48         ` Greg KH
2009-02-21 19:48         ` Greg KH
2009-02-21 22:18           ` Linus Torvalds
2009-02-21 22:18             ` Linus Torvalds
2009-02-22  2:47             ` Len Brown
2009-02-22  2:47             ` Len Brown
2009-02-22 10:07             ` Rafael J. Wysocki
2009-02-22 10:07             ` Rafael J. Wysocki
2009-02-21  9:38   ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090221182902.GB12472@suse.de \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=alan-jenkins@tuffmail.co.uk \
    --cc=arjan@linux.intel.com \
    --cc=arve@android.com \
    --cc=arvidjaar@mail.ru \
    --cc=hannes@cmpxchg.org \
    --cc=kosaki.motohiro@jp.fujitsu.com \
    --cc=lenb@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=mhiramat@redhat.com \
    --cc=mingo@elte.hu \
    --cc=pavel@ucw.cz \
    --cc=rjw@sisk.pl \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.