From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758462AbYCZX2B (ORCPT ); Wed, 26 Mar 2008 19:28:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757336AbYCZX1h (ORCPT ); Wed, 26 Mar 2008 19:27:37 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:41827 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757294AbYCZX1g (ORCPT ); Wed, 26 Mar 2008 19:27:36 -0400 From: "Rafael J. Wysocki" To: Jeremy Fitzhardinge Subject: Re: what's the incompatibility between hibernation and hotplug memory Date: Thu, 27 Mar 2008 00:27:25 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Linux Kernel Mailing List , Pavel Machek References: <47EAD9A7.6020609@goop.org> In-Reply-To: <47EAD9A7.6020609@goop.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803270027.26037.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, 27 of March 2008, Jeremy Fitzhardinge wrote: > Hi, Hi, > I noticed that Kconfig warns that hibernation and hotplug memory are not > compatible. What's the issue? Generally, we might not be able to handle memory unplugged at a wrong time (eg. after we've created the image). Which part of Kconfig says that exactly? Rafael