Re: [RFC PATCH 0/2] sysctl: Panic on RCU stall and schedule while atomic

2016-05-31 Thread Christian Borntraeger
On 05/31/2016 09:07 PM, Daniel Bristot de Oliveira wrote: > This patch series implements two kernel.panic_on_* like sysctl: > > kernel.panic_on_rcu_stall: > panic() on RCU Stall detection. > > kernel.panic_on_sched_in_atomic: > panic() on schedule while atomic detection. > > These

Re: [RFC PATCH 0/2] sysctl: Panic on RCU stall and schedule while atomic

2016-05-31 Thread Christian Borntraeger
On 05/31/2016 09:07 PM, Daniel Bristot de Oliveira wrote: > This patch series implements two kernel.panic_on_* like sysctl: > > kernel.panic_on_rcu_stall: > panic() on RCU Stall detection. > > kernel.panic_on_sched_in_atomic: > panic() on schedule while atomic detection. > > These

[RFC PATCH 0/2] sysctl: Panic on RCU stall and schedule while atomic

2016-05-31 Thread Daniel Bristot de Oliveira
This patch series implements two kernel.panic_on_* like sysctl: kernel.panic_on_rcu_stall: panic() on RCU Stall detection. kernel.panic_on_sched_in_atomic: panic() on schedule while atomic detection. These sysctls are useful to capture a vmcore when is not possible to recompile

[RFC PATCH 0/2] sysctl: Panic on RCU stall and schedule while atomic

2016-05-31 Thread Daniel Bristot de Oliveira
This patch series implements two kernel.panic_on_* like sysctl: kernel.panic_on_rcu_stall: panic() on RCU Stall detection. kernel.panic_on_sched_in_atomic: panic() on schedule while atomic detection. These sysctls are useful to capture a vmcore when is not possible to recompile