Re: [PATCH -v2] pci: clear bridge resource size if BIOS assign badone

From: Jesse Barnes
Date: Tue Jun 08 2010 - 17:44:59 EST


On Thu, 03 Jun 2010 13:43:03 -0700
Yinghai Lu <yinghai.lu@xxxxxxxxxx> wrote:

>
> Make sure We can reject wrong size from BIOS.
>
> https://bugzilla.kernel.org/show_bug.cgi?id=16009
> Yannick found that video does not work with 2.6.34
>
> the root cause:
> BIOS assigned wrong range to pci bridge. and before 2.6.34 kernel will
> just get range that is needed.
> for 2.6.34.
> | d65245c PCI: don't shrink bridge resources
> will try to range size is bigger than old one.
> (used by boot stage multi-try to get big BAR size for pci bridge,
> and pcie hotplug to get big range)
>
> So try to 0 for old size for pci bridge in this boot stage case.
>
> Reported-by: Yannick <yannick.roehlly@xxxxxxx>
> Analyzed-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx>
> Signed-off-by: Yinghai Lu <yinghai@xxxxxxxxxx>
>

Bjorn, are you ok with this version? It would probably help to have
some comments here too (I can add them), indicating that we'll try to
reassign the resource later, rather than just ignoring it as the
existing comment implies.

--
Jesse Barnes, Intel Open Source Technology Center
--
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/