]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-master-20150730' of git://git.kernel.org/pub/scm/linux/kernel...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Jul 2015 11:30:03 +0000 (13:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Jul 2015 11:30:03 +0000 (13:30 +0200)
commitc8c3c1867ce16d02d42470d2cf3e66e5c95be560
treee0bece33b84a5585337ec592e311c84cef551590
parent5ac5b4dda5a88cb46caa0cfa8a9433d9408f8b17
parentc92255f23d75d5222ee42e09ebd9068fd4c1e66f
Merge tag 'kvm-s390-master-20150730' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master

KVM: s390: bugfix for kvm/master (4.2)

Here is a bugfix for a regression that was introduced after 4.1
with the commit commit 19c13b68d472 ("KVM: s390: optimize round
trip time in request handling"). After lots of cpu hotplugs in the
guest (online/offline) sometimes a guest CPU did loop within host
KVM code. Reason was that PROG_REQUEST was set in the sie control
block, but no request was pending. This made commit 19c13b68d472
the suspect and changing that area to always reset PROG_REQUEST
did indeed fix the problem.

Special thanks to David Hildenbrand, who helped understanding the
exact sequence that led to the problem.