Re: [PATCH v4] panic: Avoid the extra noise dmesg

2019-02-20 Thread Feng Tang
Hi Petr, Thanks for your review. On Wed, Feb 20, 2019 at 02:43:44PM +0100, Petr Mladek wrote: > On Fri 2019-02-15 13:56:54, Feng Tang wrote: > > Hi all, > > > > On Tue, Dec 11, 2018 at 09:32:30AM +0100, Petr Mladek wrote: > > > On Mon 2018-12-10 10:49:22, Kees Cook wrote: > > > > On Mon, Dec

Re: [PATCH v4] panic: Avoid the extra noise dmesg

2019-02-20 Thread Petr Mladek
On Fri 2019-02-15 13:56:54, Feng Tang wrote: > Hi all, > > On Tue, Dec 11, 2018 at 09:32:30AM +0100, Petr Mladek wrote: > > On Mon 2018-12-10 10:49:22, Kees Cook wrote: > > > On Mon, Dec 10, 2018 at 10:17 AM Steven Rostedt > > > wrote: > > > > > > > > On Fri, 7 Dec 2018 17:51:19 +0800 > > > >

Re: [PATCH v4] panic: Avoid the extra noise dmesg

2019-02-14 Thread Feng Tang
Hi all, On Tue, Dec 11, 2018 at 09:32:30AM +0100, Petr Mladek wrote: > On Mon 2018-12-10 10:49:22, Kees Cook wrote: > > On Mon, Dec 10, 2018 at 10:17 AM Steven Rostedt wrote: > > > > > > On Fri, 7 Dec 2018 17:51:19 +0800 > > > Feng Tang wrote: > > > > > > > When kernel panic happens, it will

Re: [PATCH v4] panic: Avoid the extra noise dmesg

2018-12-11 Thread Petr Mladek
On Mon 2018-12-10 10:49:22, Kees Cook wrote: > On Mon, Dec 10, 2018 at 10:17 AM Steven Rostedt wrote: > > > > On Fri, 7 Dec 2018 17:51:19 +0800 > > Feng Tang wrote: > > > > > When kernel panic happens, it will first print the panic call stack, > > > then the ending msg like: > > > > > > [

Re: [PATCH v4] panic: Avoid the extra noise dmesg

2018-12-10 Thread Kees Cook
On Mon, Dec 10, 2018 at 10:17 AM Steven Rostedt wrote: > > On Fri, 7 Dec 2018 17:51:19 +0800 > Feng Tang wrote: > > > When kernel panic happens, it will first print the panic call stack, > > then the ending msg like: > > > > [ 35.743249] ---[ end Kernel panic - not syncing: Fatal exception >

Re: [PATCH v4] panic: Avoid the extra noise dmesg

2018-12-10 Thread Steven Rostedt
On Fri, 7 Dec 2018 17:51:19 +0800 Feng Tang wrote: > When kernel panic happens, it will first print the panic call stack, > then the ending msg like: > > [ 35.743249] ---[ end Kernel panic - not syncing: Fatal exception > [ 35.749975] [ cut here ] > > The above

[PATCH v4] panic: Avoid the extra noise dmesg

2018-12-07 Thread Feng Tang
When kernel panic happens, it will first print the panic call stack, then the ending msg like: [ 35.743249] ---[ end Kernel panic - not syncing: Fatal exception [ 35.749975] [ cut here ] The above message are very useful for debugging. But if system is configured to

[PATCH v4] panic: Avoid the extra noise dmesg

2018-12-07 Thread Feng Tang
When kernel panic happens, it will first print the panic call stack, then the ending msg like: [ 35.743249] ---[ end Kernel panic - not syncing: Fatal exception [ 35.749975] [ cut here ] The above message are very useful for debugging. But if system is configured to