public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: IPMI driver updates for 2.4
       [not found]   ` <4132A17A.8060607@acm.org>
@ 2004-08-31 11:16     ` Marcelo Tosatti
  2004-09-01  0:38       ` Corey Minyard
  0 siblings, 1 reply; 5+ messages in thread
From: Marcelo Tosatti @ 2004-08-31 11:16 UTC (permalink / raw)
  To: Corey Minyard; +Cc: linux-kernel


Hi Corey, 

You wrote a nice changelog entry - thanks for that.

I'm not sure if we should apply all of this in v2.4. It looks like a
big driver revamp to me. 

Is is all this critical for being merged in v2.4.x now? 

Would it be very painful/unwanted to maintain only the bugfixes 
and not only new features? What you think about that?

On Sun, Aug 29, 2004 at 10:39:38PM -0500, Corey Minyard wrote:
> Marcelo Tosatti wrote:
> 
> >Corey,
> >
> >Care to write a detailed changelog so we can apply this?
> >
> >Thanks
> >
> > 
> >
> I'm sorry this took so long, I have been dealing with disasters at work.
> 
> Ok, a detailed changelog:
> 
> * Add a new "system interface" driver that supports all the standard
>  IPMI system interfaces (SMIC, BT, and KCS, see the IPMI spec for
>  more details if you care).  This driver will auto-detect the interface
>  type and parameters via SMBIOS or ACPI tables.
> * Deprecate the old KCS-only interface.
> * Support non-contiguous registers for system interfaces.
> * Add support for IPMI LAN bridging so messages can be received
>  from and sent to system software connected to a LAN interface.
> * Add support for powering off the system on a halt via the IPMI
>  interface.
> * Add support for storing panic logs in the IPMI event log.
> * Allow control of message parameters (resends, timeouts)
> 
> I've also re-attached the patch.
> 
> Thanks,

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

* Re: IPMI driver updates for 2.4
  2004-08-31 11:16     ` IPMI driver updates for 2.4 Marcelo Tosatti
@ 2004-09-01  0:38       ` Corey Minyard
  2004-09-11 17:44         ` Marcelo Tosatti
  0 siblings, 1 reply; 5+ messages in thread
From: Corey Minyard @ 2004-09-01  0:38 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

There actually aren't any bug fixes.  These are all new feature 
additions.  It is a big driver revamp, but it has been around for a while

I guess it is not critical now, but it would be nicer for the users of 
the driver.

-Corey

Marcelo Tosatti wrote:

>Hi Corey, 
>
>You wrote a nice changelog entry - thanks for that.
>
>I'm not sure if we should apply all of this in v2.4. It looks like a
>big driver revamp to me. 
>
>Is is all this critical for being merged in v2.4.x now? 
>
>Would it be very painful/unwanted to maintain only the bugfixes 
>and not only new features? What you think about that?
>
>On Sun, Aug 29, 2004 at 10:39:38PM -0500, Corey Minyard wrote:
>  
>
>>Marcelo Tosatti wrote:
>>
>>    
>>
>>>Corey,
>>>
>>>Care to write a detailed changelog so we can apply this?
>>>
>>>Thanks
>>>
>>>
>>>
>>>      
>>>
>>I'm sorry this took so long, I have been dealing with disasters at work.
>>
>>Ok, a detailed changelog:
>>
>>* Add a new "system interface" driver that supports all the standard
>> IPMI system interfaces (SMIC, BT, and KCS, see the IPMI spec for
>> more details if you care).  This driver will auto-detect the interface
>> type and parameters via SMBIOS or ACPI tables.
>>* Deprecate the old KCS-only interface.
>>* Support non-contiguous registers for system interfaces.
>>* Add support for IPMI LAN bridging so messages can be received
>> from and sent to system software connected to a LAN interface.
>>* Add support for powering off the system on a halt via the IPMI
>> interface.
>>* Add support for storing panic logs in the IPMI event log.
>>* Allow control of message parameters (resends, timeouts)
>>
>>I've also re-attached the patch.
>>
>>Thanks,
>>    
>>


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

* Re: IPMI driver updates for 2.4
  2004-09-01  0:38       ` Corey Minyard
@ 2004-09-11 17:44         ` Marcelo Tosatti
  2004-09-13 13:32           ` Corey Minyard
  0 siblings, 1 reply; 5+ messages in thread
From: Marcelo Tosatti @ 2004-09-11 17:44 UTC (permalink / raw)
  To: Corey Minyard; +Cc: linux-kernel

On Tue, Aug 31, 2004 at 07:38:15PM -0500, Corey Minyard wrote:
> There actually aren't any bug fixes.  These are all new feature 
> additions.  It is a big driver revamp, but it has been around for a while
> 
> I guess it is not critical now, but it would be nicer for the users of 
> the driver.

Corey,

I dont have a clue about IPMI. But I would like to apply what is 
critical to users only at this point. 


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

* Re: IPMI driver updates for 2.4
  2004-09-11 17:44         ` Marcelo Tosatti
@ 2004-09-13 13:32           ` Corey Minyard
  2004-09-13 18:18             ` Marcelo Tosatti
  0 siblings, 1 reply; 5+ messages in thread
From: Corey Minyard @ 2004-09-13 13:32 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

Ok, that's fine.

By "at this point" do you mean for the future of the 2.4 kernel or just 
this point in time and maybe in the next 2.4 kernel?  A lot of the 
driver users want this in the 2.4 kernel, so I need to tell them what 
the state will be.

-Corey

Marcelo Tosatti wrote:

>On Tue, Aug 31, 2004 at 07:38:15PM -0500, Corey Minyard wrote:
>  
>
>>There actually aren't any bug fixes.  These are all new feature 
>>additions.  It is a big driver revamp, but it has been around for a while
>>
>>I guess it is not critical now, but it would be nicer for the users of 
>>the driver.
>>    
>>
>
>Corey,
>
>I dont have a clue about IPMI. But I would like to apply what is 
>critical to users only at this point. 
>  
>


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

* Re: IPMI driver updates for 2.4
  2004-09-13 13:32           ` Corey Minyard
@ 2004-09-13 18:18             ` Marcelo Tosatti
  0 siblings, 0 replies; 5+ messages in thread
From: Marcelo Tosatti @ 2004-09-13 18:18 UTC (permalink / raw)
  To: Corey Minyard; +Cc: linux-kernel

On Mon, Sep 13, 2004 at 08:32:12AM -0500, Corey Minyard wrote:
> Ok, that's fine.
> 
> By "at this point" do you mean for the future of the 2.4 kernel or just 
> this point in time and maybe in the next 2.4 kernel?  A lot of the 
> driver users want this in the 2.4 kernel, so I need to tell them what 
> the state will be.

I mean in v2.4, not only v2.4.28.

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

end of thread, other threads:[~2004-09-13 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <411EB8F1.5040209@acm.org>
     [not found] ` <20040823132820.GB2157@logos.cnet>
     [not found]   ` <4132A17A.8060607@acm.org>
2004-08-31 11:16     ` IPMI driver updates for 2.4 Marcelo Tosatti
2004-09-01  0:38       ` Corey Minyard
2004-09-11 17:44         ` Marcelo Tosatti
2004-09-13 13:32           ` Corey Minyard
2004-09-13 18:18             ` Marcelo Tosatti

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