Re: [PATCH v2 06/11] PCI: Fix restoring BARs on BAR resize rollback path
From: Bjorn Helgaas
Date: Thu Nov 13 2025 - 16:01:13 EST
On Thu, Nov 13, 2025 at 06:46:07PM +0200, Ilpo Järvinen wrote:
> On Thu, 13 Nov 2025, Ilpo Järvinen wrote:
> > -int __must_check pci_resize_resource(struct pci_dev *dev, int i, int size);
> > +int __must_check pci_resize_resource(struct pci_dev *dev, int i, int size,
> > + int exlucde_bars);
>
> It seems I managed to mistype this in the prototype, please let me know if
> you want me to send v3 addressing this and the other comments.
Fixed this one, thanks.