commit | 9bd2d0dfe4714dd5d7c09a93a5c9ea9e14ceb3fc | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Mon Jul 07 16:34:25 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 09 14:34:35 2014 -0700 |
tree | ba27cecb93c7af8695d6f68b5125053c82aa8955 | |
parent | affb1aff300ddee54df307812b38f166e8a865ef [diff] |
Drivers: hv: util: Fix a bug in the KVP code Add code to poll the channel since we process only one message at a time and the host may not interrupt us. Also increase the receive buffer size since some KVP messages are close to 8K bytes in size. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Cc: <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>