Re: [RFC PATCH 00/11][V2] kexec: A new system call to allow in kernel loading

2014-05-27 Thread Vivek Goyal
On Mon, May 26, 2014 at 10:25:14AM +0200, Borislav Petkov wrote: > Hi Vivek, > > On Mon, Jan 27, 2014 at 01:57:40PM -0500, Vivek Goyal wrote: > > Hi > > > > This is V2 of new system call patches. Previous version was posted here. > > just a quick ping here, are you working on a v3? Anything I

Re: [RFC PATCH 00/11][V2] kexec: A new system call to allow in kernel loading

2014-05-27 Thread Vivek Goyal
On Mon, May 26, 2014 at 10:25:14AM +0200, Borislav Petkov wrote: Hi Vivek, On Mon, Jan 27, 2014 at 01:57:40PM -0500, Vivek Goyal wrote: Hi This is V2 of new system call patches. Previous version was posted here. just a quick ping here, are you working on a v3? Anything I can help

Re: [RFC PATCH 00/11][V2] kexec: A new system call to allow in kernel loading

2014-05-26 Thread Borislav Petkov
Hi Vivek, On Mon, Jan 27, 2014 at 01:57:40PM -0500, Vivek Goyal wrote: > Hi > > This is V2 of new system call patches. Previous version was posted here. just a quick ping here, are you working on a v3? Anything I can help with? Thanks. -- Regards/Gruss, Boris. Sent from a fat crate

Re: [RFC PATCH 00/11][V2] kexec: A new system call to allow in kernel loading

2014-05-26 Thread Borislav Petkov
Hi Vivek, On Mon, Jan 27, 2014 at 01:57:40PM -0500, Vivek Goyal wrote: Hi This is V2 of new system call patches. Previous version was posted here. just a quick ping here, are you working on a v3? Anything I can help with? Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under

[RFC PATCH 00/11][V2] kexec: A new system call to allow in kernel loading

2014-01-27 Thread Vivek Goyal
Hi This is V2 of new system call patches. Previous version was posted here. https://lkml.org/lkml/2013/11/20/540 V2 primarily does following changes - Creates a binary object (called purgatory) which runs between two kernels. This is a stand alone relocatable object (it is not linked with

[RFC PATCH 00/11][V2] kexec: A new system call to allow in kernel loading

2014-01-27 Thread Vivek Goyal
Hi This is V2 of new system call patches. Previous version was posted here. https://lkml.org/lkml/2013/11/20/540 V2 primarily does following changes - Creates a binary object (called purgatory) which runs between two kernels. This is a stand alone relocatable object (it is not linked with