From: Jens Freimann Date: Mon, 22 Jun 2015 11:20:12 +0000 (+0200) Subject: KVM: s390: clear floating interrupt bitmap and parameters X-Git-Tag: omap-for-v4.2/fixes-rc1^2~138^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ae45edbca7ba5324eef01719ede0151dc5cead;p=pandora-kernel.git KVM: s390: clear floating interrupt bitmap and parameters commit 6d3da24141 ("KVM: s390: deliver floating interrupts in order of priority") introduced a regression for the reset handling. We don't clear the bitmap of pending floating interrupts and interrupt parameters. This could result in stale interrupts even after a reset. Let's fix this by clearing the pending bitmap and the parameters for service and machine check interrupts. Cc: stable@vger.kernel.org # 4.1 Signed-off-by: Jens Freimann Signed-off-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed