Re: [PATCH] sched: Panic on scheduling while atomic if kernel.panic_on_warn is set

2016-07-07 Thread Daniel Bristot de Oliveira
On 06/03/2016 05:10 PM, Daniel Bristot de Oliveira wrote: > Currently, a schedule while atomic error prints the stack trace to the > kernel log and the system continue running. > > Although it is possible to collect the kernel log messages and analyze > it, often more information are needed.

Re: [PATCH] sched: Panic on scheduling while atomic if kernel.panic_on_warn is set

2016-07-07 Thread Daniel Bristot de Oliveira
On 06/03/2016 05:10 PM, Daniel Bristot de Oliveira wrote: > Currently, a schedule while atomic error prints the stack trace to the > kernel log and the system continue running. > > Although it is possible to collect the kernel log messages and analyze > it, often more information are needed.

Re: [PATCH] sched: Panic on scheduling while atomic if kernel.panic_on_warn is set

2016-06-03 Thread Luis Claudio R. Goncalves
On Fri, Jun 03, 2016 at 05:10:18PM -0300, Daniel Bristot de Oliveira wrote: | Currently, a schedule while atomic error prints the stack trace to the | kernel log and the system continue running. | | Although it is possible to collect the kernel log messages and analyze | it, often more

Re: [PATCH] sched: Panic on scheduling while atomic if kernel.panic_on_warn is set

2016-06-03 Thread Luis Claudio R. Goncalves
On Fri, Jun 03, 2016 at 05:10:18PM -0300, Daniel Bristot de Oliveira wrote: | Currently, a schedule while atomic error prints the stack trace to the | kernel log and the system continue running. | | Although it is possible to collect the kernel log messages and analyze | it, often more

[PATCH] sched: Panic on scheduling while atomic if kernel.panic_on_warn is set

2016-06-03 Thread Daniel Bristot de Oliveira
Currently, a schedule while atomic error prints the stack trace to the kernel log and the system continue running. Although it is possible to collect the kernel log messages and analyze it, often more information are needed. Furthermore, keep the system running is not always the best choice. For

[PATCH] sched: Panic on scheduling while atomic if kernel.panic_on_warn is set

2016-06-03 Thread Daniel Bristot de Oliveira
Currently, a schedule while atomic error prints the stack trace to the kernel log and the system continue running. Although it is possible to collect the kernel log messages and analyze it, often more information are needed. Furthermore, keep the system running is not always the best choice. For