From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL 0/4] KVM: s390: Fixes for kvm/next (3.19) and stable Date: Fri, 07 Nov 2014 13:07:28 +0100 Message-ID: <545CB600.2050900@redhat.com> References: <1415360716-9670-1-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: KVM , Gleb Natapov , Alexander Graf , Cornelia Huck , Jens Freimann , linux-s390 To: Christian Borntraeger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34838 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751695AbaKGMHp (ORCPT ); Fri, 7 Nov 2014 07:07:45 -0500 In-Reply-To: <1415360716-9670-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 07/11/2014 12:45, Christian Borntraeger wrote: > Paolo, > > here are some fixes for KVM on s390 for kvm/next. The first two patches > have a stable tag and could also go via kvm/master - if you like. > > The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: > > Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-20141107 > > for you to fetch changes up to 365dc1633521a32d55d839f56b41bb9a531d957a: > > ---------------------------------------------------------------- > KVM: s390: Fixes for kvm/next (3.19) and stable > > 1. We should flush TLBs for load control instruction emulation (stable) > 2. A workaround for a compiler bug that renders ACCESS_ONCE broken (stable) > 3. Fix program check handling for load control > 4. Documentation Fix > > ---------------------------------------------------------------- > Christian Borntraeger (2): > KVM: s390: Fix ipte locking > KVM: s390: flush CPU on load control > > Dominik Dingel (1): > KVM: fix vm device attribute documentation > > Heiko Carstens (1): > KVM: s390: fix handling of lctl[g]/stctl[g] > > Documentation/virtual/kvm/devices/vm.txt | 10 ++--- > arch/s390/kvm/gaccess.c | 20 ++++++--- > arch/s390/kvm/priv.c | 72 +++++++++++++++----------------- > 3 files changed, 53 insertions(+), 49 deletions(-) > Pulled to kvm/next (at least locally, I have tests running and will push to kernel.org next Monday). Paolo