Re: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic

2015-08-23 Thread Corey Minyard
IDEHIRO >> Cc: openipmi-develo...@lists.sourceforge.net; linux-kernel@vger.kernel.org >> Subject: Re: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic >> >> On 07/27/2015 12:55 AM, Hidehiro Kawai wrote: >>> panic_event() called as a panic notifier tries to flush queued >

Re: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic

2015-08-23 Thread Corey Minyard
-kernel@vger.kernel.org Subject: Re: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic On 07/27/2015 12:55 AM, Hidehiro Kawai wrote: panic_event() called as a panic notifier tries to flush queued messages, but it can't handle them if the kernel panic happens while processing

RE: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic

2015-08-17 Thread 河合英宏 / KAWAI,HIDEHIRO
ct: Re: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic > > On 07/27/2015 12:55 AM, Hidehiro Kawai wrote: > > panic_event() called as a panic notifier tries to flush queued > > messages, but it can't handle them if the kernel panic happens > > while processin

RE: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic

2015-08-17 Thread 河合英宏 / KAWAI,HIDEHIRO
: Handle queued messages more certainly on panic On 07/27/2015 12:55 AM, Hidehiro Kawai wrote: panic_event() called as a panic notifier tries to flush queued messages, but it can't handle them if the kernel panic happens while processing a message. What happens depends on when the kernel

Re: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic

2015-08-13 Thread Corey Minyard
On 07/27/2015 12:55 AM, Hidehiro Kawai wrote: > panic_event() called as a panic notifier tries to flush queued > messages, but it can't handle them if the kernel panic happens > while processing a message. What happens depends on when the > kernel panics. Sorry this took so long, I've been

Re: [PATCH 6/7] ipmi: Handle queued messages more certainly on panic

2015-08-13 Thread Corey Minyard
On 07/27/2015 12:55 AM, Hidehiro Kawai wrote: panic_event() called as a panic notifier tries to flush queued messages, but it can't handle them if the kernel panic happens while processing a message. What happens depends on when the kernel panics. Sorry this took so long, I've been