[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091113203151.33D1.A69D9226@jp.fujitsu.com>
Date: Fri, 13 Nov 2009 20:32:39 +0900 (JST)
From: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To: Andi Kleen <andi@...stfloor.org>
Cc: kosaki.motohiro@...fujitsu.com, akpm@...ux-foundation.org,
linux-mm@...ck.org, gerald.schaefer@...ibm.com, rjw@...k.pl,
linux-kernel@...r.kernel.org, Yasunori Goto <y-goto@...fujitsu.com>
Subject: Re: [PATCH] Allow memory hotplug and hibernation in the same kernel
> (cc to goto-san)
>
> > Allow memory hotplug and hibernation in the same kernel
> >
> > Memory hotplug and hibernation was excluded in Kconfig. This is obviously
> > a problem for distribution kernels who want to support both in the same
> > image.
>
> Sure.
>
> This exclusion is nearly meaningless. if anybody remove cpu, memory and/or
> various peripheral from hibernated machine. the system might not resume.
> it's obvious. memory is not special.
>
> Documentation/power/swsusp.txt explicitly said
>
> * BIG FAT WARNING *********************************************************
> *
> * If you touch anything on disk between suspend and resume...
> * ...kiss your data goodbye.
>
>
> I like this patch.
>
>
> >
> > After some discussions with Rafael and others the only problem is
> > with parallel memory hotadd or removal while a hibernation operation
> > is in process. It was also working for s390 before.
> >
> > This patch removes the Kconfig level exclusion, and simply
> > makes the memory add / remove functions grab the pm_mutex
> > to exclude against hibernation.
> >
> > This is a 2.6.32 candidate.
2.6.32?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists