Re: [PATCH 0/7] Add definition for the number of standard PCI BARs

From: Denis Efremov
Date: Mon Aug 12 2019 - 17:00:42 EST


On 12.08.2019 12:06, Andrew Murray wrote:
>
> Hi Denis,

Hi!

>
> You could also fix up a few cases where the number of BARs is hard coded in
> loops, e.g.
>
> drivers/pci/controller/pci-hyperv.c - look for uses of probed_bar in loops
> drivers/pci/pci.c - pci_release_selected_regions and __pci_request_selected_regions
> drivers/pci/quirks.c - quirk_alder_ioapic
>

Thanks for pointing me on that. I will take this into account in v2.

Denis