Re: [PATCH] vfio/pci: Restore standard PCI config space in .slot_reset()
Keith Busch <[email protected]>
| Newsgroups | org.kernel.vger.linux-pci,dev.linux.lists.sashiko-reviews |
|---|---|
| Message-ID | <aoNsq7uGzLfdd2jW@kbusch-mbp> |
On Mon, Aug 17, 2026 at 08:04:04PM +0000, [email protected] wrote: > > +pci_ers_result_t vfio_pci_core_aer_slot_reset(struct pci_dev *pdev, > > + pci_channel_state_t state) > > [Severity: Critical] > Does the extra pci_channel_state_t argument violate the slot_reset > callback signature in struct pci_error_handlers? Yeah, it does, and I messed up with a bad snapshot of the patch. I also should have labeled this RFC as this isn't a serious suggestion at this point. The entire vfio kernel-user space interaction for recoverying from these conditions isn't there.