Re: IPMI driver updates for 2.4
From: Marcelo Tosatti (marcelo.tosatti_at_cyclades.com)
Date: 08/31/04
- Previous message: Marcelo Tosatti: "Re: [PATCH 2.4] - Fixes bug in fs/ext3/super.c."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 08:16:21 -0300 To: Corey Minyard <minyard@acm.org>
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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Marcelo Tosatti: "Re: [PATCH 2.4] - Fixes bug in fs/ext3/super.c."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- [PATCH] IPMI driver updates, part 1a
... It has been far too long since the last IPMI driver updates, ... support for
messaging through an IPMI LAN interface, ... +IPMI defines a standard watchdog timer.
... (Linux-Kernel) - [PATCH 2/2] Add full sysfs support to the IPMI driver
... This patch adds full driver model support for the IPMI driver. ... It
adds an "ipmi" driver interface that has each BMC discovered by the ... unsigned int
events; ... (Linux-Kernel) - [PATCH] IPMI documentation updates
... +The Linux IPMI driver is modular, which means you have to pick several ...
you need to select 'Device interface for IPMI' if you ... +you want the whole panic
string put into the event log using OEM ... (Linux-Kernel) - [PATCH 3/7] IPMI: documentation fixes
... Clean up IPMI documentation to remove references to high-res timers ... Not
needed for the stable kernel. ... the driver will run VERY slowly. ... +SMIC
interface, the IPMI driver will start a kernel thread for the ... (Linux-Kernel) - [PATCH 1/3] IPMI: fix startup race condition
... Matt Domsch noticed a startup race with the IPMI kernel thread, ... before
the upper layer was ready to handle it. ... startup processing of an IPMI interface
into two parts, ... (Linux-Kernel)