Re: [PATCH] acpiphp extension fixes for 2.6.9-rc2

From: Greg KH
Date: Wed Sep 22 2004 - 15:33:03 EST


On Fri, Sep 17, 2004 at 03:10:03PM -0700, Vernon Mauery wrote:
> On Thu, 2004-09-16 at 11:23, Vernon Mauery wrote:
> > This patch fixes an off by one error that one of the IBM machines that
>
> I realized today that I had an off by one error myself. I had one line
> in the wrong place by one (i.e. accessing a pointer into the table after
> calling kfree on the table). So, please disregard the last patch and
> apply this one instead.
>
> For the record...
>
> This patch fixes an off by one error that one of the IBM machines that
> uses the acpiphp_ibm driver. The slots were numbered starting at 0 in
> BIOS instead of starting at 1 like the pci hotplug subsystem names
> them. So this patch provides a lookup to translate the Linux slot
> numbers to the internal ACPI numbers.
>
> acpiphp_ibm.c | 101 ++++++++++++++++++++++++++++++++++++----------------------
> 1 files changed, 63 insertions(+), 38 deletions(-)
>
> Signed-off-by: Vernon Mauery <vernux@xxxxxxxxxx>

Applied, thanks.

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/