From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Tue, 27 Aug 2019 09:53:38 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes-5.3-1 tag Message-Id: <20190827095338.GA22875@blackberry> List-Id: References: <20180303091717.GA14569@fergus.ozlabs.ibm.com> In-Reply-To: <20180303091717.GA14569@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org, David Gibson Paolo or Radim, Please do a pull from my kvm-ppc-fixes-5.3-1 tag to get one small commit which I would like to go to Linus for 5.3 if possible, since it fixes a bug where a malicious guest could cause host CPUs to hang hard. The fix is small and obviously correct. Thanks, Paul. The following changes since commit e4427372398c31f57450565de277f861a4db5b3b: selftests/kvm: make platform_info_test pass on AMD (2019-08-21 19:08:18 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.3-1 for you to fetch changes up to ddfd151f3def9258397fcde7a372205a2d661903: KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handling (2019-08-27 10:59:30 +1000) ---------------------------------------------------------------- KVM/PPC fix for 5.3 - Fix bug which could leave locks locked in the host on return to a guest. ---------------------------------------------------------------- Alexey Kardashevskiy (1): KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handling arch/powerpc/kvm/book3s_64_vio.c | 6 ++++-- arch/powerpc/kvm/book3s_64_vio_hv.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-)