Re: [PATCH] panic: call panic handlers before kmsg_dump

2013-09-10 Thread Kees Cook
On Tue, Sep 10, 2013 at 3:41 PM, Kees Cook wrote: > On Thu, Jul 18, 2013 at 4:17 PM, Tony Luck wrote: >> On Thu, Jul 18, 2013 at 4:03 PM, Kees Cook wrote: >>> Since the panic handlers may produce additional information (via printk) >>> for the kernel log, it should be reported as part of the pan

Re: [PATCH] panic: call panic handlers before kmsg_dump

2013-09-10 Thread Kees Cook
On Thu, Jul 18, 2013 at 4:17 PM, Tony Luck wrote: > On Thu, Jul 18, 2013 at 4:03 PM, Kees Cook wrote: >> Since the panic handlers may produce additional information (via printk) >> for the kernel log, it should be reported as part of the panic output >> saved by kmsg_dump(). Without this re-order

Re: [PATCH] panic: call panic handlers before kmsg_dump

2013-07-18 Thread Tony Luck
On Thu, Jul 18, 2013 at 4:03 PM, Kees Cook wrote: > Since the panic handlers may produce additional information (via printk) > for the kernel log, it should be reported as part of the panic output > saved by kmsg_dump(). Without this re-ordering, nothing that adds > information to a panic will sho

[PATCH] panic: call panic handlers before kmsg_dump

2013-07-18 Thread Kees Cook
Since the panic handlers may produce additional information (via printk) for the kernel log, it should be reported as part of the panic output saved by kmsg_dump(). Without this re-ordering, nothing that adds information to a panic will show up in pstore's view when kmsg_dump runs, and is therefore