Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752266AbXLaRhs (ORCPT ); Mon, 31 Dec 2007 12:37:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751152AbXLaRhk (ORCPT ); Mon, 31 Dec 2007 12:37:40 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:33636 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751196AbXLaRhj (ORCPT ); Mon, 31 Dec 2007 12:37:39 -0500 From: "Rafael J. Wysocki" To: Ingo Molnar Subject: Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64 Date: Mon, 31 Dec 2007 18:57:33 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: pm list , Andrew Morton , Len Brown , LKML , Pavel Machek References: <200712281353.37976.rjw@sisk.pl> <200712302337.23896.rjw@sisk.pl> <20071231104311.GA30003@elte.hu> In-Reply-To: <20071231104311.GA30003@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712311857.34445.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1837 Lines: 40 On Monday, 31 of December 2007, Ingo Molnar wrote: > > * Rafael J. Wysocki wrote: > > > > ok, just to make sure we are talking about the same thing. Do you > > > mean we can restore an image saved by v2.6.12 into v2.6.24? I.e. a > > > 2.6.24 kernel will be able to run a 2.6.12 kernel's hibernation > > > image, with all the kernel internal data from v2.6.12, etc? No way > > > can that work. > > > > Well, not exactly. The support for different boot and image kernels > > has only been merged recently, but we can use the current git to > > restore 2.6.24-rc6-mm1, for example. > > > > The trick is to pass a little additional information in the image > > header that can be used by the boot kernel to locate the entry point > > to the image kernel and the image kernel's page tables. > > ok - i thought you meant that there's a general capability to resume > across kernel versions. (which would be close to impossible without some > major surgery.) Well, there will be one. :-) For example, one should be able to use a 2.6.25+ boot kernel to load the image containing 2.6.24-rc6 and restore the memory state from it. > btw., in what way is this different from kexec? Not that much different indeed. The hibernation code is more focused on restoring the pre-hibernation state of the system rather than anything else, plus on ACPI systems we try to handle the platform in accordance with the specification (to some extent - you'd have to use a non-ACPI boot kernel to follow the specification literally, which is possible but not straightforward). Rafael -- 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/