[re-added fastboot list]

On 02 May 2006 08:45:59 +0200, Andi Kleen <[EMAIL PROTECTED]> wrote:
Magnus Damm <[EMAIL PROTECTED]> writes:

> --===============82697867595349228==
>
> kexec: Avoid overwriting the current pgd (x86_64)
>
> This patch upgrades the x86_64-specific kexec code to avoid overwriting the
> current pgd. Overwriting the current pgd is bad when CONFIG_CRASH_DUMP is used
> to start a secondary kernel that dumps the memory of the previous kernel.

Why is it bad?

Because in the kdump case (CONFIG_CRASH_DUMP) we store the memory
contents of the crashed kernel somewhere to later on be able to
analyze it. And it makes sense to avoid overwriting things because we
want to analyze the _original_ state when the kernel crashed, not some
half-overwritten state.

Thanks,

/ magnus

_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to