Re: [PATCH 12/13] kexec: Support for Kexec on panic using new system call

2014-06-18 Thread Vivek Goyal
On Tue, Jun 17, 2014 at 11:43:10PM +0200, Borislav Petkov wrote: [..] > > diff --git a/arch/x86/include/asm/crash.h b/arch/x86/include/asm/crash.h > > new file mode 100644 > > index 000..2dd2eb8 > > --- /dev/null > > +++ b/arch/x86/include/asm/crash.h > > @@ -0,0 +1,9 @@ > > +#ifndef _ASM_X86_

Re: [PATCH 12/13] kexec: Support for Kexec on panic using new system call

2014-06-17 Thread Borislav Petkov
On Tue, Jun 03, 2014 at 09:07:01AM -0400, Vivek Goyal wrote: > This patch adds support for loading a kexec on panic (kdump) kernel usning > new system call. Right now this primarily works with bzImage loader only. > But changes to ELF loader should be minimal as all the core infrastrcture > is ther

[PATCH 12/13] kexec: Support for Kexec on panic using new system call

2014-06-03 Thread Vivek Goyal
This patch adds support for loading a kexec on panic (kdump) kernel usning new system call. Right now this primarily works with bzImage loader only. But changes to ELF loader should be minimal as all the core infrastrcture is there. Only thing preventing making ELF load in crash reseved memory is