From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Sun, 07 Apr 2019 22:12:25 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes-5.1-1 tag Message-Id: <20190407221225.GA31464@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?= Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, David Gibson Paolo or Radim, Please do a pull from my kvm-ppc-fixes-5.1-1 tag to get two commits which fix bugs which could potentially cause hangs or corruption in the host. Thanks, Paul. The following changes since commit 690edec54cbaa0e98dc592aae6864272f48f3c84: Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2019-03-28 19:07:30 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-5.1-1 for you to fetch changes up to 345077c8e172c255ea0707214303ccd099e5656b: KVM: PPC: Book3S: Protect memslots while validating user address (2019-04-05 14:37:24 +1100) ---------------------------------------------------------------- KVM/PPC fixes for 5.1 - Fix host hang in the HTM assist code for POWER9 - Take srcu read lock around memslot lookup ---------------------------------------------------------------- Alexey Kardashevskiy (1): KVM: PPC: Book3S: Protect memslots while validating user address Suraj Jitindar Singh (1): KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit arch/powerpc/kvm/book3s_64_vio.c | 6 +++--- arch/powerpc/kvm/book3s_hv.c | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-)