[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200707202334.41665.rjw@sisk.pl>
Date: Fri, 20 Jul 2007 23:34:40 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: "Huang, Ying" <ying.huang@...el.com>
Cc: Milton Miller <miltonm@....com>,
linux-pm <linux-pm@...ts.linux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Alan Stern <stern@...land.harvard.edu>,
David Lang <david@...g.hm>,
Jeremy Maitin-Shepard <jbms@....edu>
Subject: Re: [linux-pm] Re: Hibernation considerations
On Friday, 20 July 2007 16:48, Huang, Ying wrote:
> On Fri, 2007-07-20 at 09:01 -0500, Milton Miller wrote:
> > Simplifying kjump: the proposal for v3.
> >
> > The current code is trying to use crash dump area as a safe, reserved
> > area to run the second kernel. However, that means that the kernel
> > has to be linked specially to run in the reserved area. I think we
> > need to finish separating kexec_jump from the other code paths.
> >
> > (1) add a new command line argument that specifies the kexec_jump
> > target area (or just size?)
> >
> > (2) add a kjump flag to the flags parameter, used by kexec_load. When
> > loading a jump kernel, it is loaded like a normal kernel, however,
> > additional control pages are allocated to (a) save this kenrel's use of
> > the kexec_jump target area (b) save the backed up region that is used
> > by all kernels like crash dump, and (c) space for invoking
> > relocate_new_kernel that will get its args from the execution entry
> > point and will restore the kernel then call resume and suspend.
>
> Backuping target memory before kexec and restoring it after kexec is
> planed feature for kexec jump. But I will work on image writing/reading
> first.
Have you thought about using any existing code, when you're at it?
Greetings,
Rafael
--
"Premature optimization is the root of all evil." - Donald Knuth
-
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