RE: [PATCH v2] hv_sock: Add the support of hibernation
From: Dexuan Cui <decui@microsoft.com>
Date: 2019-09-27 04:40:32
Also in:
linux-hyperv, lkml
From: Dexuan Cui <decui@microsoft.com>
Date: 2019-09-27 04:40:32
Also in:
linux-hyperv, lkml
From: linux-hyperv-owner@vger.kernel.org [off-list ref] On Behalf Of kbuild test robot Sent: Thursday, September 26, 2019 9:19 PM Hi Dexuan, Thank you for the patch! Yet something to improve:quoted
quoted
net//vmw_vsock/hyperv_transport.c:970:3: error: 'struct hv_driver' has nomember named 'suspend' .suspend = hvs_suspend, ^~~~~~~
This is a false alarm. Your code base needs to be merged with the latest
Linus's tree, which has the prerequisite patch:
271b2224d42f ("Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernation")
Thanks,
-- Dexuan