From: Andy King Date: Thu, 7 Mar 2013 15:29:08 +0000 (-0800) Subject: VMCI: Fix process-to-process DRGAMs. X-Git-Tag: v3.9-rc5~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347e0899b1c75d907f01ac883ca38d37fe9bfa42;p=pandora-kernel.git VMCI: Fix process-to-process DRGAMs. When sending between processes, we always schedule a work item. Our work info struct has the message embedded in the middle, which means that we end up overwriting subsequent fields when we copy the (variable-length) message into it. Move it to the end of the struct. Acked-by: Dmitry Torokhov Signed-off-by: Andy King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed