Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-06 Thread WANG Chao
On 06/05/14 at 11:22am, Vivek Goyal wrote: > On Thu, Jun 05, 2014 at 11:16:39AM -0400, Vivek Goyal wrote: > > On Thu, Jun 05, 2014 at 05:56:03PM +0800, WANG Chao wrote: > > > > [..] > > > > diff --git a/kernel/kexec.c b/kernel/kexec.c > > > > index c435c5f..a3044e6 100644 > > > > ---

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-06 Thread WANG Chao
On 06/05/14 at 11:22am, Vivek Goyal wrote: On Thu, Jun 05, 2014 at 11:16:39AM -0400, Vivek Goyal wrote: On Thu, Jun 05, 2014 at 05:56:03PM +0800, WANG Chao wrote: [..] diff --git a/kernel/kexec.c b/kernel/kexec.c index c435c5f..a3044e6 100644 --- a/kernel/kexec.c +++

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-05 Thread Vivek Goyal
On Thu, Jun 05, 2014 at 11:16:39AM -0400, Vivek Goyal wrote: > On Thu, Jun 05, 2014 at 05:56:03PM +0800, WANG Chao wrote: > > [..] > > > diff --git a/kernel/kexec.c b/kernel/kexec.c > > > index c435c5f..a3044e6 100644 > > > --- a/kernel/kexec.c > > > +++ b/kernel/kexec.c > > > @@ -1098,6 +1098,13

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-05 Thread Vivek Goyal
On Thu, Jun 05, 2014 at 05:56:03PM +0800, WANG Chao wrote: [..] > > diff --git a/kernel/kexec.c b/kernel/kexec.c > > index c435c5f..a3044e6 100644 > > --- a/kernel/kexec.c > > +++ b/kernel/kexec.c > > @@ -1098,6 +1098,13 @@ COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, > > entry, > > } > >

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-05 Thread WANG Chao
On 06/03/14 at 09:06am, Vivek Goyal wrote: > This is the new syscall kexec_file_load() declaration/interface. I have > reserved the syscall number only for x86_64 so far. Other architectures > (including i386) can reserve syscall number when they enable the support > for this new syscall. Hi,

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-05 Thread WANG Chao
On 06/03/14 at 09:06am, Vivek Goyal wrote: This is the new syscall kexec_file_load() declaration/interface. I have reserved the syscall number only for x86_64 so far. Other architectures (including i386) can reserve syscall number when they enable the support for this new syscall. Hi, Vivek

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-05 Thread Vivek Goyal
On Thu, Jun 05, 2014 at 05:56:03PM +0800, WANG Chao wrote: [..] diff --git a/kernel/kexec.c b/kernel/kexec.c index c435c5f..a3044e6 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c @@ -1098,6 +1098,13 @@ COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry, } #endif

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-05 Thread Vivek Goyal
On Thu, Jun 05, 2014 at 11:16:39AM -0400, Vivek Goyal wrote: On Thu, Jun 05, 2014 at 05:56:03PM +0800, WANG Chao wrote: [..] diff --git a/kernel/kexec.c b/kernel/kexec.c index c435c5f..a3044e6 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c @@ -1098,6 +1098,13 @@

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-04 Thread Borislav Petkov
On Tue, Jun 03, 2014 at 09:06:55AM -0400, Vivek Goyal wrote: > This is the new syscall kexec_file_load() declaration/interface. I have > reserved the syscall number only for x86_64 so far. Other architectures > (including i386) can reserve syscall number when they enable the support > for this new

Re: [PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-04 Thread Borislav Petkov
On Tue, Jun 03, 2014 at 09:06:55AM -0400, Vivek Goyal wrote: This is the new syscall kexec_file_load() declaration/interface. I have reserved the syscall number only for x86_64 so far. Other architectures (including i386) can reserve syscall number when they enable the support for this new

[PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-03 Thread Vivek Goyal
This is the new syscall kexec_file_load() declaration/interface. I have reserved the syscall number only for x86_64 so far. Other architectures (including i386) can reserve syscall number when they enable the support for this new syscall. Signed-off-by: Vivek Goyal ---

[PATCH 06/13] kexec: New syscall kexec_file_load() declaration

2014-06-03 Thread Vivek Goyal
This is the new syscall kexec_file_load() declaration/interface. I have reserved the syscall number only for x86_64 so far. Other architectures (including i386) can reserve syscall number when they enable the support for this new syscall. Signed-off-by: Vivek Goyal vgo...@redhat.com ---