From: K. Y. Srinivasan Date: Sat, 10 Jan 2015 07:54:31 +0000 (-0800) Subject: Drivers: hv: hv_balloon: Don't post pressure status from interrupt context X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~85^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3de22bb4a3d4bda2d0ec8bebcb76a40f1cbf9b;p=pandora-kernel.git Drivers: hv: hv_balloon: Don't post pressure status from interrupt context We currently release memory (balloon down) in the interrupt context and we also post memory status while releasing memory. Rather than posting the status in the interrupt context, wakeup the status posting thread to post the status. This will address the inconsistent lock state that Sitsofe Wheeler reported: http://lkml.iu.edu/hypermail/linux/kernel/1411.1/00075.html Signed-off-by: K. Y. Srinivasan Reported-by: Sitsofe Wheeler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed