Commit 3f6eb5a6d27b for kernel

commit 3f6eb5a6d27b56ea44c2de9f9028d803aeccbfe8
Merge: 433b23a3dad2 8c746e220965
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Feb 20 17:05:52 2026 -0800

    Merge tag 'pci-v7.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

    Pull pci fixes from Bjorn Helgaas:

     - Fix bridge window selection bug that prevented resource assignment
       (Kai-Heng Feng)

     - Fix bridge window sizing, which failed to assign resources for
       windows containing only optional resources (ROMs, SR-IOV BARs, etc)
       (Ilpo Järvinen)

     - Select CONFIGFS_FS when PCI_EPF_TEST is enabled to avoid a link error
       (Arnd Bergmann)

     - Fix recently merged Endpoint inbound submapping feature (Koichiro
       Den)

    * tag 'pci-v7.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
      PCI: dwc: ep: Always clear IB maps on BAR update
      PCI: dwc: ep: Return after clearing BAR-match inbound mapping
      PCI: endpoint: pci-epf-test: Select configfs
      PCI: Account fully optional bridge windows correctly
      PCI: Validate window resource type in pbus_select_window_for_type()