From: Andy King Date: Tue, 22 Jan 2013 17:15:04 +0000 (-0800) Subject: VMCI: Fix broken context ID retrieval X-Git-Tag: v3.9-rc1~124^2~33 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a19b78972c39be0c5378c14c23e6c998683e80f;p=pandora-kernel.git VMCI: Fix broken context ID retrieval I'm an idiot. The context ID can be a really large unsigned number, which means it'll appear negative as an int. So actually the right fix here is just to set it regardless of the returned value (but only for this particular hypercall; normally we would check it). Acked-by: Dmitry Torokhov Signed-off-by: Andy King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed