RE: [PATCH 0/4] Enhance pci-hyperv to support hibernation

From: Dexuan Cui
Date: Wed Sep 25 2019 - 15:58:27 EST


> From: Dexuan Cui <decui@xxxxxxxxxxxxx>
> Sent: Wednesday, September 11, 2019 4:38 PM
> To: KY Srinivasan <kys@xxxxxxxxxxxxx>; Haiyang Zhang
> <haiyangz@xxxxxxxxxxxxx>; Stephen Hemminger
> <sthemmin@xxxxxxxxxxxxx>; sashal@xxxxxxxxxx; lorenzo.pieralisi@xxxxxxx;
> bhelgaas@xxxxxxxxxx; linux-hyperv@xxxxxxxxxxxxxxx;
> linux-pci@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; Michael Kelley
> <mikelley@xxxxxxxxxxxxx>
> Cc: Dexuan Cui <decui@xxxxxxxxxxxxx>
> Subject: [PATCH 0/4] Enhance pci-hyperv to support hibernation
>
> This patchset is basically a pure Hyper-V specific change and it has a
> build dependency on the commit 271b2224d42f ("Drivers: hv: vmbus:
> Implement
> suspend/resume for VSC drivers for hibernation"), which is on Sasha Levin's
> Hyper-V tree's hyperv-next branch: [... snipped ...]
>
> I request this patch should go through Sasha's tree rather than the
> pci tree.
>
> Dexuan Cui (4):
> PCI: hv: Reorganize the code in preparation of hibernation
> PCI: hv: Add the support of hibernation
> PCI: hv: Do not queue new work items on hibernation
> PCI: hv: Change pci_protocol_version to per-hbus
>
> drivers/pci/controller/pci-hyperv.c | 166
> ++++++++++++++++++++++++++++++------
> 1 file changed, 140 insertions(+), 26 deletions(-)

Hi Lorenzo, Bjorn, and all,

Can you please take a look at the patchset (4 patches in total)?

Thanks,
-- Dexuan