Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 7:54 AM, Ingo Molnar wrote: > > * Felipe Contreras wrote: > >> On Mon, Nov 11, 2013 at 7:19 AM, Ingo Molnar wrote: >> > >> > * Felipe Contreras wrote: >> > >> >> Signed-off-by: Felipe Contreras >> > >> > The changelog is missing and the title is not self-explanatory.

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Ingo Molnar
* Felipe Contreras wrote: > On Mon, Nov 11, 2013 at 7:19 AM, Ingo Molnar wrote: > > > > * Felipe Contreras wrote: > > > >> Signed-off-by: Felipe Contreras > > > > The changelog is missing and the title is not self-explanatory. > > Either the local IRQs should be enabled for both the restart

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 7:19 AM, Ingo Molnar wrote: > > * Felipe Contreras wrote: > >> Signed-off-by: Felipe Contreras > > The changelog is missing and the title is not self-explanatory. Either the local IRQs should be enabled for both the restart and halt blinks, or it shouldn't be enabled

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Ingo Molnar
* Felipe Contreras wrote: > Signed-off-by: Felipe Contreras The changelog is missing and the title is not self-explanatory. Please fix. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Ingo Molnar
* Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com The changelog is missing and the title is not self-explanatory. Please fix. Thanks, Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 7:19 AM, Ingo Molnar mi...@kernel.org wrote: * Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com The changelog is missing and the title is not self-explanatory. Either the local IRQs should be enabled for

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Ingo Molnar
* Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Nov 11, 2013 at 7:19 AM, Ingo Molnar mi...@kernel.org wrote: * Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com The changelog is missing and the title is not

Re: [PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-11 Thread Felipe Contreras
On Mon, Nov 11, 2013 at 7:54 AM, Ingo Molnar mi...@kernel.org wrote: * Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Nov 11, 2013 at 7:19 AM, Ingo Molnar mi...@kernel.org wrote: * Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras

[PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-07 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- kernel/panic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/panic.c b/kernel/panic.c index 5a0bdaa..e32919f 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -133,6 +133,8 @@ void panic(const char *fmt, ...)

[PATCH 3/3] panic: enable local IRQs for restart timeout too

2013-11-07 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- kernel/panic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/panic.c b/kernel/panic.c index 5a0bdaa..e32919f 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -133,6 +133,8 @@ void panic(const char