On Sunday, 9 of December 2007, Borislav Petkov wrote:
Yes, you are. :-)
With the new code (which BTW I'm assuming we are talking about) the images are
not matched against the kernel they were created by, but against a hard-coded
magic number (defined in suspend_64.c) playing the role of the "header protocol
version" and against some system parameters, like the amount of RAM etc.
Since all kernels containing the new code use the same magic number, all of
them will match or none of them will match.
Of course, we may want to change the magic at some point and in that case
there you will have some non-matching kernels. If you're worried about that,
use the userland hibernation tools from suspend.sf.net (they handle such
situations quite well).
Greetings,
Rafael
--