Re: [PATCH v4 1/2] panic: setup panic_timeout early

2013-11-27 Thread Felipe Contreras
On Wed, Nov 27, 2013 at 9:47 AM, Jason Baron wrote: > On 11/27/2013 01:17 AM, Felipe Contreras wrote: >> Otherwise we might not reboot when the user needs it the most (early >> on). >> >> Signed-off-by: Felipe Contreras >> --- >> kernel/panic.c | 7 ++- >> 1 file changed, 6 insertions(+), 1

Re: [PATCH v4 1/2] panic: setup panic_timeout early

2013-11-27 Thread Jason Baron
On 11/27/2013 01:17 AM, Felipe Contreras wrote: > Otherwise we might not reboot when the user needs it the most (early > on). > > Signed-off-by: Felipe Contreras > --- > kernel/panic.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/kernel/panic.c b/kernel/panic.c

Re: [PATCH v4 1/2] panic: setup panic_timeout early

2013-11-27 Thread Jason Baron
On 11/27/2013 01:17 AM, Felipe Contreras wrote: Otherwise we might not reboot when the user needs it the most (early on). Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- kernel/panic.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kernel/panic.c

Re: [PATCH v4 1/2] panic: setup panic_timeout early

2013-11-27 Thread Felipe Contreras
On Wed, Nov 27, 2013 at 9:47 AM, Jason Baron jba...@akamai.com wrote: On 11/27/2013 01:17 AM, Felipe Contreras wrote: Otherwise we might not reboot when the user needs it the most (early on). Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- kernel/panic.c | 7 ++- 1 file

[PATCH v4 1/2] panic: setup panic_timeout early

2013-11-26 Thread Felipe Contreras
Otherwise we might not reboot when the user needs it the most (early on). Signed-off-by: Felipe Contreras --- kernel/panic.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kernel/panic.c b/kernel/panic.c index b6c482c..3456652 100644 --- a/kernel/panic.c +++

[PATCH v4 1/2] panic: setup panic_timeout early

2013-11-26 Thread Felipe Contreras
Otherwise we might not reboot when the user needs it the most (early on). Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- kernel/panic.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kernel/panic.c b/kernel/panic.c index b6c482c..3456652 100644 ---