From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50B86C10F0E for ; Thu, 18 Apr 2019 04:05:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E5F302183E for ; Thu, 18 Apr 2019 04:05:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ozlabs.org header.i=@ozlabs.org header.b="E1kXdAiF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725837AbfDREFT (ORCPT ); Thu, 18 Apr 2019 00:05:19 -0400 Received: from ozlabs.org ([203.11.71.1]:47639 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725710AbfDREFT (ORCPT ); Thu, 18 Apr 2019 00:05:19 -0400 Received: by ozlabs.org (Postfix, from userid 1003) id 44l59S4Z5Rz9s4V; Thu, 18 Apr 2019 14:05:16 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1555560316; bh=dleXqqz6/Lj/m/TLvRHdAGsrjPvlXbjJPn11gx3TLfI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E1kXdAiFf6KEF8XAIcVixdFIEr0HMCcEPssAIym031XgvPqzquskbc6GkWy89Xz5Q gWBYzLFUQCWFYgDKTK863m/wqtay6sCfEdrbahrdq203bBEhu5drht2YaiQ6vCG6nz asI2u9Quxwlzb5fn195izqBl9ZbMnP2sXvAIrmMkJ2QIuFpwWjKwU6i8kG+ZkeLDCj PVrsSyR00dmbwRt+mRdax8Agk0RTdkwAmZI4P9rDbexqri/QbAT1+0r/xTuKFqLGUe u9b3o66827bTe1vqu6LW395UYM7+Q/yA1HxfprGTgH+jjf10tnmFgjvVr0GRpX4U4O gupHGom60pH2g== Date: Thu, 18 Apr 2019 14:05:12 +1000 From: Paul Mackerras To: Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, David Gibson Subject: Re: [GIT PULL] Please pull my kvm-ppc-fixes-5.1-1 tag Message-ID: <20190418040512.GA15104@blackberry> References: <20190407221225.GA31464@blackberry> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190407221225.GA31464@blackberry> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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(-) 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(-)