Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756613AbYKCUwQ (ORCPT ); Mon, 3 Nov 2008 15:52:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756294AbYKCUvt (ORCPT ); Mon, 3 Nov 2008 15:51:49 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:42968 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756236AbYKCUvs (ORCPT ); Mon, 3 Nov 2008 15:51:48 -0500 Date: Mon, 3 Nov 2008 12:51:08 -0800 From: Andrew Morton To: "Rafael J. Wysocki" Cc: pavel@suse.cz, linux-kernel@vger.kernel.org, linux-pm@lists.osdl.org, Matt Tolentino , Dave Hansen , linux-mm@kvack.org Subject: Re: [PATCH] hibernation should work ok with memory hotplug Message-Id: <20081103125108.46d0639e.akpm@linux-foundation.org> In-Reply-To: <200810291325.01481.rjw@sisk.pl> References: <20081029105956.GA16347@atrey.karlin.mff.cuni.cz> <200810291325.01481.rjw@sisk.pl> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1883 Lines: 53 On Wed, 29 Oct 2008 13:25:00 +0100 "Rafael J. Wysocki" wrote: > On Wednesday, 29 of October 2008, Pavel Machek wrote: > > > > hibernation + memory hotplug was disabled in kconfig because we could > > not handle hibernation + sparse mem at some point. It seems to work > > now, so I guess we can enable it. > > OK, if "it seems to work now" means that it has been tested and confirmed to > work, no objection from me. yes, that was not a terribly confidence-inspiring commit message. 3947be1969a9ce455ec30f60ef51efb10e4323d1 said "For now, disable memory hotplug when swsusp is enabled. There's a lot of churn there right now. We'll fix it up properly once it calms down." which is also rather rubbery. Cough up, guys: what was the issue with memory hotplug and swsusp, and is it indeed now fixed? Thanks. > > > Signed-off-by: Pavel Machek > > > > > > diff -ur linux/mm/Kconfig linux.tmp/mm/Kconfig > > --- linux/mm/Kconfig 2008-10-27 10:10:59.000000000 +0100 > > +++ linux.tmp/mm/Kconfig 2008-10-29 10:02:41.000000000 +0100 > > @@ -128,12 +128,9 @@ > > config MEMORY_HOTPLUG > > bool "Allow for memory hot-add" > > depends on SPARSEMEM || X86_64_ACPI_NUMA > > - depends on HOTPLUG && !HIBERNATION && ARCH_ENABLE_MEMORY_HOTPLUG > > + depends on HOTPLUG && ARCH_ENABLE_MEMORY_HOTPLUG > > depends on (IA64 || X86 || PPC64 || SUPERH || S390) > > > > -comment "Memory hotplug is currently incompatible with Software Suspend" > > - depends on SPARSEMEM && HOTPLUG && HIBERNATION > > - > > config MEMORY_HOTPLUG_SPARSE > > def_bool y > > depends on SPARSEMEM && MEMORY_HOTPLUG > > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/