public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Regarding patchwork patch #28003
@ 2009-06-11 17:33 Chaitanya Lala
  2009-06-11 17:55 ` Corey Minyard
  0 siblings, 1 reply; 5+ messages in thread
From: Chaitanya Lala @ 2009-06-11 17:33 UTC (permalink / raw)
  To: minyard; +Cc: martin.wilck, linux-kernel, clala

Hi,
I have been facing the issue of the kipmid's CPU usage spiking since a long time.
I have tested the patch sent by Martin (limit CPU time spent in kipmid (version 4)) and it solves the issue for me.
I do not see any activity/feedback on the patch.
Can I help in some-way to ensure that this patch is merged ?

Thanks & Regards,
Chaitanya

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Regarding patchwork patch #28003
  2009-06-11 17:33 Regarding patchwork patch #28003 Chaitanya Lala
@ 2009-06-11 17:55 ` Corey Minyard
  2009-06-11 19:02   ` Chaitanya Lala
  2009-06-15  8:41   ` Martin Wilck
  0 siblings, 2 replies; 5+ messages in thread
From: Corey Minyard @ 2009-06-11 17:55 UTC (permalink / raw)
  To: Chaitanya Lala; +Cc: martin.wilck, linux-kernel

Chaitanya Lala wrote:
> Hi,
> I have been facing the issue of the kipmid's CPU usage spiking since a long time.
> I have tested the patch sent by Martin (limit CPU time spent in kipmid (version 4)) and it solves the issue for me.
> I do not see any activity/feedback on the patch.
> Can I help in some-way to ensure that this patch is merged ?
>   
I will add this to the patchset I put out for 2.6.30, and if that goes 
well it will go into the mainstream kernel.

-corey

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Regarding patchwork patch #28003
  2009-06-11 17:55 ` Corey Minyard
@ 2009-06-11 19:02   ` Chaitanya Lala
  2009-06-15  8:41   ` Martin Wilck
  1 sibling, 0 replies; 5+ messages in thread
From: Chaitanya Lala @ 2009-06-11 19:02 UTC (permalink / raw)
  To: Corey Minyard
  Cc: Chaitanya Lala, martin.wilck@ts.fujitsu.com,
	linux-kernel@vger.kernel.org

Corey Minyard wrote:
> Chaitanya Lala wrote:
>   
>> Hi,
>> I have been facing the issue of the kipmid's CPU usage spiking since a long time.
>> I have tested the patch sent by Martin (limit CPU time spent in kipmid (version 4)) and it solves the issue for me.
>> I do not see any activity/feedback on the patch.
>> Can I help in some-way to ensure that this patch is merged ?
>>   
>>     
> I will add this to the patchset I put out for 2.6.30, and if that goes 
> well it will go into the mainstream kernel.
>   

Thanks for the response. Will look forward to it.

Thanks,
Chaitanya

> -corey
>   


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Regarding patchwork patch #28003
  2009-06-11 17:55 ` Corey Minyard
  2009-06-11 19:02   ` Chaitanya Lala
@ 2009-06-15  8:41   ` Martin Wilck
  2009-06-15 14:32     ` Corey Minyard
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Wilck @ 2009-06-15  8:41 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Chaitanya Lala, linux-kernel@vger.kernel.org

Corey Minyard wrote:

>> I have been facing the issue of the kipmid's CPU usage spiking since a long time.
>> I have tested the patch sent by Martin (limit CPU time spent in kipmid (version 4)) and it solves the issue for me.
>> I do not see any activity/feedback on the patch.
>> Can I help in some-way to ensure that this patch is merged ?
>>   
> I will add this to the patchset I put out for 2.6.30, and if that goes 
> well it will go into the mainstream kernel.

Thanks a lot!
I suppose the you will choose last version of the patch that I submitted 
(http://marc.info/?l=linux-kernel&m=124414141924616&w=2)

Martin

-- 
Dr. Martin Wilck
PRIMERGY System Software Engineer
x86 Server Engineering

Fujitsu Technology Solutions GmbH
Heinz-Nixdorf-Ring 1
33106 Paderborn, Germany

Phone:			++49 5251 525 2796
Fax:			++49 5251 525 2820
Email:			martin.wilck@ts.fujitsu.com
Internet:		http://ts.fujitsu.com
Company Details:	http://de.ts.fujitsu.com/imprint.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Regarding patchwork patch #28003
  2009-06-15  8:41   ` Martin Wilck
@ 2009-06-15 14:32     ` Corey Minyard
  0 siblings, 0 replies; 5+ messages in thread
From: Corey Minyard @ 2009-06-15 14:32 UTC (permalink / raw)
  To: Martin Wilck; +Cc: Chaitanya Lala, linux-kernel@vger.kernel.org

Martin Wilck wrote:
> Corey Minyard wrote:
>
>>> I have been facing the issue of the kipmid's CPU usage spiking since 
>>> a long time.
>>> I have tested the patch sent by Martin (limit CPU time spent in 
>>> kipmid (version 4)) and it solves the issue for me.
>>> I do not see any activity/feedback on the patch.
>>> Can I help in some-way to ensure that this patch is merged ?
>>>   
>> I will add this to the patchset I put out for 2.6.30, and if that 
>> goes well it will go into the mainstream kernel.
>
> Thanks a lot!
> I suppose the you will choose last version of the patch that I 
> submitted (http://marc.info/?l=linux-kernel&m=124414141924616&w=2)
>
> Martin
>
Yes, I picked up the latest one you mailed.

I was skeptical, but I have to say that it works very well.  This is 
definitely going in, assuming no one else reports any problems.

I'm dealing with some issues with changes in the serial driver, 
hopefully I'll have those out of the way today and can get a patch set 
out after some testing.

Thanks,

-corey

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-15 15:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 17:33 Regarding patchwork patch #28003 Chaitanya Lala
2009-06-11 17:55 ` Corey Minyard
2009-06-11 19:02   ` Chaitanya Lala
2009-06-15  8:41   ` Martin Wilck
2009-06-15 14:32     ` Corey Minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox