Re: [PATCH rc v5] iommu: Fix nested pci_dev_reset_iommu_prepare/done()
From: Nicolin Chen
Date: Sat Apr 04 2026 - 20:56:08 EST
On Fri, Apr 03, 2026 at 10:02:43PM -0700, Nicolin Chen wrote:
> @@ -76,12 +76,28 @@ struct group_device {
> struct list_head list;
> struct device *dev;
> char *name;
> + bool blocked;
> + unsigned int reset_depth;
Perhaps I should have mentioned that this "blocked" will be useful
when shared with the followup series to flag the device blocked by
an ongoing/failed reset or quarantine.
Nicolin