Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-12-05 Thread Srinivas_G_Gowda
gt;> >>> >>> Thanks, >>> G >>> >>> -Original Message- >>> From: Corey Minyard [mailto:tcminy...@gmail.com] On Behalf Of Corey Minyard >>> Sent: Tuesday, December 03, 2013 2:34 AM >>> To: Gowda, Srinivas G >>&g

Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-12-04 Thread Srinivas_G_Gowda
am hoping that we will not see the issue in this case. Thanks, G > Thanks, > > -corey > >> >> >> Thanks, >> G >> >> -Original Message- >> From: Corey Minyard [mailto:tcminy...@gmail.com] On Behalf Of Corey Minyard >> Sent

Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-12-03 Thread Corey Minyard
yard [mailto:tcminy...@gmail.com] On Behalf Of Corey Minyard > Sent: Tuesday, December 03, 2013 2:34 AM > To: Gowda, Srinivas G > Cc: tcminy...@gmail.com; linux-kernel@vger.kernel.org; openi...@mvista.com > Subject: Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer >

RE: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-12-02 Thread Srinivas_G_Gowda
tes. Thanks, G -Original Message- From: Corey Minyard [mailto:tcminy...@gmail.com] On Behalf Of Corey Minyard Sent: Tuesday, December 03, 2013 2:34 AM To: Gowda, Srinivas G Cc: tcminy...@gmail.com; linux-kernel@vger.kernel.org; openi...@mvista.com Subject: Re: [PATCH 1/1] ipmi: setting

Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-12-02 Thread Corey Minyard
On 12/02/2013 08:49 AM, srinivas_g_go...@dell.com wrote: > Thanks for the patch Corey. > I am afraid that the system does not have interrupts enabled. It uses polling > mode. > > When the error is seen, I know for a fact that in function ipmi_thread() > smi_result is SI_SM_CALL_WITH_DELAY, > I

Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-12-02 Thread Srinivas_G_Gowda
Thanks for the patch Corey. I am afraid that the system does not have interrupts enabled. It uses polling mode. When the error is seen, I know for a fact that in function ipmi_thread() smi_result is SI_SM_CALL_WITH_DELAY, I have some logs where in busy_wait always reads as 1. Not sure if it

Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-11-29 Thread Corey Minyard
On 11/27/2013 04:34 AM, srinivas_g_go...@dell.com wrote: > > *Dell - Internal Use - Confidential * > > I hit a bug during one of our stress tests, Here is the issue that I > am looking at. > > We have IPMI_READ_EVENT_MSG_BUFFER_CMD getting invoked from > smi_event_handler. > > In case we hit error

Re: [PATCH 1/1] ipmi: setting mod_timer for read_event_msg buffer cmd

2013-11-26 Thread Corey Minyard
On 11/25/2013 03:51 AM, srinivas_g_go...@dell.com wrote: > Setting up mod_timer() for IPMI_READ_EVENT_MSG_BUFFER_CMD. > Driver stalls in case we hit error cases for IPMI_READ_EVENT_MSG_BUFFER_CMD. > > Signed-off-by: Srinivas Gowda > --- > drivers/char/ipmi/ipmi_si_intf.c | 3 +++ > 1 file chang