From: K. Y. Srinivasan Date: Wed, 18 Mar 2015 19:29:21 +0000 (-0700) Subject: Drivers: hv: vmbus: Perform device register in the per-channel work element X-Git-Tag: omap-for-v4.2/o2_dc~63^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde25d25dbd997067058f7d4c2ff31600157e6f2;p=pandora-kernel.git Drivers: hv: vmbus: Perform device register in the per-channel work element This patch is a continuation of the rescind handling cleanup work. We cannot block in the global message handling work context especially if we are blocking waiting for the host to wake us up. I would like to thank Dexuan Cui for observing this problem. The current char-next branch is broken and this patch fixes the bug. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed