From: K. Y. Srinivasan Date: Wed, 23 Apr 2014 20:53:39 +0000 (-0700) Subject: Drivers: hv: balloon: Ensure pressure reports are posted regularly X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~38^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae339336dc950b9b05e7ccd3565dd3e8781c06d9;p=pandora-kernel.git Drivers: hv: balloon: Ensure pressure reports are posted regularly The current code posts periodic memory pressure status from a dedicated thread. Under some conditions, especially when we are releasing a lot of memory into the guest, we may not send timely pressure reports back to the host. Fix this issue by reporting pressure in all contexts that can be active in this driver. Signed-off-by: K. Y. Srinivasan Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed