On Mon, 2008-08-11 at 17:14 -0600, Jonathan Corbet wrote:
The OpenVZ dudes like refer to something that Andrew Morton said about
this (paraphrasing...): if we need cross-version restore support, we
can count on userspace to do the conversion.
You can almost think of it like the crashdump processing utility that we
have. Instead of worrying about having the kernel *always* produce the
same crashdump with the same gunk in it, we make userspace do all the
parsing and interpretation.
It also makes it quite possible for a distribution to make a change (say
because of a security fix) in the kernel that changes the checkpoint
format, then to quickly code up the necessary bits for the conversion
program.
-- Dave
--