From: Bjorn Helgaas Date: Thu, 31 Jul 2025 21:11:43 +0000 (-0500) Subject: Merge branch 'pci/resources' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ccb7b97e2734e411a5e8e5cec1c8b7b2686503;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'pci/resources' - Restore VF resizable BAR state after reset (Michał Winiarski) - Add pci_resource_num_to_vf_bar() and pci_resource_num_from_vf_bar() to convert between VF BAR number and the dev->resource[] index (Michał Winiarski) - Allow IOV resources (VF BARs) to be resized (Michał Winiarski) - Add pci_iov_vf_bar_set_size() so drivers can control VF BAR size (Michał Winiarski) * pci/resources: PCI/IOV: Allow drivers to control VF BAR size PCI/IOV: Check that VF BAR fits within the reservation PCI/IOV: Allow IOV resources to be resized in pci_resize_resource() PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IOV resource PCI/IOV: Restore VF resizable BAR state after reset --- 29ccb7b97e2734e411a5e8e5cec1c8b7b2686503