RE: [PATCH][PATCH net-next] hv_sock: Add the support of hibernation

From: Dexuan Cui
Date: Fri Sep 13 2019 - 16:14:01 EST


> From: David Miller <davem@xxxxxxxxxxxxx>
> Sent: Friday, September 13, 2019 1:04 PM
>
> From: Dexuan Cui <decui@xxxxxxxxxxxxx>
> Date: Wed, 11 Sep 2019 23:37:27 +0000
> > I request this patch should go through Sasha's tree rather than the
> > net-next tree.
>
> That's fine:
>
> Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>

Thanks, David!

@Sasha: I found a few typos in my comment below. I'll post a v2.

> > +/* hv_sock connections can not persist across hibernation, and all the hv_sock
> > + * channels are forceed to be rescinded before hibernation: see

forceed -> forced

> > + * are only needed because hibernation requires that every device's driver

every device's driver -> every vmbus device's driver

Thanks,
-- Dexuan