From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 18 Apr 2019 04:05:12 +0000 Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes-5.1-1 tag Message-Id: <20190418040512.GA15104@blackberry> List-Id: References: <20190407221225.GA31464@blackberry> In-Reply-To: <20190407221225.GA31464@blackberry> 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 On Mon, Apr 08, 2019 at 08:12:25AM +1000, Paul Mackerras wrote: > 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. Ping? Did this get lost? > 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(-)