]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'kvm-s390-master-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Nov 2015 16:59:32 +0000 (17:59 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Nov 2015 16:59:32 +0000 (17:59 +0100)
commitd792abacaf1a1a8dfea353fab699b97fa6251c2a
tree5cbadeda8d8c5f8e159b392f456154ed2094ac95
parent62a193edaf90df38356e292f47a17f28e0cee3f1
parent152e9f65d66f0a3891efc3869440becc0e7ff53f
Merge tag 'kvm-s390-master-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master

KVM: s390: Fixes for 4.4

1. disallow changing the SIMD mode when CPUs have been created.
   it allowed userspace to corrupt kernel memory
2. Fix vCPU lookup. Until now the vCPU number equals the vCPU id. Some
   kernel code places relied on that. This might
   a: cause guest failures
   b: allow userspace to corrupt kernel memory
3. Fencing of the PFMF instruction should use the guest facilities
   and not the host facilities.