Re: [PATCH 2/5] kexec: Export kexec_in_progress

2014-09-02 Thread Brian King
On 08/30/2014 03:02 PM, Eric W. Biederman wrote: > Brian King writes: > >> On 08/04/2014 09:21 AM, Brian King wrote: >>> On 07/28/2014 03:28 PM, Brian King wrote: Export kexec_in_progress for use by device drivers and other modules to optimize kexec boot. Signed-off-by: B

Re: [PATCH 2/5] kexec: Export kexec_in_progress

2014-08-30 Thread Eric W. Biederman
Brian King writes: > On 08/04/2014 09:21 AM, Brian King wrote: >> On 07/28/2014 03:28 PM, Brian King wrote: >>> >>> Export kexec_in_progress for use by device drivers and other modules >>> to optimize kexec boot. >>> >>> Signed-off-by: Brian King >>> --- >>> >>> kernel/kexec.c |2 ++ >>> 1

Re: [PATCH 2/5] kexec: Export kexec_in_progress

2014-08-29 Thread Brian King
On 08/04/2014 09:21 AM, Brian King wrote: > On 07/28/2014 03:28 PM, Brian King wrote: >> >> Export kexec_in_progress for use by device drivers and other modules >> to optimize kexec boot. >> >> Signed-off-by: Brian King >> --- >> >> kernel/kexec.c |2 ++ >> 1 file changed, 2 insertions(+) >>

Re: [PATCH 2/5] kexec: Export kexec_in_progress

2014-08-04 Thread Brian King
On 07/28/2014 03:28 PM, Brian King wrote: > > Export kexec_in_progress for use by device drivers and other modules > to optimize kexec boot. > > Signed-off-by: Brian King > --- > > kernel/kexec.c |2 ++ > 1 file changed, 2 insertions(+) > > diff -puN kernel/kexec.c~kexec_export_in_prog ke

[PATCH 2/5] kexec: Export kexec_in_progress

2014-07-28 Thread Brian King
Export kexec_in_progress for use by device drivers and other modules to optimize kexec boot. Signed-off-by: Brian King --- kernel/kexec.c |2 ++ 1 file changed, 2 insertions(+) diff -puN kernel/kexec.c~kexec_export_in_prog kernel/kexec.c --- linux/kernel/kexec.c~kexec_export_in_prog 201