]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'pci/virtualization'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:12 +0000 (12:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:12 +0000 (12:13 -0500)
commit3d56c863189dcf72118326bb4043f24907cc4f5c
tree2811e5af624660222f8d684ff1aaedbf2f7ddef8
parentfead6a0b15bf3b33dba877efec6b4e7b4cc4abc3
parent60e7b5aa85712f7f2fc75b2e9d28444de88ab47f
Merge branch 'pci/virtualization'

- Add rescan/remove locking when enabling/disabling SR-IOV, which solves
  list corruption on s390, where disabling SR-IOV also generates hotplug
  events (Niklas Schnelle)

- Add lockdep assertion in pci_stop_and_remove_bus_device() to catch
  device removal without appropriate locking (Niklas Schnelle)

* pci/virtualization:
  PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()
  PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOV
drivers/pci/pci.h
drivers/pci/probe.c
drivers/pci/remove.c