From: Thomas Huth Date: Wed, 15 Jan 2014 15:46:07 +0000 (+0100) Subject: KVM: s390: Fix external interrupt interception X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~47^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14d82e06a008b8977b64866a4907d2e152af939;p=pandora-kernel.git KVM: s390: Fix external interrupt interception The external interrupt interception can only occur in rare cases, e.g. when the PSW of the interrupt handler has a bad value. The old handler for this interception simply ignored these events (except for increasing the exit_external_interrupt counter), but for proper operation we either have to inject the interrupts manually or we should drop to userspace in case of errors. Signed-off-by: Thomas Huth Reviewed-by: David Hildenbrand Reviewed-by: Cornelia Huck Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed