From: K. Y. Srinivasan Date: Tue, 2 Jul 2013 17:31:30 +0000 (-0700) Subject: Drivers: hv: util: Fix a bug in version negotiation code for util services X-Git-Tag: v3.12-rc1~185^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6741335bc7294548ac95cb1f4671991ff30da193;p=pandora-kernel.git Drivers: hv: util: Fix a bug in version negotiation code for util services The current code picked the highest version advertised by the host. WS2012 R2 has implemented a protocol version for KVP that is not compatible with prior protocol versions of KVP. Fix the bug in the current code by explicitly specifying the protocol version that the guest can support. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed