[discuss] [patch 3/5] Use extended crashkernel command line on x86_64

Eric W. Biederman ebiederm at xmission.com
Sun Sep 9 17:06:55 EDT 2007


Bernhard Walle <bwalle at suse.de> writes:

> * Yinghai Lu <yhlu.kernel at gmail.com> [2007-09-09 19:27]:
>> >
>> > +#ifdef CONFIG_KEXEC
>> ...
>> 
>> CONFIG_KEXEC or CONFIG_CRASH_DUMP?
>
> Good question. The crashkernel parameter was CONFIG_KEXEC before, and
> I also wondered why, but I didn't change this because maybe there's
> some reason I don't know.
>
> Vivek, do you know why this was CONFIG_KEXEC?

Probably because you use it in the primary kernel you use it.
The option reserves an area of memory for the kernel we switch
to on panic or another kernel crash.

Generally CONFIG_CRASH_DUMP seems to be about the options needed
to read out the crash dump after the fact.

Eric



More information about the kexec mailing list