[PATCH 4/6] kexec: A new system call, kexec_file_load, for in kernel kexec

H. Peter Anvin hpa at zytor.com
Fri Dec 20 22:32:11 EST 2013


On 12/20/2013 05:32 PM, Eric W. Biederman wrote:
> 
> Stuff and nonsense.  bzImage is just an ugly wrapper around an ELF
> image.
> 

Not really.  We put the ELF image in there to help Xen and presumably
kexec, but there are actually quite a few issues with it... for one
thing, as currently built there are megabytes of zeroes in it for no
good reason.

Even if you don't need the entry code, the additional metadata is
meaningful.

	-hpa





More information about the kexec mailing list