Avi, Marcelo, here are some fixes for kvm on s390. Patch 1 (Sanitize fpc registers for KVM_SET_FPU) fixes a kernel bug that can be triggered by a user, this should go into 3.3. Patch 2 (do store status after handling STOP_ON_STOP bit) reorders some stop actions but also fixes a scheduling while atomic problem. -> 3.3? Patches 3-5 are bugs but can wait -> next Patches 6 extends to sync register feature to control registers. -> next Christian Christian Borntraeger (2): kvm-s390: Sanitize fpc registers for KVM_SET_FPU kvm-s390: provide control registers via kvm_run Jens Freimann (4): kvm-s390: do store status after handling STOP_ON_STOP bit kvm-s390: make sigp restart return busy when stop pending kvm-s390: ignore sigp stop overinitiative kvm-s390: add stop_on_stop flag when doing stop and store arch/s390/include/asm/kvm.h | 2 ++ arch/s390/kvm/intercept.c | 20 ++++++++++++-------- arch/s390/kvm/kvm-s390.c | 11 +++++++++-- arch/s390/kvm/sigp.c | 25 ++++++++++++++++++++++++- 4 files changed, 47 insertions(+), 11 deletions(-) -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html