RE: [PATCH] PCI: hv: Fix hibernation in case interrupts are not re-created

From: Dexuan Cui
Date: Tue Sep 08 2020 - 17:31:52 EST


> From: Michael Kelley <mikelley@xxxxxxxxxxxxx>
> Sent: Tuesday, September 8, 2020 2:16 PM
> > @@ -1211,6 +1211,21 @@ static void hv_irq_unmask(struct irq_data *data)
> > pbus = pdev->bus;
> > hbus = container_of(pbus->sysdata, struct hv_pcibus_device, sysdata);
> >
> > + if (hbus->state == hv_pcibus_removing) {
> > + /*
> > + * During hibernatin, when a CPU is offlined, the kernel tries
>
> s/hiberatin/hibernation/
Thanks! I'll post a v2 shortly with this typo fixed, and with Jake's Reviewed-by.

Thanks,
-- Dexuan