Merge tag 'kvm-s390-next-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 12:42:00 +0000 (14:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 12:42:00 +0000 (14:42 +0200)
commit77cb7a3e152e4aff7d4d0b5279954f6ae6d87e54
tree274e1dbd309e1293d88b64c7b5ed0676f0072a02
parent03f6a22a3979f20575c39ff86c79b3fa3b7f469d
parent5ffe466cd3a33543306c37a0789e2116286367f1
Merge tag 'kvm-s390-next-4.8-3' of git://git./linux/kernel/git/kvms390/linux into HEAD

KVM: s390: Fix for kvm/next (4.8) part 3

This contains a fix for PER ifetch events. As we now have a handler
for a problem state instruction (sthyi) that could be stepped with a
debugger we should try to do the right thing regarding PER in our
instruction handlers.  With this fix the handling for intercepted
instructions is fixed in general, thus fixing other oddball cases as
well (e.g. kprobes single stepping)