On Wed, Feb 10, 2021 at 07:40:06PM +0000, Sergei Miroshnichenko wrote: > The branch is finally ready, so if you still have time for that, please > take a look: > > https://github.com/YADRO-KNS/linux/tree/yadro/pcie_hotplug/movable_bars_v9.1 Just a quick drive-by comment, in commit scsi: mpt3sas: Handle a surprise PCI unplug faster you probably want to call pci_dev_is_disconnected() instead of adding a new flag. Thanks, Lukas