All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/5] KVM: s390: Fixes for 4.4
@ 2015-11-19 14:09 Christian Borntraeger
  2015-11-19 14:09 ` [GIT PULL 1/5] KVM: s390: enable SIMD only when no VCPUs were created Christian Borntraeger
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Christian Borntraeger @ 2015-11-19 14:09 UTC (permalink / raw)
  To: Paolo Bonzini, David Hildenbrand
  Cc: KVM, Cornelia Huck, Jens Freimann, linux-s390

Paolo,

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-4.4-1

for you to fetch changes up to 152e9f65d66f0a3891efc3869440becc0e7ff53f:

  KVM: s390: fix wrong lookup of VCPUs by array index (2015-11-19 14:47:43 +0100)

----------------------------------------------------------------
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.

----------------------------------------------------------------
David Hildenbrand (4):
      KVM: s390: enable SIMD only when no VCPUs were created
      KVM: Provide function for VCPU lookup by id
      KVM: s390: avoid memory overwrites on emergency signal injection
      KVM: s390: fix wrong lookup of VCPUs by array index

Heiko Carstens (1):
      KVM: s390: fix pfmf intercept handler

 arch/s390/kvm/interrupt.c |  7 +++++--
 arch/s390/kvm/kvm-s390.c  |  6 +++++-
 arch/s390/kvm/priv.c      |  2 +-
 arch/s390/kvm/sigp.c      |  8 ++------
 include/linux/kvm_host.h  | 11 +++++++++++
 5 files changed, 24 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-11-19 17:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-19 14:09 [GIT PULL 0/5] KVM: s390: Fixes for 4.4 Christian Borntraeger
2015-11-19 14:09 ` [GIT PULL 1/5] KVM: s390: enable SIMD only when no VCPUs were created Christian Borntraeger
2015-11-19 14:09 ` [GIT PULL 2/5] KVM: s390: fix pfmf intercept handler Christian Borntraeger
2015-11-19 14:09 ` [GIT PULL 3/5] KVM: Provide function for VCPU lookup by id Christian Borntraeger
2015-11-19 14:09 ` [GIT PULL 4/5] KVM: s390: avoid memory overwrites on emergency signal injection Christian Borntraeger
2015-11-19 14:09 ` [GIT PULL 5/5] KVM: s390: fix wrong lookup of VCPUs by array index Christian Borntraeger
2015-11-19 17:06 ` [GIT PULL 0/5] KVM: s390: Fixes for 4.4 Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.