[PATCH 0/6] Drivers: hv: Miscellaneous fixes

2017-04-30 Thread kys
From: K. Y. Srinivasan Miscellaneous fixes to vmbus and util drivers. Alex Ng (1): Tools: hv: vss: Thaw the filesystem and continue if freeze call has timed out K. Y. Srinivasan (3): Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg() Drivers: hv:

Re: [PATCH 0/6] Drivers: hv: Miscellaneous fixes

2015-03-10 Thread gre...@linuxfoundation.org
...@aepfle.de; a...@canonical.com; vkuzn...@redhat.com Subject: Re: [PATCH 0/6] Drivers: hv: Miscellaneous fixes On Tue, Mar 10, 2015 at 03:31:44AM +, KY Srinivasan wrote: -Original Message- From: KY Srinivasan Sent: Friday, March 6, 2015 9:20 PM To: KY

RE: [PATCH 0/6] Drivers: hv: Miscellaneous fixes

2015-03-10 Thread KY Srinivasan
: [PATCH 0/6] Drivers: hv: Miscellaneous fixes On Tue, Mar 10, 2015 at 03:31:44AM +, KY Srinivasan wrote: -Original Message- From: KY Srinivasan Sent: Friday, March 6, 2015 9:20 PM To: KY Srinivasan; gre...@linuxfoundation.org; linux- ker...@vger.kernel.org; de

Re: [PATCH 0/6] Drivers: hv: Miscellaneous fixes

2015-03-10 Thread gre...@linuxfoundation.org
; a...@canonical.com; vkuzn...@redhat.com Subject: RE: [PATCH 0/6] Drivers: hv: Miscellaneous fixes -Original Message- From: K. Y. Srinivasan [mailto:k...@microsoft.com] Sent: Friday, March 6, 2015 9:10 PM To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; de

RE: [PATCH 0/6] Drivers: hv: Miscellaneous fixes

2015-03-09 Thread KY Srinivasan
: KY Srinivasan Subject: [PATCH 0/6] Drivers: hv: Miscellaneous fixes This patch-set has miscellaneous fixes for both the VMBUS as well as the balloon driver. Dan Carpenter (1): hv: vmbus: missing curly braces in vmbus_process_offer() K. Y. Srinivasan (2): Drivers: hv: vmbus

[PATCH 0/6] Drivers: hv: Miscellaneous fixes

2015-03-06 Thread K. Y. Srinivasan
This patch-set has miscellaneous fixes for both the VMBUS as well as the balloon driver. Dan Carpenter (1): hv: vmbus: missing curly braces in vmbus_process_offer() K. Y. Srinivasan (2): Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl() Drivers: hv: vmbus: Perform device

RE: [PATCH 0/6] Drivers: hv: Miscellaneous fixes

2015-03-06 Thread KY Srinivasan
: [PATCH 0/6] Drivers: hv: Miscellaneous fixes This patch-set has miscellaneous fixes for both the VMBUS as well as the balloon driver. Dan Carpenter (1): hv: vmbus: missing curly braces in vmbus_process_offer() K. Y. Srinivasan (2): Drivers: hv: vmbus: Export